Qlogic FastLinQ 3400 Series User Manual page 118

Converged network adapters and intelligent ethernet adapters
Table of Contents

Advertisement

8–iSCSI Protocol
iSCSI Boot
fi
}
iscsi_mark_root_nodes()
{
$ISCSIADM -m session 2> /dev/null | while read t num i target ;
do
ip=${i%%:*}
STARTUP=`$ISCSIADM -m node -p $ip -T $target 2> /dev/null | grep
"node.conn\[0\].startup" | cut -d' ' -f3`
if [ "$STARTUP" -a "$STARTUP" != "onboot" ] ; then
$ISCSIADM -m node -p $ip -T $target -o update -n
node.conn[0].startup -v onboot
fi
done
}
# Reset status of this service
rc_reset
# We only need to start this for root on iSCSI
if ! grep -q iscsi_tcp /proc/modules ; then
if ! grep -q bnx2i /proc/modules ; then
fi
fi
case "$1" in
start)
echo -n "Starting iSCSI initiator for the root device: "
iscsi_load_iscsiuio
startproc $DAEMON $ARGS
rc_status -v
iscsi_mark_root_nodes
;;
stop|restart|reload)
rc_failed 0
;;
status)
rc_failed 6
rc_exit
90
83840-546-00 E

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FastLinQ 3400 Series and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Fastlinq 8400 series

Table of Contents