HPE 9000 and HPE e3000 Servers
1752284 Members
4784 Online
108786 Solutions
New Discussion юеВ

Re: PA-8800 or PA-8900

 
SOLVED
Go to solution
Randy_9
Regular Advisor

PA-8800 or PA-8900

I have a RP3410, how can I tell if the CPU is a PA-8800 or a PA-8900. I looked at these 2 docs and still am not sure?

# model
9000/800/rp3410

http://h71028.www7.hp.com/ERC/downloads/5982-4172EN.pdf

http://docs.hp.com/en/5991-2805/ch02s03.html

Thanks,

Randy
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: PA-8800 or PA-8900

Hi Randy:

One way is:

# echo "selclass qualifier cpu;info;wait;infolog"|/usr/sbin/cstm > /tmp/cpuinfo

Regards!

...JRF...
HGN
Honored Contributor

Re: PA-8800 or PA-8900

Hi

You can use cstm to find out or can use sam
for cstm
#cstm
cstm>map
cstm>sel dev cstm>info
cstm>il
this should give all the details about the cpu

Rgds

HGN
Randy_9
Regular Advisor

Re: PA-8800 or PA-8900

looks like it is a 8800:

FRU INFORMATION

Module Revision
------ --------
PA 8800 CPU Module 3.2
PA 8800 CPU Module 3.2

Will assign points, thank you both!

Randy
iman_1
Advisor

Re: PA-8800 or PA-8900

Hi Randy,

There is one more using perl

system> perl -MUnix::Processors -le'print join"\t",$_->id,$_->state,$_->type,$_->clock for @{Unix::Processors->new()->processors}'
0 online HP PA-RISC 2.0 750
1 online HP PA-RISC 2.0 750

Regards,
Himanshu
Sandman!
Honored Contributor

Re: PA-8800 or PA-8900

SAM -> Performance Monitors -> System Properties -> Processor
mits
Respected Contributor

Re: PA-8800 or PA-8900

One more procedure.

# cat /var/tombstones/ts99|grep "CPU Module"
PA 8900 CPU Module 3.2
PA 8900 CPU Module 3.2
PA 8900 CPU Module 3.2
PA 8900 CPU Module 3.2