dak,
That box is pretty simple to describe - although I'm on the road now accessing via ssh.
Just remember one thing: Linux Software raid is partition based _not_ drive (=hardware/disk) based.
Setup:swap raid0 (redhat does this anyway)
"/"boot & "/" raid1
part4 /home/e-smith/files raid5
Mainboard is MSI-KT4AV 2.2GHz Athlon (clocked 1.5GHz)
controllers are: VIA8235 (Mainboard) + Promise Ultra100
(master/slave discussion is imo (I designed chips) "history")
(pci32 slot is limiting speed factor anyway)
HD's are 8x HDS722516VLAT80 160Gb on udma5
Capacity Array: 1074 GB (153,39 *(8-1))GB
Performance Data:-(dmesg)-
raid5: measuring checksumming speed
...
raid5: using function: p5_mmx (4614.000 MB/sec)
- Single HD -[root@tera root]#hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 64 MB in 1.11 seconds = 57.66 MB/sec
- RAID5 array -[root@tera root]#hdparm -t /dev/md3
/dev/md3:
Timing buffered disk reads: 64 MB in 0.99 seconds = 64.65 MB/sec
[root@tera root]# hdparm -T /dev/md3
/dev/md3:
Timing buffer-cache reads: 128 MB in 0.50 seconds =256.00 MB/sec
REAL SPEED via 100Mbit (!) net (mostly ignored in discussions
)718 MByte / 102 s = 7.04 Mbyte/s
(write to server from network client ...THATS what's limiting normal setups !!!)
HTH - (from here that's about the data I get

)
Regards
Reinhold
P.S.: It's a bit tricky to setup - with SME "too much" automation <eg>. You need to know kickstart and/or pxe booting - a bit of lilo...
P.P.S.: Don't forget to give lilo a 2nd (3rd) boottrack if you want to recover from bootfailures easily...