User`s guide
12 – Red Hat Linux Driver Installation
System Driver Parameter max_scsi_luns
FC2354601-00 E 12-9
Q
4. Configure the boot loader with the new RAMDISK image.
For LILO, perform the following steps:
a. Add the following line to one of the kernel entry sections in the /etc/lilo.conf
file to use the RAMDISK image:
initrd=/boot/newinitrd-image.img
b. Type the following command:
#lilo
c. Reboot the system.
For GRUB, perform the following steps:
a. Add the following line to one of the kernel entry sections in the /etc/grub.conf
file to use the RAMDISK image:
initrd /boot/<RAMDISK file name>
b. Reboot the system. Select the kernel with the new RAMDISK image.
12.4
System Driver Parameter max_scsi_luns
Support for multiple LUNs can be configured in one of three ways. Currently, the
maximum number of LUNs that can be scanned for each device is 128.
NOTE: If you have multiple HBAs, set max_scsi_luns to the largest number of
LUNs supported by any one of these HBAs.
n To configure multiple LUN support during boot time, type the following at the boot
prompt:
boot: linux max_scsi_luns=128
n If the SCSI Mid-Layer is compiled as a module, add the following line to the
/etc/modules.conf file to scan for multiple LUNs at each boot:
option scsi_mod max_scsi_luns=128
n If the SCSI Mid-Layer is not compiled as a module, the boot loader can be
configured to scan for multiple LUNs each time the system boots.
For LILO, perform the following steps:
1. Add the following line to each of the kernel images listed in the /etc/lilo.conf
file:
append="max_scsi_luns=128"
2. Type the following command:
#lilo
3. Reboot the system.