Hitachi

JP1 Version 12 JP1/Base User's Guide


Common definition settings file (health check function)

Organization of this page

Format

[JP1_DEFAULT\JP1BASE\JBSHC]

"ENABLE"=dword:{00000000 | 00000001}

"FAILOVER"=dword:{00000000 | 00000001}

Parameters by type

Required parameters:

None

Custom parameters:
  • ENABLE

  • FAILOVER

File name

Any

jbshc_setup.conf.model (Model file for the common definition settings file (health check function))

Storage destination directory

The model file for the common definition settings file (health check function) is located in the following directory. Copy this file to create a new file with any file name.

In Windows:

installation-folder\conf\jbshc\

shared-folder\jp1base\conf\jbshc\ (in a cluster system)

In UNIX:

/etc/opt/jp1base/conf/jbshc/

shared-directory/jp1base/conf/jbshc/ (in a cluster system)

Description

This file is used to add the health check function settings to the common definition information. The health check function is disabled by default.

Application of settings

When the jbssetcnf command is executed, the health check function settings are added to the common definition information. For details on the jbssetcnf command, see jbssetcnf in 15. Commands.

Definition details

The following conventions apply to entries in the common definition settings file (health check function).

[JP1_DEFAULT\JP1BASE\JBSHC]

This section is for enabling or disabling the health check function and failover at error detection. To set a logical host, change JP1_DEFAULT to the logical host name.

"ENABLE"=dword:{00000000 | 00000001}

Specify whether to enable or disable the health check function. Specify dword:00000001 to enable the function. Specify dword:00000000 to disable the function. If you omit this parameter from the common definition information, dword:00000000 is assumed.

"FAILOVER"=dword:{00000000 | 00000001}

Specify whether to enable or disable failovers in a cluster system when the health check function monitoring the local host detects a process error. Specify dword:00000001 to perform failovers#. Specify dword:00000000 to disable failovers. If you omit this parameter from the common definition information, dword:00000000 is assumed.

#: This will stop all JP1/Base services in Windows, and the health check function process (jbshcd) in UNIX. If the system detects such a stop, it will try to initiate a failover by using the cluster software.