Owner manual

Syntax
show ((CGSnapImage [(CGSnapImageName | CGSnapImageSequenceNumber)]) |
(CGSnapImages [(
CGSnapImageNumber1 ... CGSnapImageNumbern |
CGSnapImageSequenceNumber1 ... CGSnapImageSequenceNumbern)]) | allCGSnapImages
[summary]
Parameters
Parameter Description
cgSnapImage or cgSnapImages The name of the snapshot image in a consistency group.
The name of a snapshot image is comprised of two parts:
The name of the consistency group.
An identifier for the snapshot image in the
consistency 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 consistency group.
NEWEST - Use this option when you want to show
the latest snapshot image created in the
consistency group.
OLDEST - Use this option when you want to show
the earliest snapshot image created in the
consistency group.
Enclose the snapshot image name in double quotation
marks (" ") inside square brackets ([ ]). You can enter more
than one snapshot name or sequence number. Enclose all
of the snapshot names in one set of double quotation
marks (" ") inside square brackets ([ ]). Separate each
snapshot image name with a white space.
allCGSnapImages
The setting to return all of the snapshot images from the
consistency groups.
summary
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 snapImage ["snapCGroup1:12345"];
315