HP 3PAR OS 3.1.3 Command Line Interface Reference

showiscsisession
DESCRIPTION
The showiscsisession command shows the iSCSI sessions.
SYNTAX
showiscsisession [option <arg>]
AUTHORITY
Any role in the system.
OPTIONS
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 (:), and rows that have the same earlier
columns will be sorted by the values in the later columns.
SPECIFIERS
None
RESTRICTIONS
None
EXAMPLES
The following example displays the iSCSI session information:
cli% showiscsisession
N:S:P ---IPAddr---- TPGT TSIH Conns ------------iSCSI_Name------------
---------StartTime----------
1:3:1 192.168.2.181 131 13 1 iqn.1991-05.com.microsoft:pe750-07 Tue Nov 29
12:43:25 PST 2005
In the example above:
N:S:P. The port location in Node:Slot:Port format, where Slot is the PCI slot number in the
node and Port is the port number in the PCI card.
IPAddr. The IP address of the Ethernet port.
TPGT. The Target Portal Group Tag.
TSIH. The Target Session Identifying Handle.
Conns. The number of connections for the session.
showiscsisession 383