Configure the environment for backing up/restoring volumes on the CCM Server.
This AdvancedCopy Manager CCM command example is based on the following volume configuration.
Figure E.9 Volume Configuration in Command Example
Volume Type | OLU Number | Type of Volume |
---|---|---|
Transaction volume for System Area | 0x0000, 0x0001, 0x0002 | Open Volume |
Transaction volume for Data Area | 0x0007, 0x0008, 0x0009 | Open Volume |
Backup volume | 0x0003, 0x0004, 0x0005, 0x000a, 0x000b, 0x000c | Open Volume |
Restore volume for System Area | 0x0006 | Snap Data Volume |
Restore volume for Data Area | 0x000d, 0x000e | Snap Data Volume |
Point
A restore volume for the System Area can be used together with System Area transaction volumes of the same size.
A restore volume for the Data Area can be used together only with Data Area transaction volumes of the same size but on a different virtual machine.
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.0.2.10 -user **** -password **** -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.0.2.10 #
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.0.2.10 Admin User : **** 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 - 0x0007 1024M Open 0 - 0x0008 2048M Open 0 - 0x0009 2048M Open 0 - 0x000a 1024M Open 1 - 0x000b 2048M Open 1 - 0x000c 2048M Open 1 - 0x000d 1024M SDV 2 - 0x000e 2048M 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 #