Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Manager Quick Reference


4.1.1 Settings of the correlation event generation definition file to be created

The following provides details about the settings specified in the correlation event generation definition file that is created in 4.1.2 Associating events with correlation events.

Specification details

Specification

Description

CON=E.SEVERITY==Error,B.SOURCESERVER==hostA

CON=E.SEVERITY==Error,B.SOURCESERVER==hostB

CON=E.SEVERITY==Error,B.SOURCESERVER==host1

Specifies the event conditions used in specifying a correlation event generation condition.

Specify as follows to set error-level events issued on host A as a condition:

  • Set the severity level to match Error:

    E.SEVERITY==Error

  • Set the event-issuing host to match host A:

    E.SOURCESERVER==hostA

In a similar way, specify error-level events issued on hosts B and host 1 as conditions.

TYPE=combination

Specifies the type of correlation event generation condition that is defined. Specify as follows to set the combination of host A, host B, and host 1 as a condition:

  • TYPE=combination

SUCCESS_EVENT=E.SEVERITY:Warning,B.MESSAGE:

"Errors occurred on hosts A, B, and 1, which are hindering operations."

Specifies the correlation event that is generated if the correlation event generation condition is successful.

Specify as follows to generate an event of severity level Warning with message Errors occurred on hosts A, B, and 1, which are hindering operations.

  • Specify the severity level Warning:

    E.SEVERITY:Warning

  • Specify the message to be displayed:

    B.MESSAGE:Errors occurred on hosts A, B, and 1, which are hindering operations.

FAIL_EVENT=E.SEVERITY:Information,B.MESSAGE:

"Operations are continuing, but one or more errors might have occurred on host A, B, and/or 1."

Specifies the correlation event that is generated if the correlation event generation condition fails.

Specify as follows to generate an event of severity level Information with message Operations are continuing, but one or more errors might have occurred on host A, B, and/or 1.

  • Specify the severity level Information:

    E.SEVERITY:Information

  • Specify the message to be displayed:

    B.MESSAGE:Operations are continuing, but one or more errors might have occurred on host A, B, and/or 1.