3PAR InForm® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)
11.92
Command Line Interface Reference InForm OS Version 2.3.1
■ A physical copy of a VV fails in any situation that a snapshot copy fails or when there is
insufficient snapshot space or I/O errors.
EXAMPLES
The following example displays the creation of a copy of the VV vv1:
Create a set of copys for the volumes in
set vvcopyset, keeping snapshots around for quick
resyncronization:
Resynchronise the volumes in the volume set
copys:
Create a set of copys for the volumes in set
vvcopyset, mapping the parent volumes to
destination volumes with a pattern:
NOTES
■ The createvvcopy command can be issued multiple times. However, the InServ system
allows only two active physical copy tasks to run concurrently. Any additional physical copy
tasks are queued, pending the completion of the active physical copy tasks.
cli% createvvcopy –p vv1 vv2
Started copy. child=vv2 parent=vv1
cli% createvvcopy -s -p set:vvcopyset set:copys
Child Parent Status TaskID
s1 foo started 14
s2 bar started 15
s3 baz queued 16
createvvcopy -r set:copys
Child Parent Status TaskID
s1 started 17
s2 started 18
s3 queued 19
cli% createvvcopy -p set:vvcopyset @vvname@-copy
Child Parent Status TaskID
foo-copy foo started 20
bar-copy bar started 21
baz-copy baz queued 22