Hp Cciss Driver Linux
Hello, i have her a couple of server (HP DL380 G5) with an SmartArray P400 Raid-controller. Php serial connection. This controller is not supported(by RH) anymore by the current hpsa-driver which is be the replacment vor the older cciss-driver in rh7, centos 6.5 works fine. Dec 18, 2014 Hello, i have her a couple of server (HP DL380 G5) with an SmartArray P400 Raid-controller. This controller is not supported(by RH) anymore by the current hpsa-driver which is be the replacment vor the older cciss-driver in rh7, centos 6.5 works fine.
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.
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:
- 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. Hp openview software.
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.
Brother Printer Driver Linux
Not the answer you're looking for? Browse other questions tagged linuxhphp-prolianthp-smart-array or ask your own question.
I'm currently running Ubuntu 10.10 and would like to just find out what version of HP's CCISS RAID array driver I'm running. I've looked around hpacucli
and couldn't find anything. Can anyone point me in the right direction?
2 Answers
You can try modinfo cciss
.
On a CentOS 5.x system, I get:
Linux Printer Driver
ewwhiteewwhiteTry the following:
(this will provide the slot number for your SmartArray controller to be used in the next step)
HP has deprecated hpacucli and replaced it with hpsacli, the syntax is the same