Hitachi

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


Environment definition file for events after the display message is changed (chmsgevent.conf)

Organization of this page

Format

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

File

chmsgevent.conf.update (model file for the environment definition file for events after the display message is changed)

Storage directory

In Windows

Console-path\default\

In UNIX

/etc/opt/jp1cons/default/

Description

This file defines the execution environment of the function for issuing an event after a display message has been changed. 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\chmsgevent.conf, for UNIX: /etc/opt/jp1cons/conf/chmsgevent.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.

"SEND_CHANGE_MESSAGE_EVENT"=dword:hexadecimal-value

Specifies whether to enable the function to issue an event after a display message is changed.

  • 00000001: Enabled (issue an event after a display message is changed)

  • 00000000: Disabled (do not issue an event after a display message is changed)

The default value is 00000000 (disabled).

Example definition

[JP1_DEFAULT\JP1CONSOLEMANAGER]
"SEND_CHANGE_MESSAGE_EVENT"=dword:00000000