HP 3PAR OS 3.1.3 Command Line Interface Reference

showdomainset
DESCRIPTION
The showdomainset command lists the host sets defined on the HP 3PAR storage system and
their members.
SYNTAX
showdomainset [options] [<setname_or_pattern>...]
showdomainset -domain [options] [<domainname_or_pattern>...]
AUTHORITY
Any role in the system.
OPTIONS
-d
Show a more detailed listing of each set.
-domain
Show domain sets that contain the supplied domains or patterns
SPECIFIERS
<setname_or_pattern>...
An optional list of <setnames> or <patterns>. If no <setname> or <pattern> is specified all
sets are displayed, otherwise only sets with names matching one or more of the setnames or patterns
are displayed. The patterns are glob-style patterns. Refer to “Glob-Style Pattern” (page 12) for
further information.
<domainname_or_pattern>...
Specifies that the domain sets containing domains with the specified names or matching the
glob-style patterns should be displayed.
RESTRICTIONS
None
EXAMPLES
To show all domain sets defined to the system:
cli% showdomainset
Id Name Members
7 domainset domainset.1
domainset.2
23 newset testdomain
Show details of a specific set:
cli% showdomainset -d newset
Id Name Members Comment
23 newset testdomain this set has been renamed and now has a comment
366 Show Commands