book
Article ID: KB0089262
calendar_today
Updated On:
Description
Resolution:
Description:
==========
With TRA 5.7.0, microagents "Custom" and "Logfile" are missing in the TRA Hawk Agent. To add them, modify the hawkagent.cfg file.
Environment:
==========
TIBCO Runtime Agent 5.7.0
TIBCO Hawk 4.9.0
Symptoms:
==========
With TRA 5.7.0, after creating an administration domain or adding a machine to an existing administration domain, the "Custom" and "Logfile" microagents could not be found for the TRA Hawk Agent. This is different from TRA 5.6.X.
Cause:
==========
There is a change in Hawk 4.9 that these internal microagents will be loaded dynamically according to the configurations in the hawkagent.cfg file, while for a TRA Hawk Agent, the file hawkagent.cfg does not contain the settings.
Resolution:
==========
To add the two microagents, modify the file <TIBCO_HOME>/tra/domain/<DOMAIN_NAME>/hawkagent.cfg .
For the Custom microagent, add the line “-M CustomMicroAgent”.
For the Logfile microagent, uncomment the following lines:
-M LogfileMicroAgent
-scan_rate 10
-block_size 16
-eval_rate 300
Issue/Introduction
Why are the microagents "Custom" and "Logfile" missing in the TRA Hawk agent and how can they be added?