Installing and Configuring the Linux Host with the QLogic Driver
where $1 is the v2.6.x kernel version currently running.
Example:
mkinitrd
3. Reboot the host.
Enabling the QLogic driver in SLES 9
In order for the driver to be loaded at boot time, the driver must be listed in the /etc/sysconfig/kernel and the ramdisk must be updated to reflect the changes. To enable the driver:
1.Edit /etc/sysconfig/kernel: vi /etc/sysconfig/kernel
a.Add a reference to the QLogic driver in the INITRD_MODULES line:
INITRD_MODULES="reiserfs qla2xxx_conf qla2xxx"
b.Save the changes and quit from vi.
2.Create a new ramdisk to reflect the changes made:
cd /boot
mkinitrd
where $1 is the v2.6.x kernel version currently running. Example:
cd /boot
mkinitrd
3. Reboot the system.
Enabling the QLogic driver in SLES10 and SLES 11
If the server install the OS without the adapter, in order for the driver to be loaded at boot time, the driver must be listed in the /etc/sysconfig/kernel and the ramdisk must be updated to reflect the changes. To enable the driver:
1.Edit /etc/sysconfig/kernel: vi /etc/sysconfig/kernel
a.Add a reference to the QLogic qla2300.ko driver in the INITRD_MODULES line:
INITRD_MODULES="piix megaraid_sas processor thermal fan reiserfs qla2xxx"
Fibre Channel and FCoE in kernel driver versions
57