HP 3PAR OS 3.1.3 Command Line Interface Reference

l {<LUN|pattern>}...
Specifies that only exports to the specified LUN are displayed. This specifier can be repeated to
display information for multiple LUNs.
nodes <nodelist>
Requests that only VLUNs for specific nodes are displayed. The node list is specified as a series
of integers separated by commas (for example 0,1,2). The list can also consist of a single integer
(for example 1).
slots <slotlist>
Requests that only VLUNs for specific slots are displayed. The slot list is specified as a series of
integers separated by commas (for example 0,1,2). The list can also consist of a single integer
(for example 1).
ports <portlist>
Requests that only VLUNs for specific ports are displayed. The port list is specified as a series of
integers separated by commas (for example 0,1,2). The list can also consist of a single integer
(for example 1).
-domain {<domain_name|pattern>}...
Shows only the VLUNs whose VVs are in domains with names that match one or more of the
<domainname_or_pattern> options. This option does now allow listing objects within a domain
of which the user is not a member. Multiple domain names or patterns can be repeated using a
comma-separated list.
sortcol <col> [,<dir>][:<col>[,<dir>]...]
Sorts command output based on column number <col>. Columns are numbered from left to right,
beginning with 0. At least one column must be specified. In addition, the direction of sorting <dir>
can be specified as follows:
inc
Sort in increasing order (default).
dec
Sort in decreasing order.
Multiple columns can be specified separated by a colon (:). Rows that have the same information
in them as earlier columns will be sorted by values in later columns.
SPECIFIERS
None
RESTRICTIONS
None
EXAMPLES
The following example displays all active and template VLUNs using glob-style patterns:
cli% showvlun v *.2,*.3
Active VLUNs
Lun VVname Host ----Host_WWN---- Port Type
2 tpv.2 pe75007 210000E08B056C21 0:2:1 host
3 tpv.3 pe75007 210000E08B056C21 0:2:1 host
2 tpv.2 pe75007 210100E08B256C21 1:2:1 host
3 tpv.3 pe75007 210100E08B256C21 1:2:1 host
2 test.2 sun 210000E08B023F71 0:2:2 host
3 test.3 sun 210000E08B023F71 0:2:2 host
showvlun 495