HP 3PAR OS 3.1.3 Command Line Interface Reference

removedomainset
DESCRIPTION
The removedomainset command removes a domain set or removes domains from an existing
set.
SYNTAX
removedomainset [options] <setname> [<domain>...]
AUTHORITY
Super, Edit
Any role granted the domainset_remove right.
OPTIONS
f
Specifies that the command is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
SPECIFIERS
<setname>
Specifies the name of the domain set.
<domain>...
Optional list of domain names that are members of the set. If no <domain> is specified, the domain
set is removed, otherwise the specified <domain> is removed from the domain set.
RESTRICTIONS
None
EXAMPLES
To remove a domain set:
cli% removedomainset domainset
To remove a single domain from a set:
cli% removedomainset domainset domain1
NOTES
None
removedomainset 219