Linux Driver Software: Broadcom NetXtreme II® Network Adapter User Guide
file:///C|/Users/Nalina_N_S/Documents/NetXtremeII/English/linux.htm[9/5/2014 3:45:01 PM]
chkconfig fcoe on
For SLES11 SP2:
chkconfig boot.lldpad on
chkconfig boot.fcoe on
3. Inbox drivers are included with all of the supported operating systems. The simplest means to ensure the newly
installed drivers are loaded is to reboot.
4. After rebooting, create configuration files for all FCoE ethX interfaces:
cd /etc/fcoe
cp cfg-ethx cfg-<ethX FCoE interface name>
NOTE: Note that your distribution might have a different naming scheme for Ethernet devices. (i.e., pXpX or emX
instead of ethX).
5. Modify /etc/fcoe/cfg-<interface> by setting DCB_REQUIRED=yes to DCB_REQUIRED=no.
6. Turn on all ethX interfaces.
ifconfig <ethX> up
7. For SLES, use YaST to configure your Ethernet interfaces to automatically start at boot by setting a static IP address or
enabling DHCP on the interface.
8. Disable lldpad on Broadcom CNA interfaces. This is required because Broadcom utilizes an offloaded DCBX client.
lldptool set-lldp –i <ethX> adminStatus=disasbled
9. Make sure
/var/lib/lldpad/lldpad.conf
is created and each <ethX> block does not specify "adminStatus" or if
specified, it is set to 0 ("adminStatus=0") as below.
lldp :
{
eth5 :
{
tlvid00000001 :
{
info = "04BC305B017B73";
};
tlvid00000002 :
{
info = "03BC305B017B73";
};
};
10. Restart lldpad service to apply new settings
For SLES11 SP1, RHEL 6.4 and legacy versions:
service lldpad restart
For SLES11 SP2:
rclldpad restart
11. Restart fcoe service to apply new settings
For SLES11 SP1, RHEL 6.4, and legacy versions:
service fcoe restart
For SLES11 SP2:
rcfcoe restart
Installing the KMP Package
NOTE: The examples in this procedure refer to the bnx2x driver, but also apply to the bnx2 and bnx2i drivers.
1. Install the KMP package:
rpm -ivh <file>
rmmod bnx2x
2. Load the driver:
modprobe bnx2x
Building the Driver from the Source TAR File
NOTE: The examples used in this procedure refer to the bnx2 driver, but also apply to the bnx2x driver.
1. Create a directory and extract the TAR files to the directory: