6–Linux Driver Software
Installing Linux Driver Software
33
83840-546-00 N
To install the KMP/KMOD package, and load the driver for FCoE without
rebooting:
1.
Remove FCoE interfaces by issuing the following command:
fcoeadm -d <
interface_name
>
2.
Remove the drivers in sequence by issuing the following commands:
#
rmmod bnx2fc
#
rmmod cnic
#
rmmod bnx2x
3.
Install the KMP/KMOD package by issuing the following commands:
rpm -ivh <file>
rmmod bnx2x
4.
Reload the drivers in sequence by issuing the following commands:
# modprobe bnx2x
# modprobe cnic
# modprobe bnx2fc
5.
Restart the FCoE service by issuing the appropriate command.
For SLES 11 SP
x
:
service boot.fcoe restart
For RHEL 6.
x
:
service fcoe restart
For SLES 12 and RHEL 7.
x
:
systemctl restart fcoe
Installing Drivers on Ubuntu
To install drivers on Ubuntu:
1.
Copy the
dkms.deb
software package from the release CD to the system.
2.
Issue the following command:
dpkg -i fastlinq-dkms_<version>_all.deb
3.
For FCoE, install the open FCoE utilities module:
sudo apt-get install fcoe-utils