1832366 Members
2701 Online
110041 Solutions
New Discussion

firmware version

 
Wang Xueyan
Advisor

firmware version

Which command can be used to view the firmware version in a running HP-UX?
6 REPLIES 6
Victor Fridyev
Honored Contributor

Re: firmware version

This should work:
echo "SelClass type \"Processor\" qualifier \"CPU\" hwpath \"\"
Information ; wait\nInfoLog\nView\nDone\nExit\nOK" |
/usr/sbin/cstm | awk '/PDC Firmware Revision/ {print $4;exit}'
Entities are not to be multiplied beyond necessity - RTFM
Wang Xueyan
Advisor

Re: firmware version

â cstmâ command is not
Shaikh Imran
Honored Contributor

Re: firmware version

Hi,
If diagmostics installed please use xstm or cstm commands.
Not sure But if ignite is installed try using print_manifest.

Regards
I'll sleep when i am dead.
Robert-Jan Goossens
Honored Contributor

Re: firmware version

What kind of system do you have ?
Wang Xueyan
Advisor

Re: firmware version

J5000
Fred.Wu
Frequent Advisor

Re: firmware version

use stm utility to check firmware revision
fred