Installation and Configuration
TIBCO Hawk Inventory Plug-in microagent enables TIBCO Hawk to check the inventory of various installed products.
To configure this plug-in into your TIBCO Hawk installation:
|
1.
|
Copy the inventory.hma file from HAWK_HOME /plugin/inventory to CONFIG_FOLDER /plugin . |
|
2.
|
Edit and verify inventory.hma in CONFIG_FOLDER /plugin to correct version and path of jars and Trace Log Configuration. |
<!--Trace Configuration -->
<arg>--traceDir</arg>
<arg>CONFIG_FOLDER
/hawk/logs</arg>
<arg>--traceFilename</arg>
<arg>inventoryhma.log</arg>
<!-- Trace Level -->
<!-- ALL = -1, ALWAYS=0, INFO=1, WARNING=2, ERROR=4 DEBUG=8 -->
<!-- Default is INFO + WARNING + ERROR -->
<arg>--traceLevel</arg>
<arg>7</arg>
|
3.
|
Edit CONFIG_FOLDER /bin/tibhawkagent.tra to add <JAVA_HOME_ESC>/lib/tools.jar in tibco.class.path.extended , if using external JRE and not already added. |
|
4.
|
Make sure the -hma_plugin_dir property is uncommented and have a value CONFIG_FOLDER /plugin in CONFIG_FOLDER /bin/hawkagent.cfg. |
|
5.
|
Make sure the "application.args -file hawkagent.cfg " is not commented in the CONFIG_FOLDER /bin/tibhawkagent.tra file. |
|
6.
|
Restart the Hawk Agent. |