HP 3PAR OS 3.1.3 Command Line Interface Reference

setdomainset
DESCRIPTION
The setdomainset command sets the parameters and modifies the properties of a domain set.
SYNTAX
setdomainset [options <arg>] <setname>
AUTHORITY
Super, Edit
Any role granted the domainset_annotate right can only annotate the comment of a
domain set.
Any role granted the domainset_set right can set any domain 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 domain set. The name can be up to 27 characters in length.
SPECIFIERS
<setname>
Specifies the name of the domain set to modify.
RESTRICTIONS
None
Example
To rename a set from foo to bar:
cli% setdomainset -name bar foo
To change the comment on set bar:
cli% setdomainset -comment "This used to be set foo" bar
NOTES
None
setdomainset 283