Hawk Display Configurations
All the required configuration parameters are stored in CONFIG_FOLDER/bin/hawkdisplay.cfg
. The following table describes various Hawk Display related configuration properties in easy-to-understand logical groups. The various groups are as follows:
Logical Group |
Parameters |
TIBCO Rendezvous (RVD) Session |
-rvd_session <service> <network> <daemon> |
TCP Transport for TIBCO Hawk |
-tcp_session |
TIBCO Hawk Domain |
-hawk_domain <TIBCO Hawk domain name> |
Logging Information |
-logdir <directory to store Hawk Display logs> |
|
-logmaxsize <maximum size of one Hawk Display log> |
|
-logmaxnum <maximum number of Hawk Display logs> |
|
-log_level <desired trace level for logs> |
|
-log_format <Hawk or ActiveEnterprise format> |
Each of the parameters listed above are explained in more detail, in the following table.
Property |
Mandatory |
Default Value |
Description |
|||||||||
-hawk_domain |
Yes |
“default” |
See Hawk Domain for details. |
|||||||||
TIBCO Rendezvous Transport |
||||||||||||
-rvd_session |
No |
7474 "" tcp:7474 |
Comment this option if you are using TCP Transport for TIBCO Hawk or TIBCO EMS as the primary transport. The format is:
If you use this option, all three parameters must be present and separated by white space. Use a semicolon (;) to indicate a null value, or use an empty string, for example:
|
|||||||||
TCP Transport for TIBCO Hawk |
||||||||||||
-tcp_session |
No |
localhost:2581 localhost:2561 |
Set this option to configure the TCP Transport for TIBCO Hawk as the primary transport for the communication. The syntax of the property is: -tcp_session
where,
|
|||||||||
TIBCO EMS Transport |
||||||||||||
-ems_transport |
No |
|
Comment this option if you are using TCP Transport for TIBCO Hawk or TIBCO Rendezvous as the primary transport. Specifies the location of the EMS server. For example,
Note: If EMS is configured as Transport, the |
|||||||||
TIBCO EMS SSL Parameters (In case EMS Server is configured for SSL communication). |
||||||||||||
-ssl_vendor |
No |
|
The name of the vendor of the SSL implementation. The valid choices are
On IBM platforms (such as AIX), this option defaults to ibm.
|
|||||||||
-ssl_ciphers |
No |
|
Cipher suite name |
|||||||||
-ssl_no_verify_host |
No |
|
Indicate not to verify the EMS server |
|||||||||
-ssl_trusted |
No |
|
File name of the server certificates. The file should be accessible locally/ shared drive |
|||||||||
-ssl_no_verify_hostname |
No |
|
Indicates not to verify the name in CN field of the server certificate |
|||||||||
-ssl_expected_hostname |
No |
|
If the -ssl_no_verify_host is not specified, the option -ssl_trusted has to be used. Along with the option-ssl_trusted specify either -ssl_no_verify_hostname or -ssl_expected_hostname. |
|||||||||
-ssl_identity |
No |
|
Digital certificate |
|||||||||
-ssl_private_key |
No |
|
Private key |
|||||||||
-character_encoding |
No |
|
Character encoding to be used across the configured transport
|
|||||||||
Configuration for AMI communication |
||||||||||||
Logging |
||||||||||||
-logdir |
No |
|
The directory in which to store log files generated by the TIBCO Hawk Display. |
|||||||||
-logmaxsize |
No |
|
The maximum size of a rotating log files in Kbytes. |
|||||||||
-logmaxnum |
No |
|
The maximum number of rotating log files |
|||||||||
-log_level |
No |
7 |
Specifies the level of diagnostic information stored in the logs. The following are the logging levels: 4 - Indicates error level trace messages should be enabled 6- Indicates warning level trace messages should be enabled 7 - Indicates information level trace messages should be enabled 8 - Indicates debug level trace messages should be enabled 16 - Indicates AMI level trace messages should be enabled A value of zero turns all tracing off. A value of -1 turns all tracing on. |
|||||||||
-log_format |
No |
|
The format for trace log messages |
|||||||||
-display_file |
No |
|
Specify the location of the display file (. |
|||||||||
-security_policy |
No |
|
The fully qualified name of the Java class which implements security policy. For more information refer to TIBCO Hawk Security Model. |
|||||||||
-variables |
No |
|
Properties file to specify variables file. The variables file can pass data to define external variables to be passed to rules for use in Rulebase configurations. |