Hitachi

JP1 Version 12 Integrated Management: Getting Started


2.5.4 Setting up JP1/IM - Manager (for Linux)

You need to create and set up an integrated monitoring database to change the severity of events or consolidate a large number of events into one event. You also need to create and set up an IM Configuration Management database to use IM Configuration Management to manage the system hierarchy. These databases are generically called IM databases. This subsection describes how to create and set up IM databases.

The number of arguments for a command to be executed varies depending on whether the integrated monitoring database or the IM Configuration Management database is set up first. This manual describes the command arguments when the integrated monitoring database is installed first.

Organization of this subsection

(1) Settings of the setup information file to be created (for Linux)

The following provides details about the settings specified in the the setup information file that is created in 2.5.4(2) Preparations for setting up the IM database (for Linux).

Specification details

Specification

Description

#IM DATABASE SERVICE - DB Size

IMDBSIZE=S

Specifies the size of the IM database to be created as S, M, or L. At installation, S is set.

#IM DATABASE SERVICE - Data Storage Directory

IMDBDIR=/var/opt/jp1imm/database

Specifies the absolute path of the directory in which data for the IM database is to be stored. Use a string of no more than 95 characters. At installation, /var/opt/jp1imm/database is set. To change the value of IMDBDIR, do not specify a path that contains a symbolic link (a file that is retrieved by executing find / -type l).

#IM DATABASE SERVICE - Port Number

IMDBPORT=20700

Specifies the port number used by the IM database. The range of permitted port numbers is from 5001 to 65535. At installation, 20700 is set.

#IM DATABASE SERVICE - DB Install Directory

IMDBENVDIR=/var/opt/jp1imm/dbms

Specifies the absolute path of the directory in which the IM database is to be installed. Use a string of no more than 123 characters. At installation, /var/opt/jp1imm/dbms is set. To change the value of IMDBENVDIR, do not specify a path that contains a symbolic link (a file that is retrieved by executing find / -type l).

Related topics

(2) Preparations for setting up the IM database (for Linux)

The following describes s preparations for setting up the IM database in Linux. You need to prepare a setup information file that specifies the size of the database area required to set up an IM database and information about the database storage directory.

Prerequisites

JP1/IM - Manager must be installed on the manager.

Procedure

  1. Edit the setup information file (jimdbsetupinfo.conf).

    The setup information file is created during installation. For activities described in this manual, you do not need to change the settings created during installation.

    The setup information file is stored in:

    /etc/opt/jp1imm/conf/imdb/setup/

Related topics

(3) Setting up an integrated monitoring database (for Linux)

Create an integrated monitoring database and set it up for use with the central console functions.

Prerequisites

The following conditions must be satisfied:

Procedure

  1. Execute the following jcodbsetup command to create an integrated monitoring database.

    /opt/jp1cons/bin/jcodbsetup -f setup-information-file-name -q

    It might take a long time to execute this command. The IM database service is created at this time.

  2. Execute the following jcoimdef command to enable the integrated monitoring database:

    /opt/jp1cons/bin/jcoimdef -db ON

  3. Restart the JP1/IM-Manager service.

Related topics

(4) Setting up an IM Configuration Management database (for Linux)

Create an IM Configuration Management database and set it up so that the IM Configuration Management service can be started from process management.

Prerequisites

The following conditions must be satisfied:

If the integrated monitoring database has already been set up according to the setup procedure in 2.5.4(3) Setting up an integrated monitoring database (for Linux), the following condition must also be satisfied:

Procedure

  1. Stop the JP1/IM2 - Manager service.

  2. Execute the following jcfdbsetup command to create an IM Configuration Management database:

    /opt/jp1imm/bin/imdb/jcfdbsetup -s -q

    It might take a long time to execute this command.

  3. Execute the following jcoimdef command to enable the IM Configuration Management service (jcfmain):

    /opt/jp1cons/bin/jcoimdef -cf ON

  4. Start JP1/IM - Manager.

Related topics

(5) Setting up the Intelligent Integrated Management Base (for Linux)

Configure the service of the Intelligent Integrated Management Base (jddmain) so that it can be started from process management.

Prerequisites

The following conditions must be satisfied:

Procedure

  1. Stop the JP1/IM2-Manager service.

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

    /opt/jp1cons/bin/jcoimdef -dd ON -hostmap ON

  3. Ensure that the integrated monitoring database is running.

  4. Define the hierarchical structure of the system in the system node definition file (imdd_systemnode.conf).

  5. Define the names of the IM management nodes in the management group that are used when collected data is displayed in the sunburst or tree chart, in the category name definition file for IM management nodes (imdd_category_name.conf).

  6. Restart the JP1/IM2 - Manager service.

  7. Execute the jddsetaccessuser command to configure the users who can access the monitored products when system configuration information is collected.

  8. Define the linked products and the name of the hosts from which configuration information of the monitoring objects in the linked products is collected, in the target host definition file for configuration collection (imdd_target_host.conf).

  9. Execute the jddcreatetree command.

  10. Define the relationships between IM management nodes in the IM management node link definition file (imdd_nodeLink_def.conf).

  11. Execute the jddupdatetree command.

Related topics