Owner manual

NOTE: Canceling a consistency group snapshot rollback operation leaves the base virtual disk in an indeterminate
state with potentially invalid or inconsistent data. The related consistency group snapshot virtual disk becomes
disabled and unusable.
Syntax
stop cgSnapImage["consistencyGroupName"]| rollback
[memberVirtualDiskSet ["memberVirtualDiskName1 ... memberVirtualDiskNamen"]]
Parameters
Parameter Description
consistencyGroupName
The name of the consistency group for which you want to
stop a rollback operation. Enclose the name of the
consistency group in double quotation marks (" ") inside
square brackets ([ ]). When the
memberVirtualDiskSet parameter is not used, the
rollback process applies to all member virtual disks of the
consistency group.
memberVirtualDiskSet
The name of one or more member base virtual disks in a
consistency group that you want to stop a rollback
operation. Enclose each member base virtual disk name in
double quotation marks (" ") inside parenthesizes (( )).
You can enter more than one member virtual disk name.
Enclose all of the member virtual disk names in one set of
double quotation marks (" ") inside parenthesizes (( )).
Separate each member virtual disk name with a white
space.
Notes
To stop a roll back operation for an entire consistency group that has the name congroup1, you would use this
command:
stop cgSnapImage ["congroup1"] rollback;
To start a roll back operation for base virtual disk members memVol1, memVol2, and memVol3 in a consistency group
that has the name congroup2, you would use this command:
stop cgSnapImage ["congroup2"] rollback memberVirtualDiskset=("memVol1 memVol2
memVol3");
Stop Consistency Group Snapshot Virtual Disk
Description
This command stops the copy-on-write operation for creating a consistency group snapshot virtual disk. To restart the
copy-on-write operation use the resume cgSnapVirtualDisk command.
363