3PAR InFormĀ® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)
21.33
InForm OS Version 2.3.1 Command Line Interface Reference
COMMAND
setdomainset
DESCRIPTION
The setdomainset command sets the parameters and modifies the properties of a domain
set.
SYNTAX
setdomainset [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 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:
To change the comment on set bar:
cli% setdomainset -name bar foo
cli% setdomainset -comment "This used to be set foo" bar