7.4.1 Creating a new cluster environment (For Windows)
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 3 - 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.
-
Stop JP1/IM - Manager.
Stop all JP1/IM - Managers in both the physical and the logical host environments.
-
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
-
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
-
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\
-
Create an event-forwarding relay information folder.
Create shared-folder/jp1imm/data/imdd/eventForward/. Execute the following command:
mkdir -p shared-folder/jp1imm/data/imdd/eventForward/
-
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 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference.
In addition, as an interval when performing trend data deletion, in the setting item jp1.imdd.trenddata.deleteInterval in the Description example of the Intelligent Integrated Management Base definition file (imdd.properties), set twice the value specified in Interval to monitor in 7.5.3 Setting Cluster Soft Parameters (for Windows).
For details, see 1. in Notes on Deleting Trend Data in 2.7.2(3)(g) Deleting Trend Data Manually (Specify integrated agent, user-defined Prometheus, and user-defined Fluentd host names and Delete) in the JP1/Integrated Management 3 - Manager Overview and System Design Guide.
-
Execute the following jcoimdef command to enable the service of the Intelligent Integrated Management Base:
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 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference.
-
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\
-
Set up Intelligent Integrated Management Database.
Build Logical host infrastructure for intelligent integrated databases.
-
For Active host
For details about the build process, see 7.3.3(5) JP1/IM - Manager (Intelligent Integrated Management Database) Setup.
-
For Standby host
For details about the build process, see 7.3.5(5) Setting JP1/IM - Manager (Intelligent Integrated Management Database).
-
-
Start the service.
Start the following services from the cluster software:
-
JP1/IM3-Manager_logical-host-name
-
JP1/IM3-Manager DB Server_logical-host-name
-
JP1/IM3-Manager DB Cluster Service_logical-host-name
-
JP1/IM3-Manager Intelligent Integrated DB Server_logical-host-name
-
JP1/IM3-Manager Trend Data Management Service_logical-host-name
-