Hp Cciss Driver Linux

  1. Brother Printer Driver Linux
  2. Linux Printer Driver
  3. Epson Driver Linux
Active8 years, 3 months ago

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?

ewwhiteewwhite
177k80 gold badges384 silver badges743 bronze badges

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.

sysadmin1138sysadmin1138
119k17 gold badges151 silver badges284 bronze badges

http://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

NorkyNorky

Not the answer you're looking for? Browse other questions tagged linuxhphp-prolianthp-smart-array or ask your own question.

Active4 years, 6 months ago

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?

masegaloeh
16.6k7 gold badges44 silver badges88 bronze badges
incarenincaren

2 Answers

You can try modinfo cciss.

On a CentOS 5.x system, I get:

Linux Printer Driver

ewwhiteewwhite
177k80 gold badges384 silver badges743 bronze badges

Try 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

Epson Driver Linux

GerardoGerardo

Not the answer you're looking for? Browse other questions tagged linuxhp-proliantdrivershp-smart-array or ask your own question.