nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


Linux hardware Discussion about Linux hardware related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-01-2007, 07:43 AM
raj's Avatar
raj raj is offline
Senior Member
User
 
Join Date: Jun 2005
Location: Hyderabad
OS: Fedora, Debian Linux
Posts: 307
Thanks: 42
Thanked 8 Times in 8 Posts
Rep Power: 6
raj will become famous soon enough raj will become famous soon enough
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
  #2 (permalink)  
Old 03-01-2007, 07:58 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
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 Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 03-01-2007, 08:02 AM
raj's Avatar
raj raj is offline
Senior Member
User
 
Join Date: Jun 2005
Location: Hyderabad
OS: Fedora, Debian Linux
Posts: 307
Thanks: 42
Thanked 8 Times in 8 Posts
Rep Power: 6
raj will become famous soon enough raj will become famous soon enough
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


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 Off


Similar Threads

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


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


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38