Operating System - HP-UX
1834216 Members
2365 Online
110066 Solutions
New Discussion

Re: How to find PDC level on Itanium

 
Scott Torgerson_2
New Member

How to find PDC level on Itanium

How can I find the PDC levels on Itanium servers (rx8620) from the command line. I used to grep for it in /car/adm/tombstones/ts99. But I can't find that file any more.
8 REPLIES 8
Senthil Kumar .A_1
Honored Contributor

Re: How to find PDC level on Itanium

Hi,

I use 2 methods,

1) #/usr/sbin/diag/contrib/pdcinfo

2) #/usr/sbin/cstm
cstm>scl type proc
cstm>info
cstm>il

In the output , look for the line.."PDC Firmware Revision: " ...

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Scott Torgerson_2
New Member

Re: How to find PDC level on Itanium

That did not work. The pdcinfo executable is not in my contrib directory, and when I tried cstm I got the following:

cstm>scl type proc
^-- (SelClass) is currently disabled. --
Senthil Kumar .A_1
Honored Contributor

Re: How to find PDC level on Itanium

Hi,

instead of "scl type proc" can you try just "sall" and continue further.

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Scott Torgerson_2
New Member

Re: How to find PDC level on Itanium

I get the same error:

cstm>sall
^-- (SelAll) is currently disabled. --
Sameer_Nirmal
Honored Contributor

Re: How to find PDC level on Itanium

Hi Scott,

Run following command to get firmware version info.

# machinfo
Senthil Kumar .A_1
Honored Contributor

Re: How to find PDC level on Itanium

Hi,

pdcinfo ,I believe is for PA-risc. And sall for cstm, in Itanium, doesn't seem to throw the version of EFI.. anyway .still looking out for info, I will let you know, once I'm successful..

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Senthil Kumar .A_1
Honored Contributor

Re: How to find PDC level on Itanium

Sameer is right, Hats off to, him ..almost forgot that command, as I was working much on RP series.. Thanks to sameer for reminding me..

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Scott Torgerson_2
New Member

Re: How to find PDC level on Itanium

Thanks Sameer,

The machinfo command got it for me.