Top
ETERNUS SF AdvancedCopy Manager V15.1 Operation Guide
ETERNUS

6.4.7 Creating groups


6.4.7.1 Conditions for the replication volumes that make up the group

The replication volumes that make up the group (the source volume and the destination volume pairs) must meet the following conditions:

6.4.7.2 How to create groups

Groups are created using swsrpsetvol (Replication volume information setting command).
Information for created groups can be displayed using swsrpvolinfo (Replication volume information display command).

Example

Two groups (called GRP1) consisting of a source volume and a replica volume are created.

# /opt/FJSVswsrp/bin/swsrpsetvol -Xgroup GRP1 /dev/dsk/c1t1d1s4@SRC /dev/dsk/c1t1d11s4@TARG-1
swsrpsetvol completed
# /opt/FJSVswsrp/bin/swsrpsetvol -Xgroup GRP1 /dev/dsk/c1t1d2s4@SRC /dev/dsk/c1t1d12s4@TARG-1
swsrpsetvol completed
# /opt/FJSVswsrp/bin/swsrpvolinfo -L
Server Original-Volume       Size      Replica-Volume            Size      Copy         Op-Server Group
SRC    /dev/dsk/c1t1d1s4@SRC 4.0 Gbyte /dev/dsk/c1t1d11s4@TARG-1 4.0 Gbyte bi-direction both      GRP1
SRC    /dev/dsk/c1t1d2s4@SRC 4.0 Gbyte /dev/dsk/c1t1d12s4@TARG-1 4.0 Gbyte bi-direction both      GRP1
#