Owner manual

Parameter Description
double quotation marks (" ") inside square brackets ([ ]).
Separate each snapshot image name with a white space.
allSnapImages
The parameter to return information about all of the
snapshot images in the storage array.
summary
This parameter returns a concise list of information about
the snapshot images.
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 show snapshot image 12345 in a snapshot group that has the name snapGroup1, you would
use this command:
show snapImage ["snapGroup1:12345"];
To show the most recent snapshot image in a snapshot group that has the name snapGroup1, you would use this
command:
show snapImage ["snapGroup1:newest"];
To show the snapshot images in several snapshot consistency groups that has the names snapGroup1, snapGroup2, and
snapGroup3, you would use this command:
show snapImages ["snapGroup1:12345 snapGroup2:newest snapGroup3:oldest"];
Show Snapshot Virtual Disks
Description
This command returns information about one or more snapshot virtual disks.
Syntax
show (allSnapVirtualDisks | snapVirtualDisk [snapVirtualDiskName] |
snapVirtualDisks [snapVirtualDiskName1 ... snapVirtualDiskNamen])
[summary]
Parameters
Parameter Description
allSnapVirtualDisks
The parameter to return information about all of the
snapshot virtual disks in the storage array.
snapVirtualDisk or snapVirtualDisks The alphanumeric identifier (including - and _) of a
specific snapshot virtual disk about which you are
329