Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 4 > Issue <<  40 of 624 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 5583
Last update: 03-21-07
Issue:
How do I setup multiple LUNs on Red Hat Enterprise Linux 4?
Resolution:

Release Found: Red Hat Enterprise Linux 4

Unlike previous releases of Red Hat Enterprise Linux, setting up multiple LUNs in Red Hat Enterprise Linux 4 uses a different file from the usual /etc/modules.conf file. In Red Hat Enterprise Linux 4 the file /etc/modprobe.conf is used.

To setup multiple LUNS, the option used would be options scsi_mod max_luns=xxx. Note the difference in previous Red Hat Enterprise Linux versions where the option would be options scsi_mod max_scsi_luns=xxx.

Listed below are the steps to configure multiple LUNs in Red Hat Enterprise Linux 4:

  1. In /etc/modprobe.conf add the line below:

    options scsi_mod max_luns=xxx

    (add the number of LUNs to support in place of xxx)

  2. Build the initial ramdisk to implement the change

    mkinitrd -f /boot/newimage-2.6.xx 2.6.xx

    (add the exact kernel version you have in place of xx)

  3. Reboot the system. After the reboot, the LUNs should appear.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 4 > Issue <<   40  of  624  >>