Hitachi

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


jddsetaccessuser

Organization of this page

Function

This command defines the information required for authentication through which the Intelligent Integrated Management server accesses managed JP1 products or each command of the Intelligent Integrated Management Base is used to access the Intelligent Integrated Management server when the server collects the system configuration information of managed JP1 products as IM management nodes.

You specify the user ID and password information.

Format

jddsetaccessuser -id user-ID -pw password [-h logical-host-name]

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\imdd\

In UNIX:

/opt/jp1imm/bin/imdd/

Arguments

-id user-ID

Specifies a user ID of user who has administrator permissions for JP1/IM, JP1/PFM, and JP1/AJS.

The user ID must be a character string of 1 to 31 bytes.

Acceptable characters are alphanumeric characters and the following symbols: exclamation mark (!), dollar sign ($), percent sign (%), ampersand (&), underscore (_), hyphen (-), hash mark (#), and at mark (@).

Specified uppercase characters are handled as lowercase.

-pw password

Specifies a password for the user who you specified with the -id option.

The password must be a character string of 6 to 32 bytes.

Acceptable characters are alphanumeric characters and the following symbols: exclamation mark (!), hash mark (#), dollar sign ($), percent sign (%), ampersand (&), underscore (_), hyphen (-), asterisk (*), forward slash (/), single quotation mark ('), caret (^), left square bracket ([), right square bracket (]), left curly bracket ({), right curly bracket (}), left parenthesis ((), right parenthesis ()), semicolon (;), vertical bar (|), equal sign (=), plus sign (+), question mark (?), left angle bracket (<), and right angle bracket (>).

A password is case sensitive. A password must be enclosed in double quotation marks (") if any of the following symbols is included: caret (^), left angle bracket (<), right angle bracket (>), vertical bar (|), and ampersand (&).

-h logical-host-name

Specifies the logical host name if you operate JP1/IM in a cluster system. If this option is omitted, the command assumes the logical host name specified in the JP1_HOSTNAME environment variable. If the JP1_HOSTNAME environment variable is not specified, the command assumes the physical host name.

Return values

0

Normal termination

1

Invalid argument

2

A specified argument value was invalid

3

The file could not be created

4

Invalid logical host name

7

No execution permission for the jddsetaccessuser command

255

System error

Example 1

Specify a password of ABCDEF for the user UserA:

$ jddsetaccessuser -id UserA -pw ABCDEF
KAJY02009-I The command (jddsetaccessuser) has started.
KAJY02010-I The command (jddsetaccessuser) terminates normally.

Example 2

Specify a password of ABCDEF for the user UserA on the logical host ronri:

$ jddsetaccessuser -id UserA -pw ABCDEF -h ronri
KAJY02009-I The command (jddsetaccessuser) has started.
KAJY02010-I The command (jddsetaccessuser) terminates normally.