Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Administration Guide


6.3.3 Format of the jp1ajs_param.conf file

This subsection describes the format of the jp1ajs_param.conf file.

In the jp1ajs_param.conf file, find the following entries:

[{JP1_DEFAULT|logical-host-name}\JP1AJS2]
"SEND_SYSTEM_STARTSTOP_EVENT"=dword:0
"SEND_SYSTEM_CHILD_STARTSTOP_EVENT"=dword:0
"SEND_SYSTEM_TERMINATED_ABNORMALLY_EVENT"=dword:0
"SEND_SYSTEM_RESTART_EVENT"=dword:0

SEND_SYSTEM_STARTSTOP_EVENT is a parameter that defines whether to issue a JP1 event when a JP1/AJS3 service starts or stops.

SEND_SYSTEM_CHILD_STARTSTOP_EVENT is a parameter that defines whether to issue a JP1 event when a process managed by JP1/AJS3 starts or stops.

SEND_SYSTEM_TERMINATED_ABNORMALLY_EVENT is a parameter that defines whether to issue a JP1 event when a process terminates abnormally or when a timeout occurs during startup of a process.

SEND_SYSTEM_RESTART_EVENT is a parameter that defines whether to issue a JP1 event when a process has been successfully restarted.

To enable issuance of JP1 events, change the value of each parameter from dword:0 to dword:1.

To disable issuance of JP1 events, change the value of each parameter from dword:1 to dword:0.

If you want to set the jp1ajs_param.conf file on a logical host, you must set it on both the executing host and standby host. When you do so, change JP1_DEFAULT in [JP1_DEFAULT\JP1AJS2] to the logical host name.

Note that if SEND_SYSTEM_TERMINATED_ABNORMALLY_EVENT has been defined together with SEND_PROCESS_TERMINATED_ABNORMALLY_EVENT, which is used to ensure compatibility, a JP1 event is issued when the value of either environment setting parameter is dword:1. If SEND_SYSTEM_RESTART_EVENT has been defined together with SEND_PROCESS_RESTART_EVENT, which is used to ensure compatibility, a JP1 event is issued when the value of either environment setting parameter is dword:1.