1836645 Members
1859 Online
110102 Solutions
New Discussion

HP UX Firmware version

 
rashmi R
Advisor

HP UX Firmware version

Hi:
How to get the firmware version installed on HP UX using shell script or perl script.
Thanks
Rashmi
1 REPLY 1
Torsten.
Acclaimed Contributor

Re: HP UX Firmware version

for pa-risc based systems:

echo "selclass qualifier cpu;info;wait;il"|cstm|grep "PDC Firmware"

(command on one line)

for itanium based systems:

/usr/contrib/bin/machinfo | grep "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!