1745924 Members
4151 Online
108723 Solutions
New Discussion

Re: DUAL CORE CPU

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: DUAL CORE CPU

I think you have 1 module in cell0, 1 module in cell1.

Use

# parstatus -v

to confirm.

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!   
study unix
Regular Advisor
Solution

Re: DUAL CORE CPU

Hi ,to see the below outpot,
# machinfo
CPU info:
2 Intel(R) Itanium 2 9000 series processors (1.42 GHz, 12 MB)
532 MT/s bus, CPU version C2
4 logical processors (2 per socket)

# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
processor 2 124 processor CLAIMED PROCESSOR Processor
processor 3 125 processor CLAIMED PROCESSOR Processor


so, my output shows it should own two physical processors that includes four cores.
hope it is helpful for you!