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?

Thanks!

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

You can try modinfo cciss.

On a CentOS 5.x system, I get:

[root@XXX ~]# modinfo cciss 
filename:       /lib/modules/2.6.18-164.15.1.el5/kernel/drivers/block/cciss.ko
license:        GPL
version:        3.6.20-RH4
description:    Driver for HP Controller SA5xxx SA6xxx version 3.6.20-RH4
author:         Hewlett-Packard Company
srcversion:     D7FCFF5E2715B57D70725AC
link|improve this answer
2  
And a note for the future: HP is moving away from cciss as their driver and towards hpsa. The same command will work with that. – sysadmin1138 May 10 '11 at 12:00
Will we see this in RHEL 6 at some point? I haven't really had to deal with the hpsa driver yet. – ewwhite May 15 '11 at 23:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.