2–Driver Installation and Configuration
Linux Driver Installation and Configuration
27
CU0354602-00 L
To load the driver using modprobe, issue the following command:
# modprobe -v qla2
xxx
To unload the driver using modprobe, issue the following command:
# modprobe -r qla2
xxx
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.