i have had several issues using a hp pro liant dl360e server with raid configuration.
i preferably want a hardware raid controller. so that if one harddrive fails, i can see the red light on the respective drive.
the integrated raid controller gives me issues. i can setup a logical volume in bios, but this device is never been detected by any linux (tried ubuntu,knoppix so far)
my questions is now, does somebody have any intel on a hardware raid controller which is sufficiently detected in linux with mentioned boot sticks/(gentoo in the end) ?
i also had a look into using a softraid in gentoo, there i have the following questions :
how can i detect if a drive fails ? is there a possibility that if a harddrive fails the LED on the harddrive in question is turning red too ?
the next thing i dont understand : if using softraid my harddrives will still be detected as /dev/sda and /dev/sdb, then i issue the follwing command :
Code: Select all
mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1and of course
Code: Select all
mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sda3 /dev/sdb3my question is now, if i need kernel support for softraid how can i later on boot from /dev/md0 (which will not be detected by the systems to boot from at this point) ??
thanks for any help on this. as i said the easiest thing would probably be to be a compatible hardraid controller..!?
i hope you can give me some insights
thanks a lot in advance




