3PAR InFormĀ® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)

21.94
Command Line Interface Reference InForm OS Version 2.3.1
COMMAND
setvvset
DESCRIPTION
The setvvset command sets the parameters and modifies the properties of a Virtual Volume
(VV) set.
SYNTAX
setvvset [options <arg>] <setname>
AUTHORITY
Super, Edit
OPTIONS
-comment <comment>
Specifies any comment or additional information for the set. The comment can be up to
255 characters in length. Unprintable characters are not allowed.
-name <newname>
Specifies a new name for the VV set.
SPECIFIERS
<setname>
Specifies the name of the vv set to modify.
RESTRICTIONS
None.
EXAMPLES
To rename a set from foo to bar:
To change the comment on a set bar:
cli% setvvset -name bar foo
cli% setvvset -comment "This used to be set foo" bar