Command Reference Guide

createdomainset
description
The createdomainset command defines a new set of domains and provides the option of
assigning one or more existing domains to that set. The command also allows the addition of
domains to an existing set by use of the -add option.
SYNTAX
createdomainset [options] <setname> [<domain | pattern>...]
AUTHORITY
Super, Edit
Any role that is granted the domainset_create right.
OPTIONS
-add
Specifies that the domains listed should be added to an existing set. At least one domain must be
specified.
-comment <comment>
Specifies a comment relating to the set.
SPECIFIERS
<setname>
Specifies the name of the domain set to create or add to.
<domain | pattern>...
Optional list of domains or glob-style patterns matching domains that are to be included in the
domain set. If no <domain> is specified a domain set with no domains is created.
RESTRICTIONS
None.
EXAMPLES
To create a domain set with 2 domains in it:
cli% createdomainset domset domain1 domain2
To create an empty domain set with a comment:
cli% createdomainset -comment "A placeholder set" emptyset
notes
None.
116 Create Commands