Top
ETERNUS SF AdvancedCopy Manager V16.9.1 Operation Guide for Copy Control Module
FUJITSU Storage

3.4.2 Backup to Tape

3.4.2.1 Overview of Backup

To back up a volume to the tape library using AdvancedCopy Manager CCM, use the LU to Partition function.
Copy the contents of the copy source volume to a partition that can be referenced from the backup server. Then use the backup software to back up to the tape library.

Figure 3.13 Overview of Tape Backup

To manage the backup data on the tape library, the backup software with a function capable of performing RAW copy is required. Prepare the software that operates the ETERNUS Tape library or similar.
Refer to the manuals of the backup software and tape device that you are using for details on how to back up to tape.

3.4.2.2 Backup Procedure

The flow to back up the transaction volume is shown below.

Figure 3.14 Backup to Tape

Follow the procedure below to back up transaction volume data to tape.

  1. Executing Advanced Copy

    Back up the contents of the transaction volume to the backup volume partition by executing the Advanced Copy. Refer to the copy types in "3.2 Executing Advanced Copy" for the execution procedure.

  2. Temporarily suspending synchronous high-speed copy (EC and REC only)

    Temporarily suspend synchronous high-speed copy.

    • If the transfer mode for backup using EC or REC is synchronous mode:

      Execute the acec suspend command to temporarily suspend synchronous high-speed copy.

      [Execution example]

      > acec suspend -g group01
      
      ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
      # DATE : 2008/06/24 16:28:00 - << EC Suspended >>
      
        Succeeded : 1
        Failed    : 0
    • If the transfer mode for backup using REC is Stack mode or Consistency mode:

      1. Execute the acec suspend command with the -force option to forcibly temporarily suspend REC.

        [Execution example]

        > acec suspend -g group01 -force
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 00:00:00 - << EC Suspended >>
        
          Succeeded : 1
          Failed    : 0
      2. Execute the acec change command to change the REC transfer mode to "through".

        [Execution example]

        > acec change -g group01 -transfer through
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 00:01:00 - << EC Change >>
        
          Succeeded : 1
          Failed    : 0
      3. Execute the acec resume command to restart REC.

        [Execution example]

        > acec resume -g group01
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 00:02:00 - << EC Resumed >>
        
          Succeeded : 1
          Failed    : 0
      4. Execute the acec query command to check that the REC is in an equivalency maintenance state.

        [Execution example]

        > acec query -g group01
        
        Copy Group Name        : group01
        Copy Group Type        : REC
        Disk Array Name        : ET001 (00ETERNUSDXM##ET44S20A####HK000104######)
        Remote Disk Array Name : ET002 (00ETERNUSDXH##ET87S20A####NC4110699004##)
        
        Source                          <=> Target                  SID(RSID)  EC Status      Copy Phase Copied Block Rcv  Split Xfer
        ------------------------------- --- ----------------------- ---------- -------------- ---------- ------------ ---- ----- -------
        ET001/0x1[addr=0x0,size=0x5000] ==> ET002/0x3[addr=0x10000] 0x49(0x10) "EC Executing" "Paired"        1048576 auto ----  through
      5. Execute the acec suspend command to temporarily suspend REC.

        [Execution example]

        > acec suspend -g group01
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 00:10:00 - << EC Suspended >>
        
          Succeeded : 1
          Failed    : 0
  3. Backing up to tape

    Use the backup software to back up the data created in the copy destination volume partition to tape.
    Refer to the manuals of the backup software and tape device that you are using for details on how to back up to tape.

  4. Restarting synchronous high-speed copy (EC or REC only)

    Restart synchronous high-speed copy.

    • If the transfer mode for backup using EC or REC is synchronous mode:

      Execute the acec resume command to restart synchronous high-speed copy.

      [Execution example]

      > acec resume -g group01
      
      ET001/0x1[addr=0x0,size=0x5000]:ET001/0x3[addr=0x10000]
      # DATE : 2008/06/24 16:28:00 - << EC Resumed >>
      
        Succeeded : 1
        Failed    : 0
    • If the transfer mode for back up using REC is Stack mode or Consistency mode:

      1. Execute the acec change command to change the transfer mode to the original mode (Stack mode or Consistency mode).

        If changing to Stack mode

        [Execution example]

        > acec change -g group01 -transfer stack
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 07:00:00 - << EC Change >>
        
          Succeeded : 1
          Failed    : 0

        If changing to Consistency mode

        [Execution example]

        > acec change -g group01 -transfer consist
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/25 07:00:00 - << EC Change >>
        
          Succeeded : 1
          Failed    : 0
      2. Execute the acec resume command to restart synchronous high-speed copy.

        [Execution example]

        > acec resume -g group01
        
        ET001/0x1[addr=0x0,size=0x5000]:ET002/0x3[addr=0x10000]
        # DATE : 2008/06/24 16:28:00 - << EC Resumed >>
        
          Succeeded : 1
          Failed    : 0