|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
• All alerts raised and cleared by TIBCO Hawk Agents across the network, as well as the changes in Agent’s alert levelRefer to the TIBCO Hawk Concepts guide for details about TIBCO Hawk Event Service.All the required configuration parameters are stored in CONFIG_FOLDER/bin/hawkevent.cfg. The following table describes various Hawk Event Service related configuration properties in easy-to-understand logical groups. The various groups are as follows:
-agent_name <agent name> -agent_domain <agent domain name> -as_transport_timeout <timeout in milliseconds> -as_receive_buffer_size <size in bytes> -as_worker_thread_count <numeric count> -as_virtual_node_count <numeric count> -hawk_domain <TIBCO Hawk domain name> -logdir <directory to store Event Service logs> -logmaxsize <maximum size of one Event Service log> -logmaxnum <maximum number of Event Service logs> -log_level <desired trace level for logs> -log_format <Hawk or ActiveEnterprise format>To enable fault tolerance, uncomment the -ft parameter.This instance joins a fault tolerant group named HawkEventService:hawkdomain, where hawkdomain is the domain of the agent.
Separate instances of TIBCO Hawk must be running on at least two machines in order to use fault tolerance. Fault tolerance must be enabled on each instanceAssign the weight of this instance using a positive integer. The member with the highest weight receives rank 1 (so it outranks all other members). When an instance fails, the next-highest instance is activated and the member with the next highest weight receives rank 2; and so on.
-ft <fault tolerance weight> Be careful not to confuse TIBCO Hawk Event Service data files (Event.dat) with Event Service log files (Event.log).
• Event.dat data files contain the data produced by the Event Service.
• Event.log log files record the state of the Event Service itself.
Mandatory Default Value Host Name of the computer The name of the agent. Each Microagent being monitored must have agent_name, by which Microagent is being monitored "" tibpgm://8989/ Comment this option if you are using TIBCO Rendezvous or TIBCO EMS as the primary transport.See TIBCO DataGrid Transport for more details. Use a semicolon (;) to indicate a null value, or use an empty string, for example: 7474 "" tcp:7474 TIBCO Rendezvous is the default primary transport for TIBCO Hawk 5.2.0.Comment this option if you are using TIBCO DataGrid or TIBCO EMS as the primary transport.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: Comment this option if you are using TIBCO DataGrid or TIBCO Rendezvous as the primary transport.Note: If EMS is configured as Transport, the ami_rvd_session parameter should be configured. TIBCO EMS SSL Parameters (In case EMS Server is configured for SSL communication).
Refer to page 32 for details. The name of the vendor of the SSL implementation. The valid choices are
• j2se-default—Use this option when you want to use the default JCE bundled with the Java JRE.
•
• entrust61—Use this option when you want to use the Entrust libraries.
• ibm—On non-IBM platforms, this option can be used only if the IBM version of JCE is installed. File name of the server certificates. The file should be accessible locally/ shared drive If the -ssl_no_verify_host is not specified, the option -ssl_trusted has to be CONFIG_FOLDER/logs The directory in which to store log files generated by the TIBCO Hawk Event Service Specifies the level of diagnostic information stored in the logs. The following are the logging levels: Specifies the fully-qualified name of an executable file to be executed when an agent is lost. Fully qualified name of the Java class which implements security policy. For more information refer to Chapter 4, TIBCO Hawk Security Model. 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. 7474 127.0.0.1 tcp:7474 Configures the agent with a RVD session to be used to communicate with applications implementing the TIBCO Hawk Application Management Interface. Multiple -ami_rvd_session parameters may be specified. If none are specified, the RV session used for AMI is the primary session of the Self Module.# Note: When using TIBCO EMS transport for communication, 127.0.0.1 should be used as the network parameter. For example: ami_rvd_session 7474 127.0.0.1 tcp:7474 7474 127.0.0.1 tcp:7474 Note: In case of TIBCO DataGrid the same as_session parameter will be used for Fault tolerance. Specifies the location to store data files generated by the TIBCO Hawk Event Service. IF not specified, will not log events. The maximum size of a rotating data file in KB. You may apply a suffix m or M for indicating MB values (for example, 10m). Database vendor, valid/supported values are ORACLE, SQLSERVER, DB2 or SYBASE User defined alert action property fields to be created as additional columns in the HawkAlertClearInfo tableTo setup database, add the appropriate .jar file of the JDBC driver classes, from the database vendor, to the HAWK_HOME/lib based on the value of the -JDBCdbType parameter.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |