Operating System - HP-UX
1832104 Members
2894 Online
110038 Solutions
New Discussion

Re: Firmware hba on Itanium

 
alymarcor
Advisor

Firmware hba on Itanium

I want to know wich firmware version has my hba... I don't know how can I do this? I have an Itanium with hpux 11.23.

Thanks
Alymarcor
2 REPLIES 2
David Child_1
Honored Contributor

Re: Firmware hba on Itanium

Try using tdutil. I don't have any Itanium servers but I imagine it will be the same as with PA-RISC.

example: tdutil /dev/td0
Florian Heigl (new acc)
Honored Contributor

Re: Firmware hba on Itanium

Get the adapter name from ioscan -fnkCfc then simply issue:
/opt/fcms/bin/tdutil /dev/td0 | egrep '(Driver|Revision)'

IIRC You can't query the firmware revision itself, but the chip revision is enough data.
yesterday I stood at the edge. Today I'm one step ahead.