nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Setup multiple LUNs on Red Hat Enterprise Linux 4

This is a discussion on Setup multiple LUNs on Red Hat Enterprise Linux 4 within the Linux hardware forums, part of the Linux Getting Started category; I did modified file /etc/modules.conf to setup multiple LUNs on Red Hat Enterprise Linux 4. But it is not working. ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux hardware

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 01-03-2007, 07:43 AM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 146
Rep Power: 4
raj is on a distinguished road
Default Setup multiple LUNs on Red Hat Enterprise Linux 4

I did modified file /etc/modules.conf to setup multiple LUNs on Red Hat Enterprise Linux 4. But it is not working.

What is missing? Do I need to setup LUNs in different files?
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-03-2007, 07:58 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 919
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Kernel 2.6 use /etc/modprobe.conf file. Use /etc/modprobe.conf to add LUNs.

Code:
vi /etc/modprobe.conf
Setup LUNs (replace xyz with actual number)
Code:
options scsi_mod max_luns=xyz
Make sure the initial ramdisk is updated otherwise you will not see changes
Code:
mkinitrd -f /boot/image-2.6.xy 2.6.xy
Update grub.conf if needed.

Reboot server.
Code:
sync;sync;reboot
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 01-03-2007, 08:02 AM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 146
Rep Power: 4
raj is on a distinguished road
Default

Damn kernel. thanks
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Upgrading Perl in redhat Enterprise Linux raj Linux software 1 01-03-2007 08:07 AM
Turn on Telnet for a Red Hat Enterprise Linux raj Linux software 1 12-20-2006 02:40 AM
Migrate a web server to Red Hat Enterprise Linux 4 from 3 chimu Linux software 2 12-19-2006 12:08 AM
Upgrading Red Hat Enterprise Linux to Fedora Core...? jerry Linux software 1 04-06-2006 03:54 PM
Newly added luns in Linux Ashish Pathak Linux software 12 07-23-2005 12:12 AM


All times are GMT +5.5. The time now is 11:18 PM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36