User`s guide

Chapter VIII. iSCSI PDU Offload Initiator
Chelsio T5/T4 Unified Wire For Linux Page 145
ii. Discovering iSCSI Targets
To discovery an iSCSI target execute a command in the following format:
iscsiadm -m discovery -t st -p <target ip address>:<target port no> -I
<cxgb4i iface file name>
E.g.:-
[root@host]# iscsiadm -m discovery -t st -p 102.2.2.155:3260 -I
cxgb4i.00:07:43:04:5b:da
iii. Logging into an iSCSI Target
Log into an iSCSI target using the following format:
iscsiadm -m node -T <iqn name of target> -p <target ip address>:<target port
no> -I <cxgb4i iface file name> -l
E.g.:-
[root@host]# iscsiadm -m node -T iqn.2004-05.com.chelsio.target1 -p
102.2.2.155:3260,1 -I cxgb4i.00:07:43:04:5b:da -l
iv. Logging out from an iSCSI Target
Log out from an iSCSI Target by executing a command in the following format:
iscsiadm -m node -T <iqn name of target> -p <target ip address>:<target port
no> -I <cxgb4i iface file name> -u
E.g.:-
[root@host]# iscsiadm -m node -T iqn.2004-05.com.chelsio.target1 -p
102.2.2.155:3260,1 -I cxgb4i.00:07:43:04:5b:da -u
Other options can be found by typing iscsiadm --help
Note