HP 3PAR OS 3.1.3 Command Line Interface Reference

showhostset
DESCRIPTION
The showhostset command lists the host sets defined on the HP 3PAR storage system and their
members.
SYNTAX
showhostset [options] [<setname_or_pattern>...]
showhostset -host [options] [<hostname_or_pattern>...]
AUTHORITY
Any role in the system.
OPTIONS
-d
Show a more detailed listing of each set.
-host
Show host sets that contain the supplied hostnames 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.
<hostname_or_pattern>...
Specifies that the sets containing hosts with the specified names or matching the glob-style patterns
should be displayed.
RESTRICTIONS
None
EXAMPLES
Show all host sets defined to the system:
cli% showhostset
Id Name Members
22 myset -
18 seta -
3 sunv40z-09 sunv40z-09-0
sunv40z-09-1
sunv40z-09-2
sunv40z-09-3
Show the details of myset only:
cli% showhostset -d myset
Id Name Members Comment
22 myset - This is an empty set
380 Show Commands