Operating System - HP-UX
1833790 Members
2929 Online
110063 Solutions
New Discussion

How to find the frimeware??

 

How to find the frimeware??

Hi all,

Ho can hep ?

I want to find a version of frimeware installed in my system HP_UX N4000 for a FC card A5158 A.

Regards
5 REPLIES 5
Sanjay_6
Honored Contributor

Re: How to find the frimeware??

Hi,

If you have stm installed on your system, try

echo 'selclass qualifier cpu;info;wait;infolog' |cstm >/tmp/cpuinfo.txt

more /tmp/cpuinfo.txt


Hope this helps.

regds
Sandip Ghosh
Honored Contributor

Re: How to find the frimeware??

You can run fcmsutil also.

Sandip
Good Luck!!!
Sanjay_6
Honored Contributor

Re: How to find the frimeware??

Hi,

sorry about the first post. That will give you the firmware version for the system cpu. To find the firmware version of individual hardware, take a complete list and then search for the controller you are looking for,

echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/system_info.txt

more /tmp/system_info.txt

Looks for the device firmware for the controller you are looking for.

Hope this helps.

Regds
Cheryl Griffin
Honored Contributor

Re: How to find the frimeware??

For the A5158A you can get the version from swlist:
# swlist |more
OR
# swlist |grep A5158A

It should return something like:
A5158A 11.00.10 PCI Tachyon TL/TS Fibre Channel
where the 11.00.10 is the version.

This also happens to be the most current version which can be obtained from:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=A5158A

See the installation instructions here for important patch information:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=A5158A&oper=install

Cheryl
"Downtime is a Crime."
Michael Tully
Honored Contributor

Re: How to find the frimeware??

Just so you know, there is no actual firmware for the A5158A FC card. It runs via a driver, and this driver must be installed into your kernel if not already. The latest driver is B.11.00.10
Cheryl has placed the link as where to get it and the necessary required patch information.
Anyone for a Mutiny ?