HPE 9000 and HPE e3000 Servers
1846194 Members
3877 Online
110254 Solutions
New Discussion

Re: How to check PDC firmware version ?

 
omars
Advisor

How to check PDC firmware version ?

Hi ,
How can i check PDC Firmware version while the system is up & running ? At present , there is no online diagnostic ( or support -tool-manager ) .

The server is running on HP-UX 10.20. Any adb commands that reveal this info ??

Many thanks .
Nothing is too late to learn
6 REPLIES 6
Zafar A. Mohammed_1
Trusted Contributor

Re: How to check PDC firmware version ?

S.K. Chan
Honored Contributor

Re: How to check PDC firmware version ?

I'm not sure if this can be extracted by adb. As far as I know there are 3 "usual" ways to do this.
1) STM
2) BCH - Boot Console Handler (requires reboot)
3) /var/tombstones/ts99
Looks like 1 and 2 are out of the question because you don;t have STM and you don;t want to reboot the system to find out. 3) is a possibility (not sure for a 10.x system), anyway check if you got /var/tombstones/ts99 file (this is pdc log file). If yes then you should be able to ..
# grep PDC /var/tombstones/ts99
Sunil Sharma_1
Honored Contributor

Re: How to check PDC firmware version ?

Hi,
I am not sure if there is any command to get this but you can use NIKIL script to get Firmware version this script is available on this forum itself.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Michael Steele_2
Honored Contributor

Re: How to check PDC firmware version ?

STM can be unreliable for this, instead use :

grep -i pdc /var/tombstones/ts99

-or-

/usr/sbin/diag/contrib/pdcinfo
Support Fatherhood - Stop Family Law
twang
Honored Contributor

Re: How to check PDC firmware version ?

1.# cstm
2.cstm>map
3.cstm>sel dev 29; info
(assumed device 29 is CPU)
4.cstm>il
5.q to leave, exit to exit cstm
Michael Steele_2
Honored Contributor

Re: How to check PDC firmware version ?

grep -i pdc /var/tombstones/ts99

/usr/sbin/diag/contrib/pdcinfo

STM is often unreliable at reporting versions so cross reference STM info.
Support Fatherhood - Stop Family Law