Operating System - HP-UX
1748223 Members
4817 Online
108759 Solutions
New Discussion юеВ

Re: Question regarding pdc commands

 
SOLVED
Go to solution
Guna_2
Regular Advisor

Question regarding pdc commands

Hi all

In a Running HP Box in OS prompt how can i find the version of PDC.

As well as we can find and set the boot path in PDC from os itself by using "setboot" command.

In the same way can i able to see or change the display path from OS..

Thanks And Regards,
Guna
7 REPLIES 7
Robert-Jan Goossens
Honored Contributor

Re: Question regarding pdc commands

Hi Guna,

# grep -i pdc /var/tombstones/ts99

Regards,
Robert-Jan
RAC_1
Honored Contributor
Solution

Re: Question regarding pdc commands

pdcinfo also gives it.
There is no substitute to HARDWORK
Ralph Grothe
Honored Contributor

Re: Question regarding pdc commands

If you have Support Tools Manager installed you could run e.g.

$ echo "sc prod cpu;info;wait;il"|/usr/sbin/cstm|grep PDC
PDC Firmware Revision: 44.12 IODC Revision: 0
------- Processor 0 HPMC Information - PDC Version: 44.12 ------
PDC Firmware Revision: 44.12 IODC Revision: 0
------- Processor 2 HPMC Information - PDC Version: 44.12 ------
Madness, thy name is system administration
Indrajit_1
Valued Contributor

Re: Question regarding pdc commands

Hi;

Try this command..

#echo "scl q cpu;wait;info;il;done" |grep cstm|grep -i firmware


Cheers;
Indrajit Roy
Never Ever Give Up
Guna_2
Regular Advisor

Re: Question regarding pdc commands

Hi Robert-Jan

Thank you

But i am sorry to say,

There is no folder called tombstones inside the /var directory


My os is HPUX-11.00
Guna_2
Regular Advisor

Re: Question regarding pdc commands

Hi RAC

Thankyou for ur eforts


But The pdcinfo command is not working.

My system is PA-RISC hpux-11.00
Robert-Jan Goossens
Honored Contributor

Re: Question regarding pdc commands