Operating System - HP-UX
1834645 Members
2872 Online
110069 Solutions
New Discussion

Need help with finding online firmware for combo card w/ NIC

 
Alice Seeley
Frequent Advisor

Need help with finding online firmware for combo card w/ NIC

I am looking for a way to determine the firmware version for a combo card with PCI-X 1000Base-T/2G Fibre Channel card. I have not found any command that will give me the lan portion information. I can determine the FC aspect but not lan and with vPars installation I need to be at a certain NIC card version. I would appreciate any ideas other than to get it at the efi shell.
4 REPLIES 4
Tor-Arne Nostdal
Trusted Contributor

Re: Need help with finding online firmware for combo card w/ NIC

Will the machinfo command be the one you're looking for?
I'm trying to become President of the state I'm in...
Tor-Arne Nostdal
Trusted Contributor

Re: Need help with finding online firmware for combo card w/ NIC

From console/GSP you get firmware information through:

MP> CM
MP:CM> SYSREV
I'm trying to become President of the state I'm in...
Tor-Arne Nostdal
Trusted Contributor

Re: Need help with finding online firmware for combo card w/ NIC

You can get details on fibre cards with fcmsutil

example
for card in /dev/fcd*
do
fcmsutil $card
done
I'm trying to become President of the state I'm in...
Tor-Arne Nostdal
Trusted Contributor

Re: Need help with finding online firmware for combo card w/ NIC

Sorry for so many postings ;)

fcmsutil /dev/fcd1 dump_nvram

would give you stuff like:
OEM ID HP A9784-60001

You might also consider the efi_ls command.

Hope that at least some of this could lead you in the right direction.

Regards
Tor-Arne
I'm trying to become President of the state I'm in...