Reference Guide

For the view option only. Species the server to which to map the view volume.
–singlepath
Indicates that only a single port can be used for mapping. If omitted, all local ports are used for mapping. Use this option with the
localport and –remoteport options to set the single port to use. (The –localport option is deprecated on Storage Center 5.0 and later.)
–view string
Species the name of a view volume to create from the Replay. Use the –server option to map the view volume. Use the –move or
nomovereplay option to determine actions for an existing view volume of the same name. Names that contain spaces must be enclosed in
single quotes.
–viewexpire integer
Species the number of minutes at which to unmap and delete a view volume. Run the replay checkviews command to check for and
delete expired views. See replay checkviews.
–volume string
Species the volume on which the Replay is located.
–volumeindex integer
Species the index of the volume on which the Replay is located.
Examples
Create an unnamed Replay without an expire time:
replay create -volume 'volume 1'
replay create -deviceid 6000d3100000c90000000000000000cb
Create a named Replay:
replay create -volume 'volume 1' -name 'replay cu'
Create a named Replay with an expiration time:
replay create -volume 'volume 1' -name 'replay cu' -expire 30
Create an unnamed Replay, a view volume, and map the view volume to a server:
replay create -volume 'volume 1' -view view1 -server 'server 1'
Create a Replay, create a read only view volume, and map the view volume to a specic server with a LUN:
replay create -volume 'volume 1' -view 'view1' -server 'server 1' -lun 200 -readonly
Create a Replay of an existing view volume:
replay create -volume 'Volume 1' -view view1 -server 'server 1' -move
Create a Replay and corresponding view volume, and overwrite an existing view volume with the new view volume:
replay create -volume 'volume 1' -view view1 -server 'server 1' -move -nomovereplay
Create a Replay, create a view volume from the Replay, map the view volume to a server, and specify an expiration time of 5 minutes:
replay create -volume 'volume 1' -view view1 -server 'server 1' -viewexpire 5
Create a Replay, create and map a view volume, and use the –purge option to permanently delete the view volume when it expires.
replay create -volume 'volume 1' -view view1 -server' server 1' -viewexpire 10 -purge
See replay checkviews for information on using the replay checkviews command to move expired volume views to the recycle bin or to
permanently delete expired volume views.
40
Command Reference