NAME
acarray add - Registration of ETERNUS storage systems.
SYNOPSIS
acarray add -a DISKARRAY-NAME -ip DISKARRAY-IP -user USER -password PASSWORD -path ACCESSPATH
DESCRIPTION
This command registers ETERNUS storage systems. Please make sure to specify the "add" subcommand.
An error will occur when an attempt is made to register an ETERNUS storage system with the same IP address as an ETERNUS storage system that has already been registered.
OPTIONS
This option specifies the ETERNUS names that are used by AdvancedCopy Manager CCM.
Specify it in the alphanumeric character within 16 characters.
This option specifies the IP address of the ETERNUS storage system.
This option specifies a user name with Administrator privileges for ETERNUSmgr. Specify the user name using a string that is between 4 and 16 characters long.
Refer to the ETERNUSmgr manuals for more information about ETERNUSmgr.
This option specifies the password for the user with Administrator privileges for ETERNUSmgr.
Refer to the ETERNUSmgr manuals for more information about ETERNUSmgr.
This option specifies the access path in the logical volume within the ETERNUS storage system that was specified with the "-a" option.
Specify the drive letter.
Example: X:
Specify the raw device name.
Example: /dev/rdsk/c4t0d10s2
Specify the device name.
Example: /dev/sdo
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
[For Windows]
C:\>acarray add -a E4000 -ip 10.124.6.251 -user root -password root -path X: Successful completion.
[For Solaris]
# acarray add -a E4000 -ip 10.124.6.251 -user root -password root -path /dev/rdsk/c4t0d10s2 Successful completion.
[For Linux]
# acarray add -a E4000 -ip 10.124.6.251 -user root -password root -path /dev/sdo Successful completion.