Configure the environment for backing up/restoring volumes using AdvancedCopy Manager CCM on the vCenter Server.
This AdvancedCopy Manager CCM command example is based on the following volume configuration.
Figure E.5 Volume Configuration in Command Example
Volume Type | OLU Number | Type of Volume |
---|---|---|
Transaction volume | 0x0000,0x0001,0x0002 | Open Volume |
Backup volume | 0x0003,0x0004,0x0005 | Open Volume |
Restore volume | 0x0006 | Snap Data Volume |
ETERNUS Disk Storage System Registration
Execute the acarray add command to register the ETERNUS Disk storage system used for backup to AdvancedCopy Manager CCM. The following is an example of a command using the copy control function through LAN.
# acarray add -a ET001 -ip 192.168.1.1 -user ccmuser -password ccmuser -lan Successful completion. #
Execute the acarray list command to check the list of registered ETERNUS Disk storage systems.
# acarray list Name BOX-ID IP Address ------ ----------------------------------------- ----------- ET001 00ETERNUSDXLS2ET082DC#####KN4521045063## 192.168.1.1 #
Execute the acarray detail command to check the detailed information about the registered ETERNUS Disk storage system.
# acarray detail -a ET001 -route Disk Array Name : ET001 Box-ID : 00ETERNUSDXLS2ET082DC#####KN4521045063## IP Address : 192.168.1.1 Admin User : ccmuser Access Volume : - Access Route : lan #
Copy Group Creation
Execute the acgroup create command to create a copy group for backup and a copy group for restoration.
# acgroup create -g bk -type QuickOPC -a ET001 Successful completion. # acgroup create -g rst_snap -type SnapOPCP -a ET001 Successful completion. #
Point
When creating a copy group for backup, set "QuickOPC" in the -type option.
When creating a copy group for restoration, set "SnapOPCP" in the -type option.
Copy Pair Addition
Execute the acinq lv command to check the list of ETERNUS Disk storage system logical volume numbers.
# acinq lv -a ET001 LV No LV Name LV Size LV Type RG No Encrypt ------ ------- ------- ------- ----- -------- 0x0000 30720M Open 0 - 0x0001 30720M Open 0 - 0x0002 30720M Open 0 - 0x0003 30720M Open 1 - 0x0004 30720M Open 1 - 0x0005 30720M Open 1 - 0x0006 30720M SDV 2 - #
Execute the acpair add command to add a copy pair to the copy group for backup and the copy group for restoration.
# acpair add -g bk -p ET001/0x0000:ET001/0x0003 Successful completion. # # acpair add -g rst_snap -p ET001/0x0003:ET001/0x0006 Successful completion. #
Point
Specify a volume that meets the requirements described in "Table E.1 Volume Configuration" for a copy pair.
Execute the acgroup detail command to check the copy group and copy pair information.
# acgroup detail -g bk Copy Group Name : bk Copy Group Type : QuickOPC Disk Array Name : ET001 (00ETERNUSDXLS2ET082DC#####KN4521045063##) Pair --------------------------- ET001/0x0000:ET001/0x0003 #