The following example displays the FCoE driver information:
#modinfo -F version qla2xxx 8.03.01.06.05.06-k
The following example displays the networking driver information:
#modinfo –F version qlgc
1.00.00.23
3.Observe the adapter Link/Enet Traffic LED and Storage Traffic LED for indications that the adapter is operating correctly. For specific LED indications, refer to Appendix A.
Removing Drivers
Uninstalling the QLogic FCoE or networking driver disables the adapter and terminates communication between the server and connected SAN or LAN devices.
In a
To remove the QLogic FCoE driver:
1.Unload the qla2xxx FCoE driver module.
#modprobe -r qla2xxx
2.Remove the qla2xxx driver binary kernel module from the install location.
#cd
#./extras/build.sh remove
To remove the QLogic networking driver:
1.Unload the qlge networking driver module.
#modprobe -r qlge
2.Remove the qlge driver binary kernel module from the install location.
#cd
#make uninstall
3.Remove qlge driver entries that were added to the
/etc/sysconfig/kernel file
4.Rebuild the RAMDISK image as described in Step 17 on page