SANtricity 11.8 Commands ( CA08871-194 ~ 196 )
Start snapshot image rollback
The start snapImage rollback
command starts a rollback operation for a set of snapshot images.
Supported Series
This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.
Roles
To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.
Context
The content of the base volume changes immediately to match the point-in-time content of the selected snapshot image volume. The base volume immediately becomes available for read/write requests after the rollback operation has successfully completed. To stop a snapshot image rollback operation, use the stop rollback snapImage
command.
The repository volume that is associated with the snapshot image continues to track any new changes between the base volume and the snapshot image volume that occur after the rollback operation is completed.
You cannot use this command for snapshot images involved in online volume copy. |
Syntax
start snapImage ["snapImageName"] rollback
Parameter
Parameter | Description |
---|---|
|
The name of the snapshot image. 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 ([ ]). |
Notes
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 start a rollback operation for snapshot image 12345 in a snapshot group that has the name snapGroup1, you would use this command:
start snapImage ["snapGroup1:12345"] rollback;
To start a rollback operation for the most recent snapshot image in a snapshot group that has the name snapGroup1, you would use this command:
start snapImage ["snapGroup1:newest"]rollback;