Chapter XI. iSCSI PDU Offload Initiator
Load the driver using the following parameters.
[root@host~]# modprobe cxgb4i cxgb4i_snd_win=131072 cxgb4i_rcv_win=262144
The following image shows the number of offloaded connections.
4.3.
Auto login from cxgb4i initiator at OS bootup
For iSCSI auto login (via cxgb4i) to work on OS startup, please add the following line to
start()
/etc/rc.d/init.d/iscsid
in
modprobe -q cxgb4i
Example:
force_start() {
echo -n $"Starting $prog: "
modprobe -q iscsi_tcpmodprobe -q ib_iser
modprobe -q cxgb4i
modprobe -q cxgb3i
modprobe -q bnx2i
modprobe -q be2iscsi
daemon brcm_iscsiuio
daemon $prog
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile
return $retval
}
Chelsio Unified Wire for Linux
file on RHEL:
195
Need help?
Do you have a question about the Terminator Series and is the answer not in the manual?
Questions and answers