Number of CPU & Number of Core


 
Thread Tools Search this Thread
Operating Systems AIX Number of CPU & Number of Core
# 1  
Old 02-13-2013
Number of CPU & Number of Core

HTML Code:
root:/> 
# lscfg -vp|grep -c -E 'proc.*Processor'
8
root:/> 
# lscfg -vpl sysplanar0 | grep -i way
      8 WAY PROC CUOD :
      8 WAY PROC CUOD :
      8 WAY PROC CUOD :
      8 WAY PROC CUOD :
      8 WAY PROC CUOD :
      8 WAY PROC CUOD :
I have this output and need to know how to interpret.
The number of CPU is 8 for sure. When you say the number of Cores, what is it in this case? lscfg -vpl sysplanar0 | grep -i way shows 8 WAY PROC CUOD, so is it 8 Cores?

An old machine (model: IBM,9111-520) shows 2 CPUs, but no result on lscfg -vpl sysplanar0 | grep -i way. In that case, it has no Core??

Please advise.
# 2  
Old 02-13-2013
Moderator's Comments:
Mod Comment First off: we have a special AIX forum, where such questions belong to. OS-specific questions always in the respective sub-forum. I am going to transfer this thread there.


"cores" mean what you suspect it to mean: (logical) processors in their own right integrated into one physical chip. POWER7 processors have 8 such cores in every single processor, so they are "8-way processors". Older POWER processors were single core. A display about how many logical ways the system has wouldn't have made sense. Skip the "|grep -i way" from your command and you will see that the output format is slightly different.

"CUOD" is for "customer upgrade on demand". When you order an IBM system it usually comes with maximum resources (processors, memory) physically installed, even if you ordered it with less. This is of no additional cost for you, but the additional hardware is deactivated. If you want to upgrade your system you just call IBM, get a code, which activates part (or all) of these hidden resources. From then on you have to pay the maintenance fee for the bigger system and can use the activated resources normally.

I hope this helps.

bakunin
# 3  
Old 02-13-2013
Thank you! If no result shows on lscfg -vpl sysplanar0 | grep -i way, what does it mean?
# 4  
Old 02-13-2013
It means that when you run the command:
Code:
 lscfg -vpl sysplanar0

The command output does not contain any lines with the word "way" in them.
HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Number of CPU'S in UNIX box

Hi, How to find number of CPU'S in unix box. And usage of the total no of CPU'S. (7 Replies)
Discussion started by: sam1226
7 Replies

2. HP-UX

How to find number of CPU in system

$ uname -a HP-UX chd007d B.11.23 U 9000/800 3154283600 unlimited-user license Thanks (7 Replies)
Discussion started by: Maddy123
7 Replies

3. Solaris

How to check number of "CPU physical and core"?

Hi All, How to check number of "CPU physical and core" ? my machine is T5240, T5440 I try to user prtdiag it show 128 CPUs ?? what real number for it? (5 Replies)
Discussion started by: arm_naja
5 Replies

4. Red Hat

Number of CPU in LINUX server

I want to find number of CPU and number NIC card in Linux server. I have below content in /proc/cpuinfo. I have from processor 0 - 15. It means, i have 15 similar entries in that file. How many CPU we have on this server? also how do find how many NIC card on this? processor : 0... (5 Replies)
Discussion started by: govindts
5 Replies

5. Red Hat

Number of CPU in linux server

I am using linux server.. how do i see number of CPU's in the server? TOP command is not providing result.. Any help is highly appreciated. (8 Replies)
Discussion started by: govindts
8 Replies

6. Solaris

Number of CPU

Hi Experts, with the help of which command we can see the Number of cpu in a solaris solaris5.10.Also how we know the total disk & free disk space size in this system. Kind regards ---------- Post updated at 12:25 PM ---------- Previous update was at 12:25 PM ---------- Command... (10 Replies)
Discussion started by: rafiassam
10 Replies

7. UNIX for Dummies Questions & Answers

Display just CPU run queue number (Nothing Else)

Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r? Thanks, (1 Reply)
Discussion started by: RAFC_99
1 Replies

8. Solaris

[help] how to get serial number of cpu or other hardware

hi experts, hi all, need help, how to get serial number of cpu or other hardware using command? does anybody know using what syntax? thank you wu (8 Replies)
Discussion started by: bucci
8 Replies

9. Solaris

CPU Usage to Number of CPUs - relationship

I have an E15K running at 60% CPU usage on 16 CPUs. I need to get rid of 6 CPUs, which is 38%. Does that mean my CPU usage will go up to 98%? I suspect the relationship between CPU numbers and usage is a bit more complicated. Can anyone give me any guidance on this please? TIA (0 Replies)
Discussion started by: disturbed_uk
0 Replies

10. Solaris

number of cpu's

How can I tell how many cpu's are on a solaris 9 sunfire? (3 Replies)
Discussion started by: csaunders
3 Replies
Login or Register to Ask a Question