Reference Guide

Species a folder for the volume. Names that contain spaces must be enclosed in single quotes.
–folderindex integer
Species the volume folder index.
–h
Shows help for command options.
–index integer
Species the volume index.
–maxwrite integer [k|m|g|t]
Species the maximum size for volume writes. Enter the number of 512-byte blocks or the total byte size. To specify a total byte size, use k
for kilobytes, m for megabytes, g for gigabytes, or t for terabytes. For example, enter 32m to specify a block size of 32 MB. By default, no
limit is set for volume writes.
–name string
Species the volume name. Names that contain spaces must be enclosed in single quotes.
–readcache {true|false}
Enables or disables volume read cache. Specify true (or 1) to enable volume read cache or specify false (or 0) to disable volume read cache.
–replayprofile string,…,string
Species one or more Replay proles for the volume. Separate a series of Replay prole names with commas. If a string contains the space
character, enclose the string in single quotes (').
–serialnumber string
Species the volume serial number. (Available only when running on operating systems that expose serial numbers to the user.)
–storageprofile string
Species a Storage Prole for the volume. Use the storageprole show to show a list of available Storage Proles.
–storageprofileindex integer
Species a Storage Prole index for the volume.
–writecache {true|false}
Enables or disables volume write cache. Specify true (or 1) to enable volume write cache or specify false (or 0) to disable volume write
cache.
Examples
Assign a new volume folder on a volume:
volume modify -name 'volume 1' -folder 'vol folder'
Assign a Replay prole to a volume:
volume modify -name 'volume 1' -replayprofile 'sample replay profile'
volume modify -index 61 -replayprofile 'sample replay profile'
Set the maxwrite value on a volume:
volume modify -name 'testvol' -maxwrite 16g
volume modify -deviceid 6000d3100000c90000000000000000cb -maxwrite 16g
Command Reference
87