Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


jimdbstop

Organization of this page

Function

This command terminates the IM database. Use this command to set the termination command with the start sequence control function of JP1/Base.

If the IM database is in restart canceled status, you can forcibly terminate it by executing this command with the -f option specified.

Format

jimdbstop [-h logical-host-name]
          [-f]

Execution permission

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

In UNIX: Superuser permissions

Storage directory

In Windows:

Manager-path\bin\imdb\

In UNIX:

/opt/jp1imm/bin/imdb/

Arguments

-h logical-host-name

When you are operating in a cluster system, this option specifies the logical host name of the host where the command is executed. The command then stops the IM database for the specified logical host. If this option is omitted, the logical host name specified in the JP1_HOSTNAME environment variable is assumed. If the JP1_HOSTNAME environment variable is not specified, the physical host name is assumed. If you are not using a cluster system, specification of this option is not needed. Note that the logical host name is case sensitive.

-f

Specifies that the IM database is to be terminated forcibly.

Return values

0

Normal termination

1

Abnormal termination

4

IM database is engaged in startup or termination processing

8

Database has been terminated (IM database restart processing was canceled and the IM database became unstable)

12

IM database was terminated (normal termination status)

20

IM database has not been set up

Notes