Top
ETERNUS SFAdvancedCopy Manager 14.0 Operator's Guide forCopy Control Module

2.2.7 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.2 Copy pair format

(1) ETERNUS name for the copy source

(2) Logical volume number for the copy source

(3) ETERNUS name for the copy destination

(4) Logical volume number for the copy destination

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.

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

    [For Windows]

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

    [For Solaris/Linux]

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

    Figure 2.3 Adding copy pairs


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

    Display information about the ETERNUS storage system using A.4.3 acgroup detail (Command for displaying detailed information about copy groups), and check that the copy pairs have been added using the specified logical volume numbers.

    [For Windows]

    C:\>acgroup detail -g GRP1
    
    Copy Group Name : GRP1
    Copy Group Type : OPC
    Disk Array Name : E4000 (00E4000M3#####E450S20A####KD4030639004##)
    
    Pair
    ---------------------
    E4000/0x25:E4000/0x29
    E4000/0x26:E4000/0x30
    E4000/0x27:E4000/0x31
    E4000/0x28:E4000/0x32

    [For Solaris/Linux]

    # acgroup detail -g GRP1
    
    Copy Group Name : GRP1
    Copy Group Type : OPC
    Disk Array Name : E4000 (00E4000M3#####E450S20A####KD4030639004##)
    
    Pair
    ---------------------
    E4000/0x25:E4000/0x29
    E4000/0x26:E4000/0x30
    E4000/0x27:E4000/0x31
    E4000/0x28:E4000/0x32