Suspend Remote Virtual Disk Mirror
This command suspends a Remote Virtual Disk Mirror operation.
Syntax
suspend remoteMirror ( primary [primary V olume Name] | primaries [primary V olumeName1 ... primaryV olume Namen]) writeConsistency=(TRUE | FALSE)
Parameters
Parameter Description virtualDiskName
Name of the virtual disk for which you want to suspend operation. Enclose the virtual disk name in square brackets ([ ]). If the virtual disk name has special characters, you must also enclose the virtual disk name in double quotes (" "). writeConsistency
Defines whether the virtual disks identified in this command are in a write-consistency group or are separate. For the virtual disks in the same write-consistency group, set this parameter to TRUE. For the virtual disks that are separate, set this parameter to FALSE. Notes
If you set writeConsistency to TRUE, the virtual disks must be in a write-consistency group (or groups). The action of the command is to suspend all consistency groups containing the virtual disks. For example, if virtual disks A, B, and C are in a consistency group and they have remote counterparts A', B', and C', the command suspend remoteMirror
virtualDisk ["A"] writeConsistency=true suspends A-A', B-B', and C-C'. If you have a consistency group 1={A, B, C} and consistency group 2={D, E, F}, the command suspend remoteMirrorvirtual disk s["A", "D"] writeConsistnecy=true suspends both consistency groups.