Hitachi

JP1 Version 12 Integrated Management: Getting Started


2.4.4 Setting up JP1/IM - Manager (for Windows)

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 Windows)

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

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=manager-path\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, manager-path\database is set. To change the value of IMDBDIR, do not specify a network drive (displayed in a list by net use executed from the command prompt) or Windows reserved device file (AUX, CON, NUL, PRN, CLOCK$, COM[0-9], or LPT[0-9]).

#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=manager-path\dbms

Specifies the absolute path of the directory in which the IM database is to be installed. Use a string of no more than 195 characters. At installation, manager-path\dbms is set. To change the value of IMDBENVDIR, do not specify a network drive (displayed in a list by net use executed from the command prompt) or Windows reserved device file (AUX, CON, NUL, PRN, CLOCK$, COM[0-9], or LPT[0-9]).

Related topics

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

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

The following conditions must be satisfied:

Procedure

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

    The setup information file is created during installation of JP1/IM - Manager. However, you do not have to change the default settings unless you want to do something not covered by this manual.

    The setup information file is stored in:

    manager-path\conf\imdb\setup\

Related topics

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

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:

    "console-path\bin\jcodbsetup" -f setup-information-file-name -q

    If the UAC function is enabled, execute the command from the administrator console.

    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:

    "console-path\bin\jcoimdef" -db ON

  3. Restart the JP1/IM2-Manager service.

Related topics

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

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 2.4.4(3) Setting up an integrated monitoring database (for Windows) (the setup procedure described in this manual), 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:

    "manager-path\bin\imdb\jcfdbsetup" -s -q

    If the UAC function is enabled, execute the command from the administrator console.

    It might take a long time to execute this command.

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

    console-path\bin\jcoimdef" -cf ON

  4. Start JP1/IM - Manager.

Related topics

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

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 (jddmain):

    "console-path\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