Operating System - Linux
1753291 Members
5866 Online
108792 Solutions
New Discussion

Re: How to get Array Driver information in Linux

 
BigDaddyChipper
Occasional Contributor

How to get Array Driver information in Linux

I'm new to this community and Linux and need help on how to display the array driver information on Linux.

I don't need the FW information, I'm basically trying to display the current driver information for a P212 array controller.

 

Using the command below only shows the firmware version. I need the Driver version.

 

cat /proc/driver/cciss/cciss1

 

 

Is there a single linux command to display this information?

 

Please help.

 

 

P.S. This thread has been moved from General to Linux > sysadmin. - Hp Forum moderator

2 REPLIES 2
Johan Guldmyr
Honored Contributor

Re: How to get Array Driver information in Linux

Hey, 

 

try "modinfo drivername". 

 

I would type "modinfo hpsa" but I got the hpsa driver installed. For you, maybe "modinfo cciss"?

BigDaddyChipper
Occasional Contributor

Re: How to get Array Driver information in Linux

Thanks Johan,

The modinfo cciss command worked. I appreciate your help with this.