Hp Smart Array 6i Controller Driver

A new Smart Array driver called 'hpsa' has been accepted into the main line linux kernel as of Dec 18. HP Storage P1224 Array Controller HP Storage P1228 Array Controller. Smart Array 6i Smart Array E200 Smart Array E200i Smart Array E500 Smart Array P600 Smart Array P400. Official Hewlett-Packard Company Smart Array 6i Controller (Media Driver) Drivers download center, download and update Hewlett-Packard Company Smart Array 6i Controller (Media Driver) drivers in 3 steps under 2 minutes. Smart Array 6i Controller (Media Driver) - Driver Download. Updating your drivers with Driver Alert can help your computer in a number of ways. From adding new functionality and improving performance, to fixing a major bug. * Vendor: Hewlett-Packard Company. Smart Array 6i RAID Controller. Get an immediate offer. Email to hp smart array 6i controller Share on Facebook – opens in a new window or tab Share on Twitter – opens in a new window or tab Share on Pinterest – opens in a new window or tab. A brand-new, unused, unopened, undamaged item in its original packaging where packaging is applicable. Cciss is a block driver for older HP Smart Array RAID controllers. Module Smart Array 6i Smart Array P600 Smart Array P800 Smart Array E400 Smart Array.

This plugin checks hardware status for Smart Array Controllers, using the HP Array Configuration Utility CLI / HPE Smart Storage Administrator.(Array, controller, cache, disk, battery, etc.)Examples:./check_cciss -v RAID OK: Smart Array 6i in Slot 0 array A logicaldrive 1 (67.8 GB, RAID 1+0, OK) (Controller Status: OK Cache Status: OK Battery Status: OK). So this has been driving me nuts for the last week or so. I have an HP DL360 with a SmartArray 6i RAID controller, which is recognized perfectly by the 5.x installation, but is not seen at all by 6.x. Driver for HP Smart Array Controllers author: Hewlett-Packard Company srcversion: C1424A2A6219527E862AAF6.

Official Download Source - Manufacturer Website

Supported Models

Manufacturers

Hewlett-Packard Company

Supported Operating Systems

Windows 2003, Windows 2000

File Name

cp004179.exe (398.8 KB)

Versions

5.60.0.32 (18-Jun-2004)
5.60.0.32 (2004-03-11) via .inf
5.60.0.32 (2004-01-21) via .inf

Search All Related Drivers

Uploader Notes

Language: English-American, English-International, Japanese

This component provides support for HP ProLiant Smart Array 5x and 6x Controllers. Driver version 5.44.0.32 and newer added support for the HP Smart Array 641/642 controllers. Driver version 5.46.2.32 and newer added support for the HP Smart Array 6402 controller. Driver version 5.48.0.32 and newer added support for the HP Smart Array 6404 controller. Driver version 5.60.0.32 and newer added support for the HP Smart Array 6i controller.

Uploaded By

Manivannan (DG Staff Member) on 2-Jan-2009

Supported Devices

Smart Array 5300 Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 5312 Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 532 Controller

Hp Smart Array 6i Controller Driver
ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 5i

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 5x and 6x Notification Driver

ManufacturerHewlett-Packard Company
ClassSystem
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 6400 Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 6400 U320 EM Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 641 Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 642 Controller

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Smart Array 6i

ManufacturerHewlett-Packard Company
ClassSCSIAdapter
Hardware Ids
Compatible Hardware IdsNo Compatible Hardware Ids found.

Driver Contents File List

The following files are found inside the driver download file.

NameSizeDate
CpqCissm.sys16.2 KB2 Feb 2004
Event Log Codes for Cpqcisse.doc346.1 KB27 Jun 2003
Readme.txt2.9 KB5 Mar 2001
cp004179.xml35.0 KB7 May 2004
cpqciss.dll254.0 KB16 Apr 2003
cpqcisse.cat8.9 KB6 May 2004
cpqcisse.inf2.9 KB11 Mar 2004
cpqcisse.sys71.8 KB11 Mar 2004
cpqcissm.cat9.3 KB6 May 2004
cpqcissm.dll62.7 KB15 Mar 2004
cpqcissm.inf4.9 KB2 Feb 2004
cpqsetup.exe143.4 KB11 Mar 2004
install.xml176 bytes4 Dec 2000
txtsetup.oem1.6 KB2 Feb 2004

Driver Related Resources

I've an HP Proliant DL360 G5 server with two 72gb HDD in RAID and 2 150gb HDD in RAID.

I've Windows Server installed on the 72gB HDD and I'm now trying to overwrite it with a fresh installation of CentOS 7 x64.

When I try to install it it says that I need to manually configure the hard disks but when I open the partitioning tool no HDD are detected.
I'm using the ~4GB DVD installer.

How can I fix this problem?

Fez VrastaFez Vrasta

1 Answer

Interesting issue...

So the HP RAID controller driver from around 2001 to ~2009 was the CCISS driver. There was a transition to the HPSA driver at some point, moving the Smart Array controller support back into the regular SCSI subsystem versus the dedicated block driver...

HP servers from the G1 to G5 era used the CCISS driver. On newer operating systems (EL6 and forward), HP ProLiant G6 and newer systems made use of the HPSA driver.

It turns out that RHEL7 removes the old CCISS module. Your fix in this case, since the Smart Array P400 controller in your G5 server isn't recognized, is to force the HPSA driver to load your older controller. Do this with:

As a module parameter...

From the man page.

hpsa_allow_any=1: This option allows the driver to attempt to operate on any HP Smart Array hardware RAID controller, even if it is not explicitly known to the driver. This allows newer hardware to work with older drivers. Typically this is used to allow installation of operating systems from media that predates the RAID controller, though it may also be used to enable hpsa to drive older controllers that would normally be handled by the cciss(4) driver. These older boards have not been tested and are not supported with hpsa, and cciss(4) should still be used for these.

EDIT

This is a much more involved process than expected. You need to add that string to the module load parameters.

The official word is that the older controllers are just no longer supported. While you can get it running, it's less-than-ideal. So I'd probably stay away from EL7 for now. There will likely be a workaround, since there's an existing install base of these servers...

⁠kernel component, BZ#1061210 When the hpsa_allow_any option is used, the hpsa driver allows the use of PCI IDs that are not listed in the driver's pci-id table. Thus, cards detected when this option is used, are not supported in Red Hat Enterprise Linux 7.

Community
ewwhiteewwhite

protected by CommunityOct 1 '14 at 21:14

Hp Smart Array 6i Controller Driver

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Hp Smart Array P408i Driver

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