![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
All the required configuration parameters are stored in CONFIG_FOLDER/hawk/bin/hawktcpdaemon.cfg. Each section in this configuration file begins with “-M” followed by the module name, such as –M Self. Within each modular section, all the command-line options that can be configured are listed. These options are as follows:
-tcp_session <self_IP>:<port> <cluster_manager_IP>:<port> -tcp_key_store <key store file path> -tcp_trust_store <trust store file path> -tcp_key_store_password <key store password> -tcp_key_password <key password> -tcp_trust_store_password <trust store password> -tcp_ssl_protocol <security protocol> -tcp_enabled_algorithms <security algorithms> -strategy <Majority or Quorum> -hawk_domain <domain_name> -log_dir <directory to store TIBCO Hawk logs> -log_max_size <maximum size of log file> -log_max_num <maximum number of log files> -log_level <desired trace level for logs> -log_format <log format>
-tcp_session <self_IP>:<port> <cluster_manager_IP>:<port>
• <self_IP>:<port> - Unique socket address of the Hawk agent for connecting to the cluster.
• <cluster_manager_IP>:<port> - The socket address of the Cluster Manager acting as the seed node for the cluster.-tcp_session <self_IP>:<port> <daemon1_IP>:<port>, <daemon2_IP>:<port>
• Quorum - This strategy defines the minimum number of daemons required for cluster to be operational (quorum size). In case of network partition, the partition with the required quorum size remains operational while the other partition is shut down.
• Majority - If the network partition occurs then the partition that has majority of nodes remains operational while the other partition is shut down.For more information about the downing strategy of the TCP Transport for TIBCO Hawk, refer to the TIBCO Hawk Concepts guide. CONFIG_FOLDER/logs
• 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.
• 0 - A value of zero turns OFF all tracing.
• -1 - A value of -1 turns ON all tracing.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |