Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command and Definition File Reference


Auto-input definition file for the repeated event condition (event_storm_auto_list.conf)

Organization of this page

Format

# comment
[DEFAULT_NAME repeated-event-condition-name]
attribute-name
attribute-name
  .
  .
attribute-name
attribute-name

File

event_storm_auto_list.conf

event_storm_auto_list.conf.model (model file for the auto-input definition file for the repeated event condition)

Storage directory

In Windows
For a physical host:

Console-path\conf\console\event_storm\auto_list

For a logical host:

shared-folder\jp1cons\conf\console\event_storm\auto_list

In UNIX
For a physical host:

/etc/opt/jp1cons/conf/console/event_storm/auto_list

For a logical host:

shared-directory/jp1cons/conf/console/event_storm/auto_list

Description

This file defines the JP1 event attributes that are set automatically when the Repeated Event Condition Settings window opens. The window opens when the user selects a JP1 event from the list of events in the Event Console window and then chooses Display - Suppress by Repeated Event Conditions. You can also define a default name for the repeated event condition.

When the definitions are applied

The contents of the definition file take effect when Central Console is started and when the definitions are re-loaded by executing the jco_spmd_reload command.

Information that is specified

DEFAULT_NAME repeated-event-condition-name

Indicates the identifier that defines the repeated event condition name. The identifier must be on the first line in the file (more specifically, the first line in the file that is not a null line or a comment line).

The common exclusion conditions group name specified for this parameter is displayed as the initial value when the Repeated Event Condition Settings window opens. The window opens when the user selects a JP1 event from the list of events in the Event Console window and then chooses Display - Suppress by Repeated Event Conditions.

For the name, you can specify a character string that does not exceed 40 bytes. You can specify any character that is not a control character (0x00 to 0x1F, 0x7F to 0x9F). If a name with more than 40 bytes is specified, characters from the 41st are dropped, and the first 40 bytes of the character string are used as the repeated event condition name. If this parameter is omitted, additional-repetition-event-condition is assumed as the repeated event condition name.

#comment-line

A line beginning with a hash mark (#) is treated as a comment.

attribute-name

In the auto-input definition file for the repeated event condition, specify a JP1 event attribute to be set as an event condition when the Repeated Event Condition Settings window opens. The window opens when the user selects a JP1 event from the list of events in the Event Console window, and then chooses Display - Suppress by Repeated Event Conditions. The condition of the attribute name specified for this parameter is displayed as the initial value when the Repeated Event Condition Settings window opens. The window opens when the user selects a JP1 event from the list of events in the Event Console window, and then chooses Display - Suppress by Repeated Event Conditions.

Specify the attribute names of items that are to be set as definition items by specifying one item per line.

An attribute name is case sensitive. Any space or tab characters immediately preceding or following the attribute name will be ignored.

If the same attribute is specified twice, both specifications are ignored, and the KAVB1896-W message is output to the integrated trace log file.

The order of JP1 events that are displayed automatically in the Event conditions section of the Repeated Event Condition Settings window is determined by the order in which the attribute names are written in the display item definition file for the repeated event condition (event_storm_attr_list.conf).

The following table lists the attribute names that can be specified.

Table 2‒34: List of display items

No.

Display item

Attribute name

1

Event source host name

E.JP1_SOURCEHOST

2

Registered host name

B.SOURCESERVER

3

Event level

E.SEVERITY

4

Object type

E.OBJECT_TYPE

5

Object name

E.OBJECT_NAME

6

Root object type

E.ROOT_OBJECT_TYPE

7

Root object name

E.ROOT_OBJECT_NAME

8

Occurrence

E.OCCURRENCE

9

User name

E.USER_NAME

10

Message

B.MESSAGE

11

Product name

E.PRODUCT_NAME

12

Event ID

B.ID

13

Reason for registration

B.REASON

14

Source process ID

B.PROCESSID

15

Source user name

B.USERNAME

16

Source user ID

B.USERID

17

Source group name

B.GROUPNAME

18

Source group ID

B.GROUPID

19

Source IP address

B.SOURCEIPADDR

20

Object ID

E.OBJECT_ID

21

Result code

E.RESULT_CODE

Note:

If the same attribute name is specified twice, both specifications are ignored.

Also, if the auto-input definition file for the repeated event condition cannot be read, and the number of valid display items is 0, items 1 to 3 and items 10 to 12 are displayed.