On Tue, 7 Oct 2003 15:16:02 -0400, Matthew Carpenter wrote:

>btw.  Could you provide /etc/lilo.conf examples of soft-raid booting?
>
>Thanks!

I'm attaching a lilo.conf (that's for lilo 22.5.1) along with some info
about disks layout. That's from the latest installed server (Intel
SCB2) tunning Gentoo. Previously, the same server was running COL 3.1.1
Server with pretty much the same config. I had to change lilo.conf due
to some changes in the way LILO handles RAID1 boot.

If you need anything else, just ask :)

Bye!
Federico Voges
Socio gerente

Intrasoft                     Tel/Fax: 54-11-4833-5182
Malabia 2137 14 A             e-mail: [EMAIL PROTECTED]
(C1425EZC) Buenos Aires       Web: http://www.intrasoft.com.ar
Argentina

Some notes:

hda-hdd unused (IDE interface: ServerWorks CSB5 IDE Controller (rev 92))
hde-hdh RAID1  (RAID bus controller: Promise Technology, Inc. 20267 (rev 02))
hde - RAID1 disk 0 (ST340016A)
hdg - RAID1 disk 1 (ST340016A)

#
# /etc/lilo.conf 
#

# target

boot = /dev/md1


install = /boot/boot.b
menu-title = "Linux boot menu"
menu-scheme = wb:bw:wb:Wb



# options

lba32
prompt
delay = 50
timeout=50

default=Linux

read-only
root       = /dev/md2
vga        = normal

image = /boot/bzImage-2.4.20-xfs-r3
        label  = Linux-2.4.20
        alias  = Linux
        append = "quiet"
        vga    = 773


##################################################
#
# Partition layout       
#

Disk /dev/hde: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hde1             1         5     40131   12  Compaq diagnostics    (Intel 
maintenance boot)
/dev/hde2             6        68    506047+  fd  Linux raid autodetect (md0)
/dev/hde3   *        69        75     56227+  fd  Linux raid autodetect (md1)
/dev/hde4            76      4865  38475675    5  Extended
/dev/hde5            76       107    257008+  fd  Linux raid autodetect (md2)
/dev/hde6           108      3755  29302528+  fd  Linux raid autodetect (md3)
/dev/hde7          3756      4192   3510171   fd  Linux raid autodetect (md4)
/dev/hde8          4193      4629   3510171   fd  Linux raid autodetect (md5)
/dev/hde9          4630      4661    257008+  fd  Linux raid autodetect (md6)
/dev/hde10         4662      4865   1638598+  fd  Linux raid autodetect (md7)

##################################################
#
# Snipet from /etc/fstab
#


/dev/md1                /boot           ext3            noauto,noatime          1 1
/dev/md2                /               xfs             noatime                 0 0
/dev/md3                /home           xfs             noatime,nosuid,nodev    0 0
/dev/md4                /usr            xfs             noatime,nodev           0 0
/dev/md5                /var            xfs             noatime,nodev           0 0
/dev/md6                /tmp            xfs             noatime,noexec,nosuid,nodev    
 0 0
/dev/md7                /opt            xfs             noatime,nodev           0 0

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to