HP 3PAR OS 3.1.3 Command Line Interface Reference

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
Any role granted the vvset_annotate right can only annotate the comment of a volume
set.
Any role granted the vvset_set right can set any volume set property.
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:
cli% setvvset -name bar foo
To change the comment on a set bar:
cli% setvvset -comment "This used to be set foo" bar
NOTES
None
setvvset 337