Well, victory is ours….sort of. See our previous post.
The
long and short of it is that we ended up just removing that Promise
FastTrak TX2 controller card and placed the two drive on the built-in
motherboard controllers. Since we have some other devices we
piggybacked both drives from the same controller which is not going to
be as performance minded as put each drive on a different controller
but for this application it is fine.
I thought that I would post
some articles describing in more detail our steps and experiences in
case it may be of use to others. So here we go.
Ubuntu 6.06 Server LTS Installation with Software RAID Support
So
here is our new physical partition view. (Be sure the root "/" mount
points are set to "bootable" or you won’t be able to boot into your
newly install Ubuntu Server.)
Drive Partition Type Mounted on Size
Drive0
/dev/hda1
Primary
/
70GB
/dev/hda2
Primary
(swap area)
10 GB
Drive1
/dev/hdb1
Primary
/
70 GB
/dev/hdb2
Primary
(swap area)
10 GB
RAID device Type Mounted on Size Members
/dev/md0
RAID1
mirror
/
70 GB
/dev/hda1
/dev/hdb1
/dev/md1
RAID1
mirror
(swap)
10 GB
/dev/hda2
/dev/hdb2
mount /dev/md0 /mnt
chroot /mnt
grub
device (hd0) /dev/sda
root (hd0,0)
setup (hd0)
device (hd1) /dev/sdb
root (hd1,0)
setup (hd1)
quit
A big thanks to the Ubuntu community and especially to Derrick Webber whose post was the basis for our successful installation.
Now
in our future new production hardware we will further distribute the
"/" root, "/var" and "/usr" mount points to individual partitions.
Blessings