Reference Guide

Species the Replay index by which to lter the display.
–name string
Species the Replay name by which to lter the display. Names that contain spaces must be enclosed in single quotes.
–txt filename
Species a txt le in which to save output.
–volume string
Species a volume name by which to lter the display. Names that contain spaces must be enclosed in single quotes.
–volumeindex integer
Species a volume index by which to lter the display.
–xml filename
Species an xml le in which to save output.
Output
For each Replay, the following information is output to the console in table format.
Output
Description
Volume Shows volume name.
VolumeIndex Shows index of the volume that created the Replay.
ConsistencyGroup Shows index of the group if Replay is part of a Consistency Group. Otherwise, this is blank.
Freeze Shows Rule by which the Replay was frozen.
Expire Shows Replay expiration time.
Index Shows index of the Replay.
Name Shows the Replay name.
Examples
Save Replay information to txt and an xml les:
replay show -txt txtfile.txt -xml xmlfile.xml
Save Replay information to a csv le:
replay show -csv csvfile.csv
Show Replays for a volume:
replay show -volume 'volume 1'
Show Replays that will expire on a certain date and time:
replay show -expire ’01/14/2012 11:59:59 pm’
Show Replays that were frozen on a certain date and time:
replay show -freeze ’01/14/2008 11:59:59 pm’
Command Reference
45