Command Reference Guide

sethostset
DESCRIPTION
The sethostset command sets the parameters and modifies the properties of a host set.
SYNTAX
sethostset [options <arg>] <setname>
AUTHORITY
Super, Edit
Any role granted the hostset_annotate right can only annotate the comment of a host
set.
Any role granted the hostset_set right can set any host set property.
OPTIONS
-comment <comment>
Specifies a comment relating to the set.
-name <newname>
Specifies a new name for the host set.
SPECIFIERS
<setname>
Specifies the name of the host set to modify.
RESTRICTIONS
None.
EXAMPLES
To rename a set from foo to bar:
cli% sethostset -name bar foo
To change the comment on a set:
cli% sethostset -comment "This used to be set foo" bar
NOTES
None.
sethostset 299