NAME
acarray add - Registration of ETERNUS Disk storage systems.
SYNOPSIS
For ETERNUS Disk storage system in the local site
acarray add -a DISKARRAY-NAME -ip DISKARRAY-IP -user USER -password PASSWORD -path ACCESSPATH [-xml]
For ETERNUS Disk storage system in a remote site
acarray add -a DISKARRAY-NAME -boxid BOX-ID -remote [-xml]
DESCRIPTION
This command registers ETERNUS Disk storage systems.
OPTIONS
This option specifies an ETERNUS Disk storage system name that is used by Express.
Specify it in 16 or less alphanumeric characters.
This option specifies the IP address of the ETERNUS Disk storage system.
An error will occur when an attempt is made to register an ETERNUS Disk storage system with the same IP address as an ETERNUS Disk storage system that has already been registered.
This option specifies a following user name.
When using ETERNUS DX60/DX80/DX90:
The user name with Administrator authorization for target storage device
When using ETERNUS DX80 S2/DX90 S2:
The user name with Software role for target storage device
Specify the user name using a string that is between 4 and 16 characters long.
Refer to the ETERNUS Web GUI manual for more information about ETERNUS Web GUI.
This option specifies the password for the user name specified with -user option.
This option specifies an access path in the logical volume within the ETERNUS Disk storage system that was specified with the "-a" option. This is skippable.
Specify a drive letter.
Example: X:
This option specifies the BOX-ID of the ETERNUS Disk storage system.
An error will occur when an attempt is made to register an ETERNUS Disk storage system with the same BOX-ID as an ETERNUS Disk storage system that has already been registered.
Refer to the ETERNUS Web GUI manual for more information.
This option specifies when registering the ETERNUS Disk storage system which is in a remote site.
This option displays execution results in XML format.
EXIT STATUS
=0: Terminate normally
>0: Terminate abnormally
EXAMPLES
> acarray add -a DX80 -ip 10.12.13.14 -user root -password root -path X: Successful completion.