Top
ETERNUS SF AdvancedCopy Manager 14.1 Operator's Guidefor Copy Control Module

Appendix D Notes on Operations

This appendix explains the notes for AdvancedCopy Manager CCM operation.


Calculate the physical capacity for the Snap Data Volume

It is necessary to create the Snap Data Volume for the SnapOPC+ operation.

The formula for estimating the physical capacity of Snap Data Volume is as follows:

Physical capacity = (number of updated blocks for the copy source volume) x (safety factor)

Strictly speaking, both the number of blocks that have been updated on the Snap Data Volume and the management area used by the hardware (about 0.1% of the logical capacity) should also be taken into account before the SnapOPC/SnapOPC+ is taken, however this can be covered by increasing the safety factor.

The number of blocks that have been updated on the copy source volume can be estimated by using updated estimation function.
The estimation can be performed by the following procedure:

  1. Start the estimation of the update amount by configuring a pseudo session on the copy source volume.

    > acsnap start -estimate -v E4000/0x1
    Successful completion
     
  2. Start transactions. Blocks that are updated by transactions will be recorded on the hardware.

  3. After the estimation period has elapsed, check the number of blocks that have been updated.

    > acsnap query -estimate -v E4000/0x1
    Update
    ------
       10M
     
  4. After the estimation is completed, cancel the pseudo session.

    > acsnap cancel -estimate -v E4000/0x1