
QLogic v8.x-series driver parameters
51
Installing and Configuring the QLogic HBA and v8.x-Series Driver
2. Add the options line for the appropriate driver settings.
options qla2xxx ConfigRequired=0 ql2xfailover=0
For example, the /etc/modprobe.conf file on RHEL 4.0 might
look as follows:
alias eth0 tg3
alias eth1 tg3
alias scsi_hostadapter megaraid_mbox
alias scsi_hostadapter2 qla2xxx
alias scsi_hostadapter3 qla2xxx_conf
alias scsi_hostadapter4 qla2300
options qla2xxx ConfigRequired=0 ql2xfailover=0
And the /etc/modprobe.conf.local file on SLES 9 might look
as follows:
options qla2xxx ConfigRequired=0 ql2xfailover=0
3. After the modification to the file appropriate for your
distribution, a new ramdisk needs to be created and the host
rebooted.
• For Red Hat distributions, use:
cd /boot
mkinitrd -v initrd-$1.img $1
where $1 is the currently running v2.6.x kernel version.
For example:
cd /boot
mkinitrd -v initrd-2.6.9-22.ELsmp.img
2.6.9-22.ELsmp
• For SuSE distributions, use:
cd /boot
mkinitrd -i initrd-$1 -k vmlinuz-$1
where $1 is the currently running v2.6.x kernel version.
For example:
cd /boot
mkinitrd -i initrd-2.6.5-7.201smp -k
vmlinuz-2.6.5-7.201smp
4. Reboot the host.
Kommentare zu diesen Handbüchern