Register ETERNUS storage systems with AdvancedCopy Manager CCM as the devices to be used for copies.
Use "A.2.1 acarray add (ETERNUS storage system registration command)" to register the ETERNUS storage system.
The following ETERNUS storage system information is required for registration.
ETERNUS storage system name (hereafter called "ETERNUS name")
Future operations can be executed with the ETERNUS name.
In the case of REC, both copy source and copy destination ETERNUS names are required.
ETERNUS storage system IP address
ETERNUSmgr user name with Administrator permissions and password
Access path set in the logical volume within the ETERNUS storage system.
Note
Note for REC
Both ETERNUS storage systems of the copy source and the copy destination must be registered.
Perform the following procedure on the CCM server.
Registration of the ETERNUS storage systems that have an access path.
Specify the existing drive letter or device name in the access path.
Registration of the ETERNUS storage systems that do NOT have an access path to the CCM server
Specify any drive letter or device name in the access path. Even if the specified drive letter or device name does not actually exist, an error will not be caused, so the one specified need not already exist.
Creating copy groups
Specify the ETERNUS name of 1) in the "-a" option.
Specify the ETERNUS name of 2) in the "-remote" option.
Execution examples are shown below.
[For Windows]
Register the ETERNUS storage system.
C:\>acarray add -a E4000 -ip 10.124.6.251 -path c: -user root -password root Successful completion. |
To check whether the ETERNUS storage system has been registered, use A.2.3 acarray list (Command for displaying information about ETERNUS storage systems).
C:\>acarray list Name BOX-ID IP Address ----- ---------------------------------------- ------------ E4000 00E4000M3#####E450S20A####KD4030639004## 10.124.6.251 |
[For Solaris]
Register the ETERNUS storage system.
# acarray add -a E4000 -ip 10.124.6.251 -path /dev/rdsk/c4t0d10s2 -user root -password root Successful completion. |
To check whether the ETERNUS storage system has been registered, use A.2.3 acarray list (Command for displaying information about ETERNUS storage systems).
# acarray list Name BOX-ID IP Address ----- ---------------------------------------- ------------ E4000 00E4000M3#####E450S20A####KD4030639004## 10.124.6.251 |
[For Linux]
Register the ETERNUS storage system.
# acarray add -a E4000 -ip 10.124.6.251 -path /dev/sdo -user root -password root Successful completion. |
To check whether the ETERNUS storage system has been registered, use A.2.3 acarray list (Command for displaying information about ETERNUS storage systems).
# acarray list Name BOX-ID IP Address ----- ---------------------------------------- ------------ E4000 00E4000M3#####E450S20A####KD4030639004## 10.124.6.251 |