Installing and Configuring TIBCO EMS Plug-in Microagent
TIBCO OI Hawk RedTail installer installs Enterprise Message Service plug-in microagent in the folder.TIBCO_HOME/hawk/<version>/plugin/ems
To configure the plug-in microagent, follow these steps:
| 1. | Make sure that TIBCO Enterprise Message Service is installed and running. |
| 2. | Go to the folder and ensure that the TIBCO Enterprise Message Service installation path is set in the hawkemsadmin.hma file. |
| 3. | Copy the hawkemsadmin.hma file to . |
| 4. | Edit the hawkagent.cfg file in and set the following option: |
-hma_plugin_dir CONFIG_FOLDER/plugin
| 5. | Navigate to directory, open the hawkemsadmin.hma file in a text editor, and specify the following details: |
In the <classname> element, specify the Hawk microagent class that must be used.
| — | To only monitor the server, use the HawkListener class. |
| — | To monitor and manage the server, use the HawkController class. |
| — | Specify the username, password, and server URL that must be used to connect to the TIBCO Enterprise Message Service server in the appropriate <arg> elements. For description of the parameters, see Parameters. |
For example:
<arguments>
<arg>-user</arg>
<arg>admin</arg>
<arg>-password</arg>
<arg>MyPassword</arg>
<arg>-server</arg>
<arg>tcp://server1.yourcompany.com:7222</arg>
<arg>-timeout</arg>
<arg>5</arg>
</arguments>
hawkemsadmin.hma file.| 6. | Restart the Hawk agent. |
|
Parameter |
Description |
|||||||||||||||
|
|
The microagent identifies itself with this user name and password when it connects to the TIBCO EMS server. When unspecified, the default user name is |
|||||||||||||||
|
|
To use an encrypted password, specify this pair. As the value for
Enter your current password when prompted. For details, see TIBCO® Operational Intelligence Hawk® RedTail Installation, Configuration, and Administration. |
|||||||||||||||
|
|
The microagent connects to the EMS server at this URL (host computer and port). When absent, the default is |
|||||||||||||||
|
|
Limits the time (in seconds) that the microagent waits for the TIBCO EMS server to respond to queries. Acceptable values are in the range [5, 3600]. When absent, the default is 60. |
|||||||||||||||
|
|
TIBCO EMS server version |
|||||||||||||||
|
|
Includes the server url with the microagent name. To monitor multiple servers on one Hawk agent, you must include the |
|||||||||||||||
|
|
Prints the certificates loaded by the server and do more detailed tracing of SSL-related situations. |
|||||||||||||||
|
|
The name of the vendor of the SSL implementation. The valid choices are:
|
|||||||||||||||
|
|
Specifies the file name of the server certificates. This option can be repeated if more than one certificate file is used. |
|||||||||||||||
|
|
Specifies the digital certificate of the TIBCO OI Hawk RedTail components. |
|||||||||||||||
|
|
The name that is expected in the name of the CN field of the server certificates are specified by this option. The value of this option is used when the |
|||||||||||||||
|
|
The password to decrypt the identity file of the TIBCO OI Hawk RedTail component. |
|||||||||||||||
|
|
Path of the TIBCO EMS plug-in trace directory default is |
|||||||||||||||
|
|
Name of the trace file. Default value: |
|||||||||||||||
|
|
Trace log level. Default value: |