Top
ETERNUS SF Express V15.3/ AdvancedCopy Manager V15.3 Operation Guide for Copy Control Module
ETERNUS

E.5.5 Configure the Environment for AdvancedCopy Manager CCM

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.4 Volume Configuration in the 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 acarray add (ETERNUS Disk storage system registration 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 acarray list (ETERNUS Disk storage system information display 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 acarray detail (ETERNUS Disk storage system detail information display 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 acgroup create (Copy group creation 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 acinq lv (Logical volume information display 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 acpair add (Copy pair addition 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 acgroup detail (Copy group detail information display 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
#