Hawk Domain and Transport Configuration
The Admin Agent can monitor multiple domains configured with different or same transports.
Note |
The monitored domain names must be unique within and across different transport types. |
The Admin Agent can monitor multiple transports at the same time. Each of those transports supports multiple domain configurations.
Domain Transport Configuration File (hawk-domain-transport-cfg.xml)
• | Configure the domains in <CONFIG_FOLDER >\tibco\cfgmgmt\hawkteaagent\config\hawk-domain-transport-cfg.xml directory. It follows the DomainTransportCfg.xsd XML schema. |
Refer to the examples in the hawk-domain-transport-cfg.xml
file on how to configure Hawk Domains and their respective transports. You can configure the Hawk domain and their respective transport for the Admin Agent. One or more Hawk domains can be monitored. You require one DomainTransport
section per monitored domain. You must uncomment and configure the code for the DomainTransport
section for the transport that you want to use and comment all other DomainTransport
sections.
For example, the configuration for the TIBCO Rendezvous transport domain (default) is as follows:
<!-- RV transport domain-->
<hk:DomainTransport>
<hk:HawkDomainName>default</hk:HawkDomainName>
<hk:Transport>
<hk:RVTransportCfg>
<hk:service>7474</hk:service>
<hk:network></hk:network>
<hk:daemon>tcp:7474</hk:daemon>
</hk:RVTransportCfg>
</hk:Transport>
<hk:SecurityPolicy></hk:SecurityPolicy>
</hk:DomainTransport>