Job Management Partner 1/Integrated Management - Manager Quick Reference
You use the event severity changing function to change the severity level of events to better match your operations. You configure the severity changing function using the severity changing definition file.
- Prerequisite conditions:
- The integrated monitoring database is configured.
- The event severity changing function is enabled.
Let's configure the system so that the severity level of events issued by host A that match Warning is changed to a severity level of Emergency.
Using a text editor, open the severity changing definition file (jcochsev.conf), which is in the following location:
- Windows:
Console-path\conf\chsev\jcochsev.conf
shared-folder\jp1cons\conf\chsev\jcochsev.conf (logical host)
- UNIX:
/etc/opt/jp1cons/conf/chsev/jcochsev.conf
shared-directory/jp1cons/conf/chsev/jcochsev.conf (logical host)
Specify the settings as follows.
DESC_VERSION=1 def severity-level-change-1 cnd E.SEVERITY IN Warning B.SOURCESERVER IN hostA end-cnd sev Emergency end-def
The following table explains these specifications.
Specification Explanation cnd E.SEVERITY IN Warning B.SOURCESERVER IN hostA end-cndSpecifies a comparison condition for the purpose of comparing events.
Specify these conditions as follows:
- To match the severity level of Warning:
E.SEVERITY IN Warning
- To match host A as the event-issuing source:
B.SOURCESERVER IN hostA
sev EmergencySpecifies the severity level to which events matching the event conditions are changed.
Specify the severity level as follows:
- To change the severity level to Emergency:
sev Emergency
To register the specified settings in JP1/IM, execute the jco_spmd_reload command on the manager to restart JP1/IM - Manager.
References:
- See 11.1.6 Considerations for changing JP1 event levels in the Overview and System Design Guide.
- See 4.9 Setting the severity changing function in the Configuration Guide.
- See Severity changing definition file (jcochsev.conf) in Chapter 2 of the manual Command and Definition File Reference.
All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.