Installing the provided classes is different for UNIX and Windows platforms. The following sections detail how to install the TIBCO Enterprise Message Service management classes into the TIBCO Hawk agent for each platform.
To install the provided classes for use in a TIBCO Hawk agent running on a Windows platform, perform the following:
tibemsadmin.hma
file in the TIBCO Enterprise Message Service installation directory under the samples\admin\hawk
subdirectory and copy it into your TIBCO Hawk plugins directory.
Usually, a TIBCO Hawk plugins directory is located in c:\tibco\hawk\plugins
.
jms.jar
and tibjms.jar
in the clients\java
subdirectory, and copy them into the TIBCO Hawk plugins directory.tibjmsadmin.jar
in the clients\java
subdirectory, and copy it into the TIBCO Hawk plugins directory.For more information about using the TIBCO Hawk Configuration Utility, see TIBCO Hawk Installation and Configuration.
tibemsadmin.hma
file in a text editor. <classname>
element. You can use either the HawkListener
class if you only want to monitor the server, or you can specify the HawkController
class if you want to monitor and manage the server. <arg>
elements. See Table 49.For example:
<arguments> <arg>-user</arg> <arg>admin</arg> <arg>-password</arg> <arg>admin_pass</arg> <arg>-server</arg> <arg>tcp://server1.yourcompany.com:7222</arg> <arg>-timeout</arg> <arg>5</arg> </arguments>You should use specify the predefined
admin
user or a user that is a member of the$admin
group.
To install these classes for use in a TIBCO Hawk Agent running on a UNIX platform, perform the following procedure:
tibemsadmin.hma
file in the TIBCO Enterprise Message Service installation directory under the samples/hawk
subdirectory and copy it into your TIBCO Hawk plugins directory.
Usually, a TIBCO Hawk plugins directory is located in /usr/tibco/hawk/plugins
.
jms.jar
and tibjms.jar
in the clients/java
subdirectory, and copy them into the TIBCO Hawk plugins directory.tibjmsadmin.jar
in the clients/java
subdirectory, and copy it into the TIBCO Hawk plugins directory.hawkagent.cfg
file and specify the -hma_plugin_dir
option to include the directory where your TIBCO Hawk plugins are located. For more information about editing TIBCO Hawk configuration files on UNIX, see TIBCO Hawk Installation and Configuration.
tibemsadmin.hma
file in a text editor. <classname>
element. You can use either the HawkListener
class if you only want to monitor the server, or you can specify the HawkController
class if you want to monitor and manage the server. <arg>
elements. See Table 49.For example:
TIBCO Enterprise Message Service™ User’s Guide Software Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |