View Single Post

  #2 (permalink)  
Old 01-03-2007, 08:58 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
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