User`s guide

Chapter VII. iSCSI PDU Offload Target
Chelsio T5/T4 Unified Wire For Linux Page 112
To stop a specific target execute iscsictl with “-s” followed by the target name.
[root@host]# iscsictl s target=iqn.2006-02.com.chelsio.diskarray.san1
View Configuration: To see the configuration of all the active iSCSI targets, execute iscsictl
with “-c” option.
[root@host]# iscsictl c
To see the more detailed configuration settings of a specific target, execute iscsictl with “-c
option followed by the target name.
[root@host]# iscsictl c target=iqn.2006-02.com.chelsio.diskarray.san1
View Global Settings: To see Chelsio global settings, execute iscsictl with “-goption.
[root@host]# iscsictl g
Change Global Settings: To change Chelsio global settings, execute iscsictl with -G
option.
[root@host]# iscsictl G iscsi_offload_mode=AUTO
View Help: To print help to stdout, execute iscsictl with “-h” option.
[root@host]# iscsictl h