The stop snapImage rollback command stops a snapshot image rollback operation that was initiated by the start snapImage rollback command.
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
To execute this command on an storage array, you must have the Storage Admin role.
stop snapImage [snapCGID:imageID] rollback
Parameter | Description |
---|---|
snapImage | The name of the snapshot image for which you want to stop a rollback operation. The name of a snapshot image is comprised of two parts:
The identifier for the snapshot image can be one of these:
Enclose the snapshot image name in double quotation marks (" ") inside square brackets ([ ]). |
The name of a snapshot image has two parts separated by a colon (:):
The identifier of the snapshot group
The identifier of the snapshot image
For example, if you want to stop a rollback operation for snapshot image 12345 in a snapshot group that has the name snapGroup1, you would use this command:
stop snapImage ["snapGroup1:12345"] rollback;
To stop a rollback operation for the most recent snapshot image in a snapshot group that has the name snapGroup1, you would use this command:
stop snapImage ["snapGroup1:newest"] rollback;