HP DL360 G5 and CentOS 7 (cciss RAID driver) Showing 1-4 of 4 messages. HP DL360 G5 and CentOS 7 (cciss RAID driver) Ignacio Bravo. Thanks to Montana Linux, I.
I've finally started to test the newer versions of RedHat 6.x and Scientific Linux on HP ProLiant hardware. My previous installs were in virtual hardware, so I didn't notice the raid controller driver change. The first thing I realized on a physical installation was that the drive array devices are now SCSI /dev/sdX
names versus the longtime /dev/cciss/cXdX
block devices.
Hp Cciss Driver Linux Canon
Apparently, this is due to a new device driver, hpsa
instead of cciss
. Can anyone shed some light on the differences between the drivers?
What's gained? What's lost?
Is there any performance impact?
Is there any overlap in terms of the card supported?
Has there been a similar change on the Windows side?
2 Answers
HP has a good write-up of what the differences are here:
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02677069/c02677069.pdf (PDF)
High points:
Epson Driver Linux
- Puts devices in the standard /dev namespace, which you already noticed.
- Modernized interaction with the SCSI layer in newer kernels.
- hpsa is a SCSI driver, cciss is a block-driver.
- This will change device numbering, if that matters.
- This is why the /dev namespace changes
- The
/sys
controls for the driver will change. - Older cards (before the P400-era cards) still require CCISS
- It may be the case that cciss and hpsa will both load if cards requiring them are present.
The Windows side is untouched.
sysadmin1138♦sysadmin1138http://cciss.sourceforge.net/#news is a good start. There is some overlap, with options to control behaviour of the drivers where there is overlap. I have not noticed any performance difference, but I have not done any proper testing.