Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Manager Command and Definition File Reference


Apply-IM-configuration-method definition file (jp1cf_applyconfig.conf)

Organization of this page

Format

[logical-host-name\JP1CONFIG]
" APPLY_CONFIG_TYPE"=dword:00000001

File

jp1cf_applyconfig.conf (file that sets the application method of IM configuration)

Storage directory

In Windows
For a physical host:

Manager-path\conf\imcf\

For a logical host:

shared-folder\JP1IMM\conf\imcf\

In UNIX
For a physical host:

Physical host: /etc/opt/jp1imm/conf/imcf/

For a logical host:

Logical host: shared-directory/jp1imm/conf/imcf/

Description

This file defines how to apply the system hierarchy configuration.

Two methods for applying an agent configuration are provided. One is to first delete the existing system hierarchy configuration, and then apply a different system hierarchy configuration. The other is to apply a system hierarchy configuration without deleting the existing hierarchy configuration.

If the function for referencing a business group and the function for restricting operations are enabled, regardless of the definitions, a new hierarchy configuration is applied without deleting the existing configuration. If you disable these functions, you can switch between the application methods by setting common definitions.

When the definitions are applied

The settings are applied when JP1/IM - Manager is started or restarted by executing the following command, or when the file is reloaded by using the jco_spmd_reload command:

jbssetcnf Manager-path\conf\imcf\jp1cf_applyconfig.conf

Information that is specified

APPLY_CONFIG_TYPE

Specifies the method for applying the system hierarchy configuration.

  • 00000000

    Applies the system hierarchy configuration after deletion. This item is set by default.

  • 00000001

    Applies the system hierarchy configuration without deleting it.

If the value is invalid or the definition does not exist, the default value is assumed.

Example definition

[JP1_DEFAULT\\JP1CONFIG]
" APPLY_CONFIG_TYPE"=dword:00000001