Operating System - HP-UX
1836683 Members
2706 Online
110108 Solutions
New Discussion

Re: How to find processor is dual core or not??

 
vinuhcl
Advisor

How to find processor is dual core or not??

Dear all,

I'm using HP rx-4640 in our data centre. How to find out the processor is dual core or not??
Is there any command for that???

Thanks and regards,
Vinu
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: How to find processor is dual core or not??

Hi,

the rx4640 is using Itanium CPUs.
Run

/usr/contrib/bin/machinfo

If you see next to the model
Itanium 2 9000 series
this means this is a Montecito CPU (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!   
Torsten.
Acclaimed Contributor

Re: How to find processor is dual core or not??

If you already run 11.31, the result is more clear:

# /usr/contrib/bin/machinfo
CPU info:
32 Intel(R) Itanium 2 9000 series processors (1.6 GHz, 18 MB)
533 MT/s bus, CPU version C2
64 logical processors (2 per socket)


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 to find processor is dual core or not??

Please remember this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Have fun!

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!   
Noble Sebastian
Frequent Advisor

Re: How to find processor is dual core or not??

Hi , Vunu

You can use " machinfo | grep model " command then check the result .


processor model: 1 Intel(R) Itanium 2 processor



regards
Noble Sebastian
vinuhcl
Advisor

Re: How to find processor is dual core or not??

Thanks to all