1831665 Members
2141 Online
110029 Solutions
New Discussion

Firmware version

 
Jitender Kankran
New Member

Firmware version

Hi

Is there any command(other then GUI interface) to know the PDC(Processor Depandednt Code)Firmware version?

Thanks
5 REPLIES 5
Craig Rants
Honored Contributor

Re: Firmware version

Do you mean the XSTM GUI? Just CSTM as far as I know, and I haven't taken the time to learn on the CSTM commands, but you can do it from CSTM.

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Sanjay_6
Honored Contributor

Re: Firmware version

hi,

If you have STM installed on your system, try,

echo 'selclass qualifier cpu;info;wait;infolog' |cstm >/tmp/cpu_info.txt

more /tmp/cpu_info.txt

Looks for "PDC Firmware Revision:"

Hope this helps.

Regds
Helen French
Honored Contributor

Re: Firmware version

This thread will be helpful:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x79308f960573d611abdb0090277a778c,00.html

Life is a promise, fulfill it!
Jim Butler
Valued Contributor

Re: Firmware version

You can also look through your tombstones files (they have the info)
Man The Bilge Pumps!
MCP-DOC
Advisor

Re: Firmware version

Hi there,

For the PDC-levels, use /usr/sbin/cstm

at the cstm-prompt:

cstm> map

Look for the CPU and write down the number listed in front of the CPU (I'm Dutch, still working on my english grammar ;) )

cstm> sel dev (); info

In my situation

cstm> sel dev 55; info

Then you give the il-command (information log)

cstm> il

And all you cpu-info, including PDC-level, will shown.

Good Luck,

greetz Timo