Operating System - HP-UX
1752587 Members
4128 Online
108788 Solutions
New Discussion юеВ

how can i get info CPUs are dual core or not at rp3440 and rp8420?

 
SOLVED
Go to solution
Mustafa Gulercan
Respected Contributor

how can i get info CPUs are dual core or not at rp3440 and rp8420?

hi;
question is same with subject.

regards;
Mustafa
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

Hi,

run the diagnostics info tool on the processor items and you will see 2 CPU sharing the same slot.
BTW, the CPUs in this systems are always dual 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!   
Jannik
Honored Contributor
Solution

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

the info will show up with this:
# echo "selclass qualifier cpu;info;wait;infolog" | cstm > /tmp/cpuinfo

if you read the output from the info tool carefully, you will see an information like:

CPU 0, slot 0
CPU 1, slot 0

2 CPUs in only one slot - must be a dual core
jaton
Mustafa Gulercan
Respected Contributor

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

#cstm
cstm>sel path system
cstm>infolog
...

i attached the cPU info.But it is not clear so much.
colud you pls tell me which's are dual core or not.

regards;
mustafa
Torsten.
Acclaimed Contributor

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

If you run the info tool you see several entries like this:


...
-- Information Tool Log for CPU on path 152 --
...
Slot Number: 6
...


-- Information Tool Log for CPU on path 153 --
...
Slot Number: 6
...

Also read my first posting again.


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!   
Torsten.
Acclaimed Contributor

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

Both systems can either have PA-8800 or PA-8900 CPUs. Both are dual core. There is no single core CPU in systems like these.

Nevertheless you can buy a rp34xx system with only 1 activated core. To get the second core working in such a system, you need to buy an upgrade license.

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!   
Mustafa Gulercan
Respected Contributor

Re: how can i get info CPUs are dual core or not at rp3440 and rp8420?

i found solution with this;
#echo "selclass qualifier cpu;info;wait;infolog" | cstm > /tmp/cpuinfo

thanks guys
mustafa