Roger wrote:

I have several systems with identical hardware that all have software raid1 running on RH9 on hot-swappable serial ata drives.


To fix my wowes I discovered the lilo v22 has fixed support for raid. As lilo was depreciated in 7.2 and stock RH9 includes lilo v21 I swtiched to grub. Below is my grub.conf file and raid1 is working perfectly. Yanking drives w/ the help of raidsetfaulty and raidhotremove works. Adding them works as well as booting w/ only one drive Something that lilo only allowed if it was hda.

default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.9smp)
       root (hd0,0)
       kernel /boot/vmlinuz-2.4.20-20.9smp ro root=/dev/md1
       initrd /boot/initrd-2.4.20-20.9smp.img
title Red Hat Linux (2.4.20-20.9)
       root (hd0,0)
       kernel /boot/vmlinuz-2.4.20-20.9 ro root=/dev/md1
       initrd /boot/initrd-2.4.20-20.9.img


-- Rock River Internet Roger Grunkemeyer 202 W. State St, 8th Floor [EMAIL PROTECTED] Rockford, IL 61101 815-968-3888





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to