HP-UX iSCSI Software Initiator Support Guide, HP-UX 11i v1 and 11i v2, July 2005

Chapter 5
Management
The iscsiutil tool
57
-S displays the session information for all sessions; if an initiator session identifier instance (ssn_inst)
is specified, then information will be displayed for that session only.
Session information displayed includes:
- The session instance number.
-The target iSCSI name.
- The target IP address and port.
- The target portal group tag.
-C displays statistics for all connections of the specified session instance (ssn_inst); if a connection
identifier (cid) is specified, only the statistics for that connection will be displayed.
-V displays negotiated login key information.
To display iscsiutil usage, use:
# iscsiutil
To issue an iSCSI NOP-OUT indicating the destination session and connection, use:
# iscsiutil [/dev/iscsi] -n -S <ssn_inst> [-C <cid> ] [-L <data-size>]
where:
-S provides an initiator session identifier instance (ssn_inst) on which the iSCSI NOP-OUT is to be sent
-C provides a specific connection identifier (cid) for the iSCSI NOP-OUT
-L is the <data-size>, or number of bytes, to be used for the NOP-OUT. The valid range for the data-size
is 0 to 4096 bytes. The default data-size is 64 bytes.