Lost CPU CORES


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Lost CPU CORES
# 8  
Old 09-12-2011
RHEL 6.1 x64

TYAN S7010 two E5530 (4 cores each) on RHEL 6.1 x64
# 9  
Old 09-12-2011
Have you checked the output from cpuid and acpidump?
# 10  
Old 09-12-2011
OK, run this command:

Code:
zgrep SMP /proc/config.gz

The output should have CONFIG_SMP=y if your SMP support is enabled; that is if your kernel has support for /proc/config.gz. If it does not, there will be an error which tells you nothing.
# 11  
Old 09-12-2011
OBTW, as I recall, most Linux distributions do not come with an SMP enabled kernel; so you will most probably need to create one. Configure a new kernel and answer Y to CONFIG_SMP.
# 12  
Old 09-13-2011
The default kernel for RHEL does include SMP. If someone mucked about, however that could explain it. I would just like to be sure the user is using RHEL 6.1 and not RHAT 6.1.
# 13  
Old 09-13-2011
We can also confirm/check for SMP with uname -a. Here is an example:

Code:
$ uname -a
Linux www 2.6.31-15-server #50-Ubuntu SMP Tue Nov 10 15:50:36 UTC 2009 x86_64 GNU/Linux

So, please post the output of uname -a.
# 14  
Old 09-13-2011
Quote:
Originally Posted by Neo
OK, run this command:
Code:
zgrep SMP /proc/config.gz

On Fedora and downstream, the file you probably want is /boot/config-<name of your kernel>. Also CONFIG_SMP is Y by default - at least on AMD64 (x86_64) platforms. For example, I am using 2.6.40 on a F15 X32 development system, so the name of the configuration file is config.2.6.40.4-5.fc15.x32. (x32 is not a typo, it is a new emerging psABI)

If the OP installs and runs cpuid, we will have a much better idea of what the actual cpus think they are. I suspect that cpuid will return the expected values but I think we should eliminate this possibility or that some cores have been disabled by the BIOS. BTW, There was an interesting discussion on FreeBSD back in 2010 re E5530s and missing cores. Search for "FreeBSD, E5530 cpuid acpidump." Turns out that the missing cores were disabled by a BIOS setting.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Questions regarding CPU cores vs rctl limit

Hi, I am trying to gather cpu core details and used this script - Solaris & Scripting: Script - Find cpu - model / type / count / core / thread / speed - Solaris Sparc For auuditing purpose, we want to know how many cores are being used by Oracle, because oracle license will be charged on... (2 Replies)
Discussion started by: solaris_1977
2 Replies

2. Red Hat

CPU and Cores information

Hi all. I have a question about linux command to find number of CPU and Core. I usually use the command dmidecode -t processor to find cpu and core numbers . On this machine with Red Hat 4. 0 when I try to insert the command is returned the error -bash: dmidecode: command not found I try to... (8 Replies)
Discussion started by: piccolinomax
8 Replies

3. Solaris

Numbers-of-cpu-cores-in-Solaris-10

Hello All, How do I find the number of CPU's, virtual processors in solaris 10? Thank you Sunil Kumar (2 Replies)
Discussion started by: msgforsunil
2 Replies

4. Solaris

CPU/processor/cores in M4000

Hi Gurus Can someone help me in explaining the below outputs . psrinfo -p 4 /usr/sbin/psrinfo -pv The physical processor has 4 virtual processors (0-3) SPARC64-VI (portid 1024 impl 0x6 ver 0x93 clock 2150 MHz) The physical processor has 4 virtual processors (8-11) SPARC64-VI... (3 Replies)
Discussion started by: ningy
3 Replies

5. UNIX for Dummies Questions & Answers

how to run two unix/linux programs on two different cpu cores

Hi folks, I want to know how to run two unix programs on two different cpu cores on a 2-core or 4-core or 8-core CPU machine? Extending this how would i run four and eight unix programs on 4-core and 8-core machine respectively? If this can be done, how to know which program is assigned to... (1 Reply)
Discussion started by: kaaliakahn
1 Replies

6. Shell Programming and Scripting

Is there a way to make bash [or another shell] use all CPU cores to execute a single script?

I wrote a very simple script that matches combinations of alphabetic characters (1-5). I want to use it to test CPU speeds of different hardware/platforms. The problem is that on multi-core/processor systems, only one CPU is being utilized to execute the script. Is there a way to change that?... (16 Replies)
Discussion started by: ph0enix
16 Replies

7. UNIX for Advanced & Expert Users

Lost one cpu should the box crash

I've got a E6500 with 6 cpu's over 3 cpu boards. we lost one cpu should the box keel over ?? I wouldn't have seen this as a Single Point Of Failure Kie (2 Replies)
Discussion started by: kie
2 Replies
Login or Register to Ask a Question