Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Event Gateway for Network Node Manager i


F.1 Extended startup process definition file (jegn_service_0700.conf)

Format
process-name|path|start-options|whether-restartable|restart-count|retry-interval|restart-count-reset-time
Files

jegn_service_0700.conf (extended startup process definition file)

jegn_service_0700.conf.model (model file for the extended startup process definition file)

Description

The extended startup process definition file defines information about the processes of the functions that constitute JP1/IM - EG for NNMi.

JP1/IM - EG for NNMi uses the process management function to control restart in the event of abnormal termination of a process. The process management function controls the processes according to definitions in the extended startup process definition file.

JP1/IM - EG for NNMi provides a model extended startup process definition file in which the required definitions have already been set. To make a change in these settings, copy the model file and edit only the whether-restartable parameter as appropriate for your operation. Normally, there is no need to change any of the other parameter settings because appropriate values have already been set as the defaults for each process.

Do not specify any unneeded characters, such as spaces. Edit only the value of the whether-restartable parameter.

In the case of a cluster configuration, if the extended startup process definition file is not found in the conf folder at the logical host when a process of process management is started at the logical host, the extended startup process definition file at the physical host is copied.

When the definitions are applied

The settings in this definition file take effect when JP1/IM - EG for NNMi starts or when the jegn_spmd_reload command is executed to reload the definitions. For details about thejegn_spmd_reload command, see jegn_spmd_reload in 7. Commands.

Information to be specified
process-name

Specifies the name of a process that is to be started and terminated by the process management function of JP1/IM - EG for NNMi.

Do not edit this parameter because the process names of JP1/IM - EG for NNMi have already been specified.

The process names are displayed by the jegn_spmd_status command.

path

Specifies the absolute path of the process's executable file.

Do not edit this parameter because the paths of the JP1/IM - EG for NNMi processes have already been specified.

start-options

Specifies start options for the process.

Do not edit this parameter because the start options have already been specified for the applicable processes.

whether-restartable

Specifies whether the process is to be restarted if it terminates abnormally.

To restart the process, specify 0; to not restart the process, specify 1.

The default is 0.

restart-count

Specifies the retry count for process restarts.

The permitted value is from 0 to 99. The default is 3.

If 0 is specified in the whether-restartable field, this parameter is ignored even when a value is specified.

retry-interval

Specifies the retry interval in seconds for process restarts.

The permitted value is from 0 to 3600. The default is 3.

If 0 is specified in the whether-restartable field, this parameter is ignored even when a value is specified.

restart-count-reset-time

Specifies the amount of time in seconds that must elapse after a restart of the process before the restart count is reset.

The permitted value is from 3600 to 2147483647. The default is 21600.

When the specified time elapses since the process restarted, the restart count is reset. If the process terminates abnormally again thereafter, the restart count begins again with 1. If the process is started by a restart but terminates abnormally again before the specified time has elapsed, the previous restart count is inherited.

If 0 is specified in the whether-restartable field, this parameter is ignored even when a value is specified.

Notes
In case of operation using a cluster system

Do not restart JP1 by JP1 process management. Restart JP1 by the cluster software.