Operating System - HP-UX
1754419 Members
2893 Online
108813 Solutions
New Discussion юеВ

How do you know if a CPU is dual processor

 
SOLVED
Go to solution
John Jimenez
Super Advisor

How do you know if a CPU is dual processor

This command below I found from a response in 2005 gives back good info (can't believe the guy did not give any points). It shows the Processor Chip revision. Is that how we can tell?

echo "selclass qualifier cpu;info;wait;infolog" | cstm | grep Processor
Hustle Makes things happen
17 REPLIES 17
skt_skt
Honored Contributor

Re: How do you know if a CPU is dual processor


# echo "sel dev all;info;wait;il"|cstm
...
...


FRU INFORMATION

Module Revision
------ --------
PA 8900 CPU Module 3.2
PA 8900 CPU Module 3.2

...


In this example you see PA8900 CPU modules. Maybe you have PA8800 - both are always dual core.
James R. Ferguson
Acclaimed Contributor

Re: How do you know if a CPU is dual processor

John Jimenez
Super Advisor

Re: How do you know if a CPU is dual processor

I did the
echo "sel dev all;info;wait;il"|cstm
on one of our RP7410 and another RP7420 and got tons of info back. None of the output looked like your posting.
Hustle Makes things happen
John Jimenez
Super Advisor

Re: How do you know if a CPU is dual processor

Hi James I have Several RP7420's and RP7410. I went to the link and it said to do "machinfo", but that is not a valid command
Hustle Makes things happen
Torsten.
Acclaimed Contributor

Re: How do you know if a CPU is dual processor

Hi John,

see

http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00337654

the rp7420 specs. CPUs are either PA8800 or PA8900 - both are dual core.



The rp7410 has PA8700 - this is a single core.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
John Jimenez
Super Advisor

Re: How do you know if a CPU is dual processor

Thank you guys. I thought they were, but did not see it listed on the SAID's I was wondering if there was an actual command that would say. But thats good to know that they all are.
Hustle Makes things happen
John Jimenez
Super Advisor

Re: How do you know if a CPU is dual processor

thanks again
Hustle Makes things happen
Emil Velez
Honored Contributor

Re: How do you know if a CPU is dual processor

Run top and if you have multiple CPU lines you have multiple processors active.
Torsten.
Acclaimed Contributor

Re: How do you know if a CPU is dual processor

The "machinfo" command in hp-ux 11.31 works with RISC cpus too, example:

# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB

Memory: 4096 MB (4 GB)
...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!