Hitachi

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


Display item definition file for a display message change definition (chmsg_attr_list.conf)

Organization of this page

Format

# comment-line
attribute-name
attribute-name
   :
   :
attribute-name

File

chmsg_attr_list.conf (display item definition file for a display message change definition)

chmsg_attr_list.conf.model (model file for the display item definition file for a display message change definition)

Storage directory

In Windows
For a physical host:

Console-path\conf\chattr\attr_list

For a logical host:

shared-folder\jp1cons\conf\chattr\attr_list

In UNIX
For a physical host:

/etc/opt/jp1cons/conf/chattr/attr_list

For a logical host:

shared-directory/jp1cons/conf/chattr/attr_list

Description

This definition file specifies the items to be displayed in the Attribute name display area of the Display Message Change Definition Settings window. The display items specified in the display item definition file for a display message change definition are displayed in the Attribute name display area of the Display Message Change Definition Settings window in the order they are specified.

When the definitions are applied

The definitions take effect when Central Console is started and when the definitions are re-read by executing the jco_spmd_reload command.

Information that is specified

# comment-line

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

attribute-name

The items to be displayed in the Attribute name display area of the Display Message Change Definition Settings window are specified in the display item definition file for a display message change definition.Write one attribute name corresponding to a display item on each line. You can specify from 0 to 256 display items.

Uppercase and lowercase are distinguished. Space and tab characters specified at the beginning or the end of the attribute name are ignored.

When SEPARATOR is specified, a horizontal line such as -------------------- is displayed in the Attribute name display area of the Display Message Change Definition Settings window. SEPARATOR can be used to separate frequently used items from those used less frequently.

However, if only SEPARATOR is specified, only -------------------- will appear in the Attribute name display area. If you then select --------------------, you will be unable to set the attribute name.

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

Table 2‒78: 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

Destination event server name

B.DESTSERVER

14

Program-specific extended attribute

OTHER_EXTENDED_ATTRIBUTE

15

Reason for registration

B.REASON

16

Source process ID

B.PROCESSID

17

Source user name

B.USERNAME

18

Source user ID

B.USERID

19

Source group name

B.GROUPNAME

20

Source group ID

B.GROUPID

21

Object ID

E.OBJECT_ID

22

Return code

E.RESULT_CODE

23

--------------------

SEPARATOR

Note:

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

If the display item definition file for a display message change definition cannot be read, or the number of valid display items is 0, items 1 to 22 are displayed.

#

If the user mapping function of the event source host is not enabled, this item is cannot be displayed in the Display Message Change Definition Settings window.

Example definition

E.JP1_SOURCEHOST
B.SOURCESERVER
E.SEVERITY
E.OBJECT_TYPE
E.OBJECT_NAME
E.ROOT_OBJECT_TYPE
E.ROOT_OBJECT_NAME
E.OCCURRENCE
E.USER_NAME
B.MESSAGE
E.PRODUCT_NAME
B.ID
B.DESTSERVER
OTHER_EXTENDED_ATTRIBUTE
B.REASON
B.PROCESSID
B.USERNAME
B.USERID
B.GROUPNAME
B.GROUPID
E.OBJECT_ID
E.RESULT_CODE