Hitachi

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


IM parameter definition file (jp1co_param_V7.conf)

Organization of this page

Format

[logical-host-name\JP1CONSOLEMANAGER]
"SEND_PROCESS_TERMINATED_ABNORMALLY_EVENT"=dword:value
"SEND_PROCESS_RESTART_EVENT"=dword:value

File

jp1co_param_V7.conf (IM parameter definition file)

jp1co_param_V7.conf.model (model file for the IM parameter definition file)

Storage directory

In Windows
For a physical host:

Console-path\conf\

For a logical host:

shared-folder\jp1cons\conf\

In UNIX
For a physical host:

/etc/opt/jp1cons/conf/

For a logical host:

shared-directory/jp1cons/conf/

Description

This file defines whether a JP1 event is to be issued when JP1/IM - Manager processes fail or when JP1/IM - Manager processes are recovered automatically from abnormal termination. The following lists the JP1/IM - Manager processes and the JP1 events that can be issued.

By issuing a JP1 event when a process recovers automatically from a process error or abnormal termination, you can manage the history of JP1/IM - Manager failures. For this reason, we recommend that you use this definition file to set issuance of such JP1 events.

The required definitions are provided as a model file. To change the settings, copy the model file and then edit the copy.

When the definitions are applied

The contents of the file take effect when JP1/IM - Manager is restarted by execution of the jbssetcnf command with this definition file specified in an argument.

Information that is specified

[logical-host-name\JP1CONSOLEMANAGER]

Specifies the key name for the JP1/IM - Manager environment settings.

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

"SEND_PROCESS_TERMINATED_ABNORMALLY_EVENT"=dword:value

When 1 is set in value, a JP1 event is issued in the following cases:

  • A process terminates abnormally (JP1 event whose event ID is 3F90 is issued).

  • A timeout occurs during startup processing without a startup notification (JP1 event whose event ID is 3F91 is issued).

The default is 0, in which case no JP1 event is issued.

For details about the JP1 events, see 3.2.2 Details of JP1 events.

"SEND_PROCESS_RESTART_EVENT"=dword:value

When 1 is set in value, a JP1 event is issued in the following case:

  • Restart processing of a process that terminated abnormally is completed successfully (JP1 event whose event ID is 3F92 is issued).

The default is 0, in which case no JP1 event is issued.

For details about the JP1 events, see 3.2.2 Details of JP1 events.

Example definition

[JP1_DEFAULT\JP1CONSOLEMANAGER]
"SEND_PROCESS_TERMINATED_ABNORMALLY_EVENT"=dword:0
"SEND_PROCESS_RESTART_EVENT"=dword:0

Make sure that the end of the file is at the beginning of the last line.