In case anybody's interested, I've successfully set up a server around the Highpoint RocketRaid 2320 card. I chose that card because of the low price and OS X driver availability :-)
Components:
- Asus P5WD2-Deluxe (i955X) motherboard
- 4GB RAM
- Highpoint RocketRaid 2320 controller
- 2x36GB WD Raptor
- 4x500GB WD RE II
- JaS 10.5.4
The plan was to have the OS installed on and boot from a RAID 1 made using the two 36GB drives and have a data drive in RAID 5 using the four 500GB disks.
Here's what I did:
1) Added the RocketRaid drivers to the installation DVD...
- Grab the driver installation files from
http://www.hptmac.com- Extract the
rr2320.kext file from the dmg (open the DMG, look in the rr232x.pkg, grab the .pax file, extract and you'll have the .kext)
- Open the JaS ISO file and copy the
/System/Library/Extensions.mkext file to your harddisk (create a directory and place it in, we'll extract its contents in a second)
- From a Shell prompt, unpack the
Extensions.mkext file:
# sudo su -
# cd <directory where Extensions.mkext file was copied to>
# mkextunpack -d . Extensions.mkext- Copied the
rr2320.kext file to the above directory
- Rebuilt the kext cache:
# kextcache -m Extensions.kext <directory name>- Replaced the Extensions.mkext file on the DVD and burned it to a disc
Optional: Add a copy of the
rr2320.kext file to the DVD root, we'll need it later. Otherwise we'll extract it from the mkext again.
2) Install OS
- Powered up system, created the RAID 1 array
- Booted from JaS DVD
- Disk Utility can now see the RAID 1 array. I've partitioned it as HFS+J and proceeded with the installation...
- When installation was completed (and during the 30s countdown), opened up a Terminal window
3) Patched OS to include RocketRaid driver
Freshly installed OS needs the kext too so I've simply grabbed again the Extensions.mkext file again from the DVD, copied it to a temporary folder on the RAID Volume, unpacked it and copied the rr2320.kext file to the /System/Library/Extensions folder.
I could've placed a copy of the kext on the DVD too, but I forgot to do it and didn't want to burn the disc again

Don't forget to delete the
/System/Library/Extensions.mkext cache on the RAID volume
Reboot...
I hope this helps

- see attached picture.
Please also read this (this is how I got started):
http://forum.insanelymac.com/index.php?showtopic=66345