Users Guide

2–Driver Installation and Configuration
Linux Driver Installation and Configuration
26 CU0354602-00 M
To load the driver using modprobe, issue the following command:
# modprobe -v qla2xxx
To unload the driver using modprobe, issue the following command:
# modprobe -r qla2xxx
4. To automatically load the driver each time the system boots, rebuild the
RAM disk to include the driver.
Create a copy of the current RAMDISK by issuing the following commands:
# cd /boot
# cp initrd-[kernel version].img initrd-[kernel
version].img.bak
# mkinitrd
5. To load the driver, reboot the host.
NOTE
Depending on the server hardware, the RAMDISK file name might be
different.