Hitachi

JP1 Version 13 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference


jimgndbsetup

Organization of this page

Function

Set up (install and build databases) Intelligent Integrated Management Database and Trend Data Management Services.

Also, if set up already, check and modify Setup of the database.

Format

jimgndbsetup  {-f setup-information-file-name
                [-h logical-host-name -c {online|standby}]
                [-q]
              | -display [-h logical-host-name] }

The command arguments are in no particular order.

Execution permission

In Windows: Administrator permissions (if the Windows UAC feature is enabled, the command is executed from the administrator console)

In Linux: Superuser permissions

Storage directory

In Windows:

Manager-path\bin\imgndb\

In Linux:

/opt/jp1imm/bin/imgndb/

Arguments

-f setup-information-file-name

Specifies the directory where Intelligent Integrated Management Database is installed and setup information file for the IM database that describes Port number. Depending on the configuration of Intelligent Integrated Management Database, specify the following File:

When building in a physical host environment

Intelligent Integrated Management Database Setup Information File Name

When building in a cluster environment

Cluster Environment Intelligent Integrated Management Database Setup Information File Name

The file name is specified in the form of a full path or a path relative to where this command is run. If the path contains spaces, enclose it in """.

-h logical-host-name

If the cluster environment Intelligent Integrated Management database setup information file name is specified on the -f option, a logical host name is required. For the logical host name, specify the logical host name set in JP1/Base exactly, including uppercase and lowercase letters.

Sets up the Intelligent Integrated Management database for the specified logical host. If you are not using a cluster system, you do not need to specify it.

Note that JP1_DEFAULT cannot be specified for the logical host name.

-c {online|standby}

When the -h option is specified, the setup type of the execution system and the standby system of the cluster configuration is specified as required. The following are the setup types that you can specify:

  • online

    Specify to set up an execution system.

  • standby

    Specify to set up a standby system.

    Only install Intelligent Integrated Management Database and skip building databases.

If standby is specified on the -c option on both the execution system and the standby system, the database will not be built. In this case, unset after the command ends, and then rerun the command.

Also, when operating a logical host in a non-clustered environment, specify online.

-q

Specifies that the command is to be executed without user confirmation.

-display

Specify if you want to check if Intelligent Integrated Management Database and Trend Data Management Services are built.

If it is already built, the following setup setting information is output as a KNAN12094-I message.

  • Port number of the intelligent integrated management database

  • Trend Data Management Service port number

  • Data storage directory

  • Installation directory

  • Data retention period

Return values

0

Normal termination

1

Abnormal termination

2

Abnormal termination (If you suspect that a file or process may remain)

3

Canceled by user (if you enter N/n in KNAN12009-Q Message and Stopped the operation)

Log output

This command outputs the following trace log for each process: The integrated trace log is not output.

Notes

Example 1

Example 2

Example 3