3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)

8.6
Physical Copies
3PAR InForm OS CLI Administrator’s Manual InForm OS Version 2.2.4
X To create a physical copy of a virtual volume, issue the createvvcopy -p <parent_VV>
-s <destination_VV>
command, where:
-p <parent_VV> creates a snapshot of the parent volume, as identified by
<parent_VV>, and copies the snapshot data to the destination volume.
<destination_VV> is the name of the destination volume. The destination volume
must be equal or greater in size to the parent volume, must be a writeable base volume,
and must not be exported as a VLUN.
-s saves the snapshot for quick resynchronization and retains the parent/copy
relationship between the parent and destination volumes.
For information on arguments that can optionally be specified with the
createvvcopy
command, refer to the InForm OS Command Line Interface Reference.
8.4.1.1 Creating a Group of Physical Copies
The InForm CLI also allows for the creation of consistent group physical copies of a list of
virtual volumes.
X To create group physical copies, issue the creategroupvvcopy -p -s
<parent_VV>:<destination_VV>
command, where:
-p <parent_VV> creates a group of snapshots of the parent volume, as identified by
<parent_VV>, and copies data from the snapshots to the destination volume.
-s saves the snapshot for quick resynchronization and retains the parent/copy
relationship between the parent and destination volumes.
<destination_VV> is the name of the destination volume. The destination volume
must be equal or greater in size to the parent volume, must be a writeable base volume,
and must not be exported as a VLUN.
NOTE: The creategroupvvcopy command can be issued multiple times.
However, the InServ system allows only two physical copy tasks to run
concurrently. Any additional physical copy tasks are queued, pending the
completion of the active physical copy tasks.