Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Configuration Guide


4.4.1 Creating a new cluster environment

The procedure for creating a cluster environment for the Intelligent Integrated Management Base is provided below.

For details about how to start JP1/IM - Manager after the setup, see Chapter 3. Starting and Stopping JP1/IM - Manager in the JP1/Integrated Management 2 - Manager Administration Guide.

Before performing the procedure described below, make sure that a cluster environment has already been created for both Central Console and the integrated monitoring database.

Organization of this subsection

(1) For Windows

  1. Stop JP1/IM - Manager.

    Stop all JP1/IM - Managers in both the physical and the logical host environments.

  2. Copy the folder of definition files.

    Copy the imdd folder of the definition files on the physical host to the shared folder. Execute the following command:

    xcopy Manager-path\conf\imdd shared-folder\jp1imm\conf\imdd /s/e/i
  3. Copy the plug-ins folder.

    Copy the plugin folder of the plug-ins folder on the physical host to the shared folder. Execute the following command:

    xcopy Manager-path\plugin shared-folder\jp1imm\plugin /s/e/i
  4. Create of the output folder of data files.

    Create of the output folder of data files as shared-folder\jp1imm\data\imdd\.

    Execute the following command:

    mkdir shared-folder\jp1imm\data\imdd\
  5. Edit the intelligent integrated management infrastructure definition file (imdd.properties).

    Specify the values specified for LOGICALHOSTNUMBER parameter and IMDBPORT parameter of the cluster setup information file (jimdbclustersetupinfo.conf) used when setting up the integrated monitoring database of the logical host in the intelligent integrated management infrastructure definition file (imdd.properties).

    For example, you can set these values as follows:

    jp1.im.db.DEFAULT.logicalHostNum=value-set-for-LOGICALHOSTNUMBER
    jp1.im.db.DEFAULT.portNo=value-set-for-IMDBPORT

    For details, see Cluster setup information file (jimdbclustersetupinfo.conf) in Chapter 2. Definition Files in the manual JP1/Integrated Management 2 - Manager Command, Definition File and API Reference.

  6. Execute the following jcoimdef command to enable the service of the Intelligent Integrated Management Base(jddmain):

    Console-path\bin\jcoimdef -dd ON -hostmap ON -h logical-host-name

    For details about the jcoimdef command, see jcoimdef in Chapter 1. Commands in the manual JP1/Integrated Management 2 - Manager Command, Definition File and API Reference.

  7. Create the output folder of operation logs.

    Create the output folder of operation logs as shared-folder\jp1imm\operation\imdd\suggestion\. Execute the following command:

    mkdir shared-folder\jp1imm\operation\imdd\suggestion\
  8. Start the service.

    From the cluster software, start the JP1/IM-Manager_logical-host-name service.

(2) For UNIX

  1. Stop JP1/IM - Manager.

    Stop all JP1/IM - Managers in both the physical and the logical host environments.

  2. Copy the directory of the definition files.

    Copy the imdd directory of the definition files on the physical host to the shared directory. Execute the following command:

    cp -a /etc/opt/jp1imm/conf/imdd shared-directory/jp1imm/conf/
  3. Copy the plug-ins directory.

    Copy the plugin directory of plug-ins directory on the physical host to the shared directory. Execute the following command:

    cp -a /etc/opt/jp1imm/plugin shared-directory/jp1imm/
  4. Create of the output directory of data files.

    Create of the output folder of data files as shared-directory/jp1imm/data/imdd/.

    Execute the following command:

    mkdir -p shared-directory/jp1imm/data/imdd/
  5. Edit the intelligent integrated management infrastructure definition file (imdd.properties).

    Specify the values specified for LOGICALHOSTNUMBER parameter and IMDBPORT parameter of the cluster setup information file (jimdbclustersetupinfo.conf) used when setting up the integrated monitoring database of the logical host in the intelligent integrated management infrastructure definition file (imdd.properties).

    For example, you can set these values as follows:

    jp1.im.db.DEFAULT.logicalHostNum=value-set-for-LOGICALHOSTNUMBER

    jp1.im.db.DEFAULT.portNo=value-set-for-IMDBPORT

    For details, see Cluster setup information file (jimdbclustersetupinfo.conf) in Chapter 2. Definition Files in the manual JP1/Integrated Management 2 - Manager Command, Definition File and API Reference.

  6. Execute the following jcoimdef command to enable the service of the Intelligent Integrated Management Base:

    /opt/jp1cons/bin/jcoimdef -dd ON -hostmap ON -h logical-host-name

    For details about the jcoimdef command, see jcoimdef in Chapter 1. Commands in the manual JP1/Integrated Management 2 - Manager Command, Definition File and API Reference.

  7. Create the output directory of operation logs.

    Create the output directory of operation logs as shared-directory/jp1imm/operation/imdd/suggestion/. Execute the following command:

    mkdir -p shared-directory/jp1imm/operation/imdd/suggestion/
  8. Start the service.

    From the cluster software, start the JP1/IM-Manager.