|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Chapter 2 The TIBCO Hawk installer provides a custom profile, TIBCO Hawk Admin Agent, during product installation. If you would like to use TIBCO Enterprise Administrator to monitor the Hawk data, you must install TIBCO Hawk Admin Agent along with the Hawk components.
In order for the Hawk Admin Agent to auto-register with the TEA server, create an entry for the Admin Agent machine in the TEA server machine’s host file and also create an entry for the TEA server machine in the Hawk Admin Agent machine’s host file.Refer to the "Understanding the Installation Profiles" section in the TIBCO Hawk Installation, Configuration, and Administration guide.
• Configure the location of the transport that will be used in the <TIBCO_HOME>/tea/agents/hawk/<version>/bin/tibhawkteaagent.tra file.See Configuring Transport Installation Location.
• Configure the Hawk domain and transport to be used in the <CONFIG_FOLDER>\tibco\cfgmgmt\hawkteaagent\config\hawk-domain-transport-cfg.xml file. See Configuring Hawk Domain and Transport.
• Configure the Admin Agent in the configuration files located in <CONFIG_FOLDER>/hawkteaagent/config directory. See Configuring the Location for Log Files.The following transport modes are available to be configured as a means of communication between Hawk Agent and Admin Agent:
• TIBCO Rendezvous® (RV)
At least one transport mode should be configured in the <CONFIG_HOME>/tibco/cfgmgmt/hawkteaagent/config/hawk-domain-transport-cfg.xml file of Admin Agent to enable message or event communication among various Hawk Agent and Admin Agent.TIBCO Hawk 5.2 installation has TIBCO Rendezvous configured as the default mode of message and event transport between Hawk Agent and HMA, as well as between Hawk Agent and Hawk WebConsole.For details on configuration for all transport modes, refer to the ’Configuring Transport Modes’ section in the TIBCO Hawk Installation, Configuration, and Administration guide.
If either TIBCO DataGrid or TIBCO Rendezvous is chosen as a transport between the Hawk Agent and Admin Agent, the same is used as a transport between the Hawk Agent and the Hawk Microagent or other AMI based applications. You cannot configure it to use a different transport. However, if you choose to use TIBCO Enterprise Message Service as the transport between the Hawk Agent and the Admin Agent, you can only use TIBCO Rendezvous as the transport between the Hawk Agent and the Hawk Microagent or other AMI based applications.TIBCO Rendezvous and TIBCO Enterprise Message Service are two independent products that need to be installed separately. Additional configurations need to be performed manually based on whether they are installed before or after installing TIBCO Hawk 5.2, and whether any of them share the same <TIBCO_HOME> installation folder.If you install TIBCO Rendezvous and TIBCO Enterprise Message Service before you install TIBCO Hawk and you install all three in the same TIBCO_HOME, the installers will automatically configure their values in the tibhawkteaagent.tra configuration file and you need not do it manually. Update the <TIBCO_HOME>/tea/agents/hawk/<version>/bin/tibhawkteaagent.tra file for <EMS_HOME> and <RV_HOME> if any of the following is true:
• If you use an existing transport (TIBCO Rendezvous or TIBCO Enterprise Message Service) either from a previous installation of TIBCO Hawk 4.x or independent installations of these TIBCO products in the same TIBCO_HOME where Hawk 5.2 is installed.
• If you install TIBCO Rendezvous or TIBCO Enterprise Message Service in the same TIBCO_HOME after installing TIBCO Hawk 5.2.
• If you currently use or are planning to use a different TIBCO_HOME for each of the TIBCO Rendezvous, TIBCO Enterprise Message Service , and TIBCO Hawk components.
The Admin Agent can monitor multiple transports at the same time. Each of those transports supports multiple domain configurations.Configure the domains in <CONFIG_FOLDER>\tibco\cfgmgmt\hawkteaagent\config\hawk-domain-transport-cfg.xml directory. It follows the DomainTransportCfg.xsd XML schema. The possible choices for domain transports are TIBCO Rendezvous transport or TIBCO Enterprise Message Service transport.If you choose the TIBCO Rendezvous transport, values for the following fields should be specified:
• Rendezvous Service, Rendezvous Network, and Rendezvous Daemon: These attributes together configure the TIBCO Rendezvous parameters for communicating with TIBCO Hawk agent.
• If you choose Enterprise Message Service transport, values for the following fields should be specified:
• Enterprise Message Service Server URL: The location of the Enterprise Message Service server.
• Enterprise Message Service User and Enterprise Message Service Password: The login credentials to access the Enterprise Message Service server.Refer to the following examples on how to configure Hawk Domains and their respective transports. One or more Hawk domains can be monitored. You require one DomainTransport section per monitored domain as follows.For example, the configuration for the TIBCO Rendezvous transport domain (default) is as follows:
These files are located in the <CONFIG_FOLDER>/hawkteaagent/config directory. The following options can be configured:
Table 2 Admin Agent Properties Options hawk.tea.agent.hostname Admin Agent host name. In the case of remote connection, use IP Address instead of DNS/Host Name. hawk.tea.agent.port auto.config.tea.server.url TEA server URL, where the Admin Agent automatically registers. In the case of remote TEA server, use the IP Address of the TEA server URL instead of DNS or Host Name. If you do not want to auto-register the Admin Agent with the TEA server then you should comment of this parameter out. hawk.tea.agent.jdbc.user hawk.tea.agent.jdbc.password hawk.tea.agent.jdbc.url The JDBC connection pool's maximum number of connections. The Time in milliseconds to retain the Hawk Alert in persistence store.The Admin Agent uses logback for application logging. By default, the logs are generated under CONFIG_FOLDER/hawkteaagent/config/logback-config.xml. You can modify various configuration parameters and change the default settings.
<appender name="STDOUT" class=
"ch.qos.logback.core.ConsoleAppender"><!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder
by default -->
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |