Hitachi

JP1 Version 12 JP1/Performance Management Reference


jpcconf acc unsetup

Organization of this page

Format

jpcconf acc unsetup    -type {pfmhost|wmi|ssh}
                       [-lhost logical-host-name]
                       [-noquery]

Function

Deletes the specified common account information.

Hosts that can execute the command

Execution permission

In Windows:

User with Administrators permissions (executed from the administrator console when Windows UAC functionality is enabled)

In UNIX:

User with root user permissions (A user whose uid is 0.)

Installation directory

In Windows:

installation-folder\tools\

In UNIX:

/opt/jp1pc/tools/

Arguments

-type {pfmhost|wmi|ssh}

Specifies the type of the common account information to be deleted. The following table shows details of each type.

Common account information type

Description

pfmhost

Common account information for instance environments (for each PFM - RM host)

wmi

Common account information for monitoring targets (for remote connection via WMI)

ssh

Common account information for monitoring targets (for remote connection via SSH)

-lhost logical-host-name

Specifies the logical host name of the host on which this command is to be executed. For logical-host-name, specify a string of 1 to 32 bytes, consisting of single-byte alphanumeric characters. If you omit this option, the command assumes that the physical host is specified.

-noquery

If this option is specified, the command does not output any query messages that interrupt command execution, making it unnecessary for the user to respond. Specify this option to execute the command in non-interactive mode.

Notes

Return values

0

The command terminated normally.

1

An argument specification is invalid.

2

The user does not have execution permission for the command.

10

The command is now running.

11

The user canceled the processing.

24

The common account information has not been set.

25

An environment that uses the common account information exists.

100

The Performance Management environment is invalid.

102

The specified logical host name has not been set up.

200

A memory shortage occurred.

210

A disk space shortage occurred.

211

A file or directory cannot be accessed.

230

Execution of an internal command failed.

255

An unexpected error occurred.

Usage example

This example deletes the common account information for the instance environments of a PFM - RM host, in Windows.

jpcconf acc unsetup -type pfmhost
KAVE05479-Q The common account information will be deleted (type=pfmhost). Are you sure you want to delete this information? (Y/N) Y
KAVE05475-I The common account information was deleted successfully. (type=pfmhost)