Rhys
Its unfortunate that you have had this experience with sme. Possibly hardware compatibility is your problem, but that's not a sme issue, it's a Red Hat issue. If Red Hat supports your hardware then sme will also. Check the Red Hat hardware compatibility site.
To reset your drives see the FAQ at
http://www.e-smith.org/faq.php3 and particularly
http://www.e-smith.org/faq.php3#7q15In order for Software raid to work correctly, the geometries on both disks must be the same. .......Next, ensure both drives are using "NORMAL" (or LBA) mode in the BIOS. (Normal mode says "just give the truth about the disks".)
If any partition table is found on the disks, the information there will override the geometry specified in the BIOS. To remove any partition tables, perform the following commands as root:
dd if=/dev/zero of=/dev/hda bs=512 count=1
dd if=/dev/zero of=/dev/hdc bs=512 count=1
(This assumes disks are set as primary and secondary masters -- if they are not they should be.) Re-install SME Server.......
If you are still willing to give sme a chance you could try the above commands and then do your instal again, correctly this time. ie if you have a RAID hardware card then do not select software raid instal, just instal as a normal "single" disk instal.
Regards
Ray Mitchell