Dell Broadcom NetXtreme Family of Adapters User Manual page 75

Broadcom netxtreme ii network adapter user guide
Hide thumbs Also See for Broadcom NetXtreme Family of Adapters:
Table of Contents

Advertisement

iSCSI Protocol: Broadcom NetXtreme II Network Adapter User Guide
16. Make sure all runlevels of network service are on.
17. Make sure 2,3 and 5 runlevels of iscsi service are on.
18. For Red Hat 6.0, make sure Network Manager service is stopped and disabled.
19. Install uIP (not required for SuSE 10).
20. Install linux-nx2 package.
21. Install bibt package.
22. Remove ifcfg-eth*.
23. Reboot.
24. For SUSE 11.1, follow remote DVD installation workaround.
25. After system reboot, login and change to /opt/bcm/bibt folder and run iscsi_setup.sh script to create offload and non-
offload initrd images.
26. Copy the initrd images, offload and non-offload, to the /boot folder.
27. Change the grub menu to point to the new initrd images.
28. To enable CHAP you need to modify iscsid.conf (Red Hat only).
29. Reboot and change CHAP parameters if desired.
30. Continue booting into the iSCSI Boot image and select one of the images you created (non-offload or offload). Your
choice should correspond with your choice in the iSCSI Boot parameters section. If HBA Boot Mode was enabled in the
iSCSI Boot Parameters section, you have to boot the offload image. SLES 10.x and SLES 11 do not support offload.
SUSE 11.1 Remote DVD installation workaround
1. Create a new file called boot.open-iscsi with the content shown below.
2. Copy the file you just created to /etc/init.d/ folder and overwrite the existing one.
Content of the new boot.open-iscsi file:
#!/bin/bash
#
# /etc/init.d/iscsi
#
### BEGIN INIT INFO
# Provides:
# Required-Start:
# Should-Start:
# Required-Stop:
# Should-Stop:
# Default-Start:
# Default-Stop:
# Short-Description: iSCSI initiator daemon root-fs support
# Description:
#
#
### END INIT INFO
ISCSIADM=/sbin/iscsiadm
ISCSIUIO=/sbin/iscsiuio
CONFIG_FILE=/etc/iscsid.conf
DAEMON=/sbin/iscsid
ARGS="-c $CONFIG_FILE"
# Source LSB init functions
. /etc/rc.status
#
# This service is run right after booting. So all targets activated
# during mkinitrd run should not be removed when the open-iscsi
# service is stopped.
#
iscsi_load_iscsiuio()
{
TRANSPORT=`$ISCSIADM -m session 2> /dev/null | grep "bnx2i"`
if [ "$TRANSPORT" ] ; then
echo -n "Launch iscsiuio "
startproc $ISCSIUIO
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
file:///T|/htdocs/NETWORK/BroadCom/71921/NetXtremeII/en/iscsi.htm[9/26/2012 3:29:03 PM]
iscsiboot
boot.multipath
$null
B
Starts the iSCSI initiator daemon if the
root-filesystem is on an iSCSI device

Advertisement

Table of Contents
loading

This manual is also suitable for:

Broadcom netxtreme ii

Table of Contents