Hitachi

JP1 Version 11 JP1/Performance Management - Agent Option for Service Response Description, User's Guide and Reference


esppasswd (registers, changes, and deletes passwords)

Organization of this page

Format

esppasswd {{-a | -c | -d }-s password-identification-name -o authentication-target -u user-name | -l [ -f file-name ]}

Function

Execution permission

Administrator permissions

Storage folder

installation-folder\agtv\probe\bin

Arguments

-a

Specifies that a password is to be added.

-c

Specifies that a password is to be changed.

-d

Specifies that a password is to be deleted.

-s password-identification-name

Specifies the identification name of the processing that requires the password.

-o authentication-target

Specifies the target that requires authentication.

-u user-name

Specifies the user requiring a password.

-l

Specifies that a list of keys is to be output.

-f file-name

Specifies the file to which the list of keys is to be output. If the -l option is specified but this option is omitted, the list of keys is output to the standard output only.

The following table lists the values to be specified for the password identification name, authentication target, and user name.

Table 11‒2: Value to be specified in the arguments

Service

Password identification name

(value to be specified)

Authentication target

User name

HTTP(S) Web authentication

HTTP-W

URL#1

User name#2

HTTP(S) Proxy authentication

HTTP-P

Proxy server host name#2

User name#2

HTTPS client authentication

HTTPS-C

Client certificate file name#2,#3

A user name is not needed, and is ignored if specified.

SMTP, POP3

POP3

POP3 server host name#2

User name#2

IMAP4

IMAP4

IMAP4 server host name#2

User name#2

FTP

FTP

FTP server host name#2

User name#2

#1

You must not include a protocol identifier (http:// or https://) in the URL that you specify. Note also that the URL to be authenticated during the measurement of an HTTP(S) service must match the URL specified by the <URL> tag in the measurement condition registration file.

#2

Make sure that the value specified as an argument matches the value specified in esptask.xml.

#3

Specify a file name (without including its path) that is located in installation-folder\agtv\probe\cert.

Notes

Return values

0

Normal termination

1

The same key was found when a password was to be added.

2

The specified key was not found when a password was to be changed or deleted.

Other value

Abnormal termination

Examples