Operating System - HP-UX
1833108 Members
2704 Online
110051 Solutions
New Discussion

Locate PDC firmware level

 
SOLVED
Go to solution
Jerry L. Sims
Frequent Advisor

Locate PDC firmware level

How do locate my systems "PDC firmware" level ?

I use to get it on my N400 (rp7400 )from:
* /var/tombstones/ts99
or
swlist -l product | grep -i firm

Neither one o these commands seem to work on the :
HP-UX server B.11.11
9000/800/rp7410

Please advise, Thanks...... :>)
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Locate PDC firmware level

The easist method is to use STM (support Tools Manager). Run xstm if you have a X diusplay or mstm if using a terminal interface. Hilite CPU then Tools -> Information -> Run

The PDC Firmware will be displayed. If you do not have STM installed then you will need to interrupt the boot process and look under the "INformation Menu" of the firmware monitor.
If it ain't broke, I can fix that.
Michael Tully
Honored Contributor

Re: Locate PDC firmware level

This should work as long as you have your system diagnostics loaded Try:

echo "selclass qualifier cpu;info;wait;infolog" | cstm | grep -i pdc
Anyone for a Mutiny ?
Brian Lee_4
Regular Advisor

Re: Locate PDC firmware level

If you have installed Online Diagnostics,

type "cstm" on the command line

cstm> map
cstm> sel dev "any CPU device number"
cstm> infolog

It will show PDC firmware Revision.
brian lee
curt larson_1
Honored Contributor

Re: Locate PDC firmware level

if you have cstm installed you could do:

print "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm | grep PDC
Jaffar
Advisor

Re: Locate PDC firmware level

Hi jerry

#pdcinfo ------>y ----->you will find pdc version of the system.

Jaffar
Born to learn