Skip to main content

Resume snapshot image rollback

The resume snapImage rollback command resumes a rollback operation that has entered a paused state.

Supported Arrays

This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.

Roles

To execute this command on an storage array, you must have the Storage Admin role.

Context

A rollback operation can enter a paused state due to processing errors, which causes a Needs Attention condition for the storage array.

If the rollback operation cannot be resumed, the selected snapshot image reverts to a paused state, and the Needs Attention condition is displayed.

Note
You cannot use this command for snapshot images involved in online volume copy.

Syntax

resume snapImage [<var id="GUID-AC3DC8F3-CC44-4351-B4A9-7349E89B1A9F__V1160789" className="keyword varname">snapImageName</var>] rollback

Parameter

ParameterDescription
snapImage

The name of the snapshot image for which you want to restart a rollback operation. The name of a snapshot image is comprised of two parts:

  • The name of the snapshot group

  • An identifier for the snapshot image in the snapshot group

The identifier for the snapshot image can be one of these:

  • An integer value that is the sequence number of the snapshot in the snapshot group.

  • NEWEST - Use this option when you want to show the latest snapshot image created in the snapshot group.
  • OLDEST - Use this option when you want to show the earliest snapshot image created in the snapshot group.

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 restart a rollback operation for snapshot image 12345 in a snapshot group that has the name snapgroup1, you would use this command:


resume snapImage ["snapgroup1:12345"] rollback;