
31
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop Configurations
Under
SCSI low-level drivers
deselect QLogic ISP FC SCSI support.
deselect Qlogic QLA 2x00 FC SCSI support.
If Method Two was used to incorporate the QLogic driver into the kernel
(refer to Installation Methods on page 10), you must select the QLogic
driver in menuconfig as static or modular.
Under
SCSI low-level drivers
select EMC-approved QLogic QLA2x00F Driver as modular (M
or m) or static (* or y), as required. (Refer to the above note.)
5. Compile the kernel:
make dep
make clean
make install
make modules
make modules_install
cd /boot
6. Add the new kernel version to lilo.conf so it will be bootable:
vi /etc/lilo.conf
For example:
image=/boot/vmlinuz-2.2.17
label=linux-2.2.16
root=/dev/sda1
initrd=/boot/initrd-2.2.17.img
read-only
7. Build a ramdisk image:
mkinitrd /boot/initrd-$1.img $1
(where $1 is the kernel version)
For example:
mkinitrd /boot/initrd-2.2.17.img 2.2.17
Commentaires sur ces manuels