I am working with a 3-drive machine; one ide is the boot drive, two others are in a Raid 1 array on a 3ware 7210 card. I am using the standard 3ware driver that is included with SME 5.6
On earlier SME's, I put the "insmod 3w-xxxx" command in the "RAID" section of /etc/rc.d/rc.sysinit. However, during boot-up, when that command is executed on 5.6, there are 4 failed dependencies, and typically the driver module does not load. Additionally, If the mount command is setup in /etc/fstab for the raid array, it fails, and you end up at a command prompt. If the mount command is not included in /etc/fstab, the machine will boot to completion.
Either way, you can then immediately load the 3ware module and mount the array manually from the console. And, it works perfectly after you do.
This may be related to the fact that fstab is now templated.
It would seem that finding a new place to load the module will fix the problem. Does anyone have any ideas about where it should go?