I have a ProLiant DL360 G5. I would like to install Arch Linux onto this machine, but I'm experiencing the following difficulties:
I have booted Arch Linux installation CD, but I can't seem to access the hard drives (visibly, there are 6). There is a /dev/cciss/c0d0
, but running fdisk c0d0;
yields "fdisk: cannot open c0d0: No such device or address". There is /dev/sda{,1,2}
, but they correspond to the installation media. There are no /dev/hd*
. dmesg | grep -i cis
yields "HP CISS Driver (v 3.6.26)" and "cciss 0000:06:00.0: cciss0: <0x3230> at PCI 0000:06:00.0 IRQ 24 using DAC". lspci
yields "RAID bus controller: Hewlett-Packard Company Smart Array Controller (rev 04)".
I have no experience with ProLiant (or even other "server room"-type machines). Also, this is a used machine, and I don't have access to the original owners/configurators. One of the hard drives has an orange light showing on it in the front...should I take it out?
Based on my reading, the smart array drivers have been included in the linux kernel for a while now, but perhaps I need some drivers anyway?
Let me know if I need to provide any more information, and if you have any tips on getting archlinux installed onto this machine.