Hitachi

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


Environment definition file for event report output (evtreport.conf)

Organization of this page

Format

[logical-host-name\JP1CONSOLEMANAGER]
"PROGRAM_SPECIFIC_EX_ATTR_COLUMN"=dword:hexadecimal-value

File

evtreport.conf.update (model file for the environment definition file for event report output)

Storage directory

In Windows

Console-path\default\

In UNIX

/etc/opt/jp1cons/default/

Description

This file defines the execution environment of the event report output function. It specifies whether to enable the function.

The required definitions are provided as a model file. To change the settings, copy the model file and edit the copy after renaming the copy to definition file (for Windows: console-path\conf\evtreport.conf, for UNIX: /etc/opt/jp1cons/conf/evtreport.conf).

When the definitions are applied

The definitions take effect when JP1/IM - Manager is restarted after the jbssetcnf command has been executed in JP1/Base to apply the definitions to the JP1 common definition information.

Information that is specified

[logical-host-name\JP1CONSOLEMANAGER]

Indicates the key name of the JP1/IM - Manager environment settings.

For logical-host-name, specify JP1_DEFAULT for a physical host and logical-host-name for a logical host.

"PROGRAM_SPECIFIC_EX_ATTR_COLUMN"=dword:hexadecimal-value

Specifies whether to enable the function for assigning a column to each program-specific extended attribute function when program-specific extended attributes are output using the jcoevtreport command, in the same way as for basic attributes, common extended attributes, and IM attributes.

  • 00000001: Enable

  • 00000000: Disable

The default value is 00000001 (enable).

Example definition

[JP1_DEFAULT\JP1CONSOLEMANAGER]
"PROGRAM_SPECIFIC_EX_ATTR_COLUMN"=dword:00000001