Operating System - HP-UX
1834441 Members
2508 Online
110067 Solutions
New Discussion

Re: check number phisical cpu

 
SOLVED
Go to solution
Slawek Ksiazek
Regular Advisor

check number phisical cpu

How can i check number physical cpu (cpu module) on rx7640 from operating system.Thanks for information.

Slawek
8 REPLIES 8
Pete Randall
Outstanding Contributor
Solution

Re: check number phisical cpu

ioscan -k |grep -n processor |wc -l

Pete
Slawek Ksiazek
Regular Advisor

Re: check number phisical cpu

yes but this command give me information about number cores, but I need information about physical cpus modules, I know that my server have 4 physical, but how can i check it form OS?

Thanks

Slawek
LJenkins
Occasional Contributor

Re: check number phisical cpu

Please check if you have "machinfo" command that would help you to get information of you system and CPU is included in this output.

#machinfo
CPU info:
Number of CPUs = 8
Clock speed = 1598 MHz
Bus speed = 533 MT/s
...........................

Jenkins
Torsten.
Acclaimed Contributor

Re: check number phisical cpu

If system is running 11.31 it looks like this:

# /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)


(Note: 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!   
Slawek Ksiazek
Regular Advisor

Re: check number phisical cpu

I have from cpuconfig information

Cab/
Cell
Slot/ # of L3 L4 Family/
CPU Logical Cache Cache Model Processor
Cell Module CPUs Speed Size Size (hex.) Rev State
---- ------ ------- -------- ------ ------ ------- --- -------------
1 0/1/0 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/1 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/2 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/3 4 1.6 GHz 9 MB None 20/01 A1 Active



and machinfo give me info

bash-3.2# machinfo
CPU info:
4 Intel(R) Itanium 2 9100 series processors (1.6 GHz, 18 MB)
533 MT/s bus, CPU version A1
8 logical processors (2 per socket)

Memory: 32698 MB (31.93 GB)

Firmware info:
Firmware revision: 9.048
FP SWA driver revision: 1.18
IPMI is supported on this system.
BMC firmware revision: 4.01

Platform info:
Model: "ia64 hp server rx7640"
Machine ID number: d61f3d8b-4b4b-11dd-aeb4-8539bad6f352
Machine serial number: USE48223V7

OS info:
Nodename: nc041200
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: ia64
ID Number: 3592371595
vmunix _release_version:
@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf

I know that I must divide number logical cpu in two core, (two per socket) but it is posible find this information as number , because this information isnot obvious.Thanks for information


Slawek
Slawek Ksiazek
Regular Advisor

Re: check number phisical cpu

My another question why cpuconfig show

4 logical module for all cpu

Cab/
Cell
Slot/ # of L3 L4 Family/
CPU Logical Cache Cache Model Processor
Cell Module CPUs Speed Size Size (hex.) Rev State
---- ------ ------- -------- ------ ------ ------- --- -------------
1 0/1/0 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/1 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/2 4 1.6 GHz 9 MB None 20/01 A1 Active
1 0/1/3 4 1.6 GHz 9 MB None 20/01 A1 Active
Torsten.
Acclaimed Contributor

Re: check number phisical cpu

>>4<< Intel(R) Itanium 2 9100 series processors (1.6 GHz, 18 MB)
533 MT/s bus, CPU version A1
8 logical processors (2 per socket)

The number is there (4 processors) - first line.

The Itanium 2 9100 series (aka Montevale) is always a 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!   
Slawek Ksiazek
Regular Advisor

Re: check number phisical cpu

ups :o)