Hitachi

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


Automatic backup and recovery settings file for the monitoring object database (auto_dbbackup_xxx.conf)

Organization of this page

Format

[logical-host-name\JP1SCOPE\BMS]
"AUTO_DB_BACKUP_RECOVERY"=dword:value

File

auto_dbbackup_on.conf (used to enable the backup and recovery functions for the monitoring object database)

auto_dbbackup_off.conf (used to disable the backup and recovery functions for the monitoring object database)

Storage directory

In Windows
For a physical host:

Scope-path\conf\

For a logical host:

shared-folder\jp1scope\conf\

In UNIX
For a physical host:

/etc/opt/jp1scope/conf/

For a logical host:

shared-directory/jp1scope/conf/

Description

This file defines whether to enable the function that protects the monitoring object database from corruption that may be caused by OS shutdown or cluster system switching during monitoring tree update processing (automatic backup and recovery functions for the monitoring object database).

If enabled, this function backs up the existing monitoring object database when the monitoring tree is updated, and performs recovery from the backup of the monitoring object database in the event of a failure (if update processing finishes without a failure occurring, the backup data is automatically deleted).

When JP1/IM - Manager is newly installed, this function is enabled by default, but when JP1/IM - Manager is upgraded, the legacy settings are inherited.

When you are operating in a cluster operation system, you must enable this function.

When the definitions are applied

The definition takes effect after JP1/IM - Manager is restarted by executing the jbssetcnf command.

Information that is specified

[logical-host-name\JP1SCOPE\BMS]

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

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

"AUTO_DB_BACKUP_RECOVERY"=dword:value
  • The value of auto_dbbackup_on.conf is 00000001.

  • The value of auto_dbbackup_off.conf is 00000000.

Do not edit this parameter.

Coding example

This example enables the automatic backup and recovery functions for the monitoring object database of JP1/IM - Manager on the HostA logical host:

[HostA\JP1SCOPE\BMS\JCSDB]"AUTO_DB_BACKUP_RECOVERY"=dword:00000001