Show consistency group snapshot image
The show CGSnapImage
command shows one snapshot image or several snapshot images that are in one or more snapshot consistency groups.
Supported Arrays
This command applies to any individual storage array, including the E2700, E5600, E2800, E5700, EF600 and EF300 arrays, as long as all SMcli packages are installed.
Roles
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Storage Admin role.
Syntax
show ((CGSnapImage [(CGSnapImageName | CGSnapImageSequenceNumber)]) | (CGSnapImages [(CGSnapImageNumber1 ... CGSnapImageNumbern | CGSnapImageSequenceNumber1 ... CGSnapImageSequenceNumbern)]) | allCGSnapImages [summary]
Parameters
Parameter | Description |
---|---|
|
The name of the snapshot image in a consistency group. 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 ([ ]). You can enter more than one snapshot image name or sequence number. Enclose all of the snapshot image names in one set of double quotation marks (" ") inside square brackets ([ ]). Separate each snapshot image name with a space. |
|
The setting to return all of the snapshot images from the consistency groups. |
|
The setting to return a concise list of information about all of the snapshot images in the storage array. |
Notes
The name of a snapshot image has two parts separated by a colon (:):
-
The identifier of the snapshot consistency group
-
The identifier of the snapshot image
For example, if you want to show snapshot image 12345 in a snapshot consistency group that has the name snapCGroup1, you would use this command:
show CGsnapImage ["snapCGroup1:12345"];
To show the most recent snapshot image in a snapshot consistency group that has the name snapCGroup1, you would use this command:
show CGsnapImage ["snapCGroup1:newest"];
To show the snapshot images in several snapshot consistency groups that have the names snapCGroup1, snapCGroup2, and snapCGroup3, you would use this command:
show CGsnapImages ["snapCGroup1:12345 snapCGroup2:newest snapCGroup3:oldest"];
Note that in these examples the snapshot consistency group name is separated from the snapshot image identifier by a colon (:).
Minimum firmware level
7.83