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

2.6 Adding copy pairs

Add copy pairs to the copy groups that have been created.
Copy pairs are strings that define copy source and destination logical volumes.


Figure 2.1 Copy pair format

Note: Specify the hexadecimal starting with "0x" (ex, "0x1" or "0x0001")

Use the following procedure to add copy pairs.

  1. Check the logical volume numbers for the copy source and destination that will be added as a copy pair.

    Note

    When including a logical volume of a remote ETERNUS Disk storage system in a copy pair, confirm the logical volume number of the object using the ETERNUS Web GUI.

  2. Add the copy pair to a copy group using acpair add (Copy pair addition command).

    Execution example for making the copy group "GRP1" shown in "Figure 2.2 Adding copy pairs" is as follows.

    [Execution example]

    > acpair add -g GRP1 -p ET001/0x25:ET001/0x29
    Successful completion.
    
    > acpair add -g GRP1 -p ET001/0x26:ET001/0x30
    Successful completion.
    
    > acpair add -g GRP1 -p ET001/0x27:ET001/0x31
    Successful completion.
    
    > acpair add -g GRP1 -p ET001/0x28:ET001/0x32
    Successful completion.
     

    In the case when the copy type is SnapOPCP (SnapOPC+), the execution example for making the copy group "GRP2" shown in "Figure 2.2 Adding copy pairs" is as follows.

    [Execution example]

    > acpair add -g GRP2 -p ET001/0x33:ET001/0x35
    Successful completion.
    
    > acpair add -g GRP2 -p ET001/0x33:ET001/0x36
    Successful completion.
    
    > acpair add -g GRP2 -p ET001/0x34:ET001/0x37
    Successful completion.
    
    > acpair add -g GRP2 -p ET001/0x34:ET001/0x38
    Successful completion.
     

    Figure 2.2 Adding copy pairs


  3. Check the logical volume numbers of the copy pairs that have been added.

    Display information about ETERNUS Disk storage system using acgroup detail (Copy group detail information display command), and check that the copy pairs have been added using the specified logical volume numbers.

    [Execution example]

    > acgroup detail -g GRP1
    
    Copy Group Name : GRP1
    Copy Group Type : OPC
    Disk Array Name : ET001 (00ETERNUSDXM##ET44S20A####HK000104######)
    
    Pair
    ---------------------
    ET001/0x25:ET001/0x29
    ET001/0x26:ET001/0x30
    ET001/0x27:ET001/0x31
    ET001/0x28:ET001/0x32