Resume snapshot volume
The resume snapVolume command resumes a snapshot volume operation that was stopped.
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.
Syntax
resume snapVolume ["<var id="GUID-09A5F512-1B16-4A9A-919C-7228C123A85A__V1112040" className="keyword varname">snapVolumeName</var>"] snapImage="<var id="GUID-09A5F512-1B16-4A9A-919C-7228C123A85A__V1111044" className="keyword varname">snapCGID</var>:<var id="GUID-09A5F512-1B16-4A9A-919C-7228C123A85A__V1512809" className="keyword varname">imageID</var>"
Parameters
Parameter | Description |
---|---|
snapVolume | The name of the snapshot volume for which you want to resume operations. Enclose the snapshot volume name in double quotation marks (" ") inside square brackets ([ ]). |
snapImage | The name of the snapshot image for which you want to resume snapshot volume operations. 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 (" "). |
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 resume snapshot volume operations for snapshot image 12345 in a snapshot group that has the name snapGroup1, you would use this command:
resume snapVolume ["snapVol1"] snapImage="snapGroup1:12345";
To resume snapshot volume operations for the most recent snapshot image in a snapshot group that has the name snapGroup1, you would use this command:
resume snapVolume ["snapVol1"] snapImage="snapGroup1:newest";