raidinf -login
Syntax
raidinf -login <user_name> <password> -servername {<hostname> | <ipaddress>} [-port <port>] [-serial <serial>]
Options and parameters
|
Option |
Description |
-login [<user_name> <password>]
|
Executes a user authentication for Device Manager - Storage Navigator. Specifies a user name and a password. The user is logged out automatically three minutes (180 seconds) after the last command is entered. |
-servername {<hostname> | <ipaddress>}
| Specifies the host name or IP address of the SVP. |
[-port <port>]
|
If you have changed the TCP port number for raidinf, specify the new TCP port number. If omitted, TCP port number will perform by specifying the initial value (5443). For operations after login (such as report creation), the port number used for login will be used. Therefore, specifying the port number will not be necessary for the operations after login. |
[-serial <serial>]
|
If two or more DKCs are managed by the SVP, this is specified to identify the system to execute the raidinf command. You cannot omit this option if two or more DKCs are managed by the SVP. In operations after the log in, such as report creation, use the serial number specified when logging in. You do not need to specify the serial number after the log in. |
Examples
This example authenticates
user01 using the password
xxxxxx:
# raidinf -login user01 xxxxxx -servername svp.xxx.co.jp
This example authenticates
user01 using the password
xxxxxx with TCP port number 6443:
# raidinf -login user01 xxxxxx -servername svp.xxx.co.jp -port 6443
This example authenticates
user01 using the password
xxxxxx with TCP port number 6443 and serial number 430123:
# raidinf -login user01 xxxxxx -servername svp.xxx.co.jp -port 6443 -serial 430123
