Operating System - HP-UX
1830520 Members
2871 Online
110006 Solutions
New Discussion

how to get firmware on ia64 system running HPUX 11.23

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

how to get firmware on ia64 system running HPUX 11.23

The following command works on RISC systems

echo "selclass type proc;info;wait;infolog" | cstm | grep 'PDC Firmware'

What is equivalent on ia64 systems?

2 REPLIES 2
Torsten.
Acclaimed Contributor
Solution

Re: how to get firmware on ia64 system running HPUX 11.23

easily run

/usr/contrib/bin/machinfo

and grep for

Firmware revision

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Rick Garland
Honored Contributor

Re: how to get firmware on ia64 system running HPUX 11.23

Got it!

Thanks!