Chapter 5. Integrating event management systems 329
Enter path and name of KDC_PARTITIONFILE (Default is:
/opt/IBM/ITM/tables/HUB_TEMS/partition.txt):
IP.SPIPE Port Number (Default is: 3660):
Configuration Auditing? [1=YES, 2=NO] (Default is: 1):
Hot Standby TEMS Host Name or type 0 for "none" (Default is: 0):
Enter Optional Primary Network Name or type 0 for "none" :(Default is:
0):
Security: Validate User ? [1=YES, 2=NO] (Default is: 1):
LDAP Security: Validate User with LDAP ? [1=YES, 2=NO](Default is: 2):
Tivoli Event Integration Facility? [1=YES, 2=NO] (Default is: 2): 1
EIF Server?(Default is: none): weimar
EIF Port? (Default is: 5529): 9999
Disable Workflow Policy/Tivoli Emitter Agent Event Forwarding? [1=YES,
2=NO] (Default is: 2):
... Writing to database file for ms.
Hubs
## CMS_Name
1 ip.pipe:HUB_TEMS[1918]
1)Add, 2)Remove ##, 3)Modify Hub ##, 4)UserAccess ##, 5)Cancel,
6)Save/exit: 6
... creating config file
"/opt/IBM/ITM/config/server2_ms_HUB_TEMS.config"
... creating file "/opt/IBM/ITM/tables/HUB_TEMS/glb_site.txt."
... updating "/opt/IBM/ITM/config/kbbenv"
... verifying Hot Standby.
Info - Checking TEMS User Authentication requirements.
Info - OK, TEMS User Authentication requirements complete.
TEMS configuration
completed...
5.2.4 Customizing the OMNIbus configuration
The procedure get_config_parms in the
<event_sync_install_dir>/OMNIbus/itm_proc.sql file defines three configuration
parameters:
set sit_ack_expired_def_action = ’REJECT’
set sit_resurface_def_action = ’ACCEPT’
set situpdate_conf_file = ’situpdate.conf’
330 Deployment Guide Series: IBM Tivoli Monitoring V6.2
The variable sit_ack_expired_def_action defines the action to be taken for an
event by the OMNIbus server when acknowledgement expiration information is
received for an event from a monitoring server. The default action is to Reject the
request. OMNIbus sends information to change the state of the event to
Acknowledge back to the monitoring server. If you would like to change the action
taken by the OMNIbus server to Accept the acknowledgement expiration, modify
the statement to set sit_ack_expired_def_action = ’ACCEPT’.
The variable
sit_resurface_def_action defines the action to be taken by the
OMNIbus server when a situation event has resurfaced. The default action of the
OMNIbus server is to Accept this request and Deacknowledge the event. If you
would like to change the action taken by OMNIbus server to Reject the resurface
of the event, modify the statement to set sit_resurface_def_action =
’REJECT’. OMNIbus then sends information back to the monitoring server to
change the state of the event back to Acknowledge.
The variable
situpdate_conf_file specifies the name of the configuration file to be
used by the SitUpdate Forwarder. If you would like to change the name of the
configuration file, modify the statement to set situpdate_conf_file =
’newname.conf’.
After modifying itm_proc.sql, issue the following command:
For UNIX:
$OMNIHOME/bin/nco_sql -user <username> -password <password> -server
<server_name> < <path_to_file>/itm_proc.sql
where:
– $OMNIHOME is the system defined variable defining the install location of
OMNIbus.
– <username> is the OMNIbus Object Server user name.
– <password> is the OMNIbus Object Server password.
– <path_to_file> is the fully qualified path to specified SQL file.
For Windows:
%OMNIHOME%\..\bin\redist\isql -U <username> -P <password> -S
<server_name> <path_to_file>\itm_proc.sql
where:
%OMNIHOME% is the system defined variable defining the install location of
OMNIbus.
<username> is the OMNIbus Object Server user name.
<password> is the OMNIbus Object Server password.
Get Deployment Guide Series: IBM Tivoli Monitoring V6.2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.