Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: junrau on March 27, 2013, 05:20:34 AM

Title: Wrong number of processors reported
Post by: junrau on March 27, 2013, 05:20:34 AM
My SME 8 is running on an Intel Pentium D 940 (dual 3.2GHz) and Intel D945Pvs motherboard.  The kernel is 2.6.18-348.3.1.el5PAE (SMP), and yum install says that is the latest.

/proc/cpuinfo shows only 1 CPU.  The previous hardware (last week) was a Core 2 Xeon 1.6 GHz, and 2 CPUs were reported correctly.

Any ideas on why the current processor isn't showing as 2 processors?
Title: Re: Wrong number of processors reported
Post by: mmccarn on March 27, 2013, 12:07:25 PM
Is there a bios setting to enable/disable the second core &/or hyperthreading?
Title: Re: Wrong number of processors reported
Post by: junrau on March 27, 2013, 01:35:52 PM
Yes, and it has always been on.
Title: Re: Wrong number of processors reported
Post by: mmccarn on March 28, 2013, 12:28:37 PM
What happens if you turn it off?
Title: Re: Wrong number of processors reported
Post by: Stefano on March 28, 2013, 04:38:52 PM
try this:

Code: [Select]
cd /boot
mv initrd-`uname -r`.img initrd-`uname -r`.img.old
mkinitrd initrd-`uname -r`.img `uname -r`

and reboot
Title: Re: Wrong number of processors reported
Post by: junrau on March 28, 2013, 04:51:40 PM
It still reports 1 processor.

I will try toggling the BIOS setting for multiple cores when I have a chance.
Title: Re: Wrong number of processors reported
Post by: CharlieBrady on March 29, 2013, 03:17:13 AM
try this:

I'm curious as to why you suggested that Stafano. AFAIK, CPU detection is entirely a function of the kernel, and not affected at all by anything in the initial ramdisk.

I would suggest that OP boots CentOS 5 and follows up with the M/B manufactorer and/or CentOS forums. IMO this is very unlikely to be anything SME server specific.
Title: Re: Wrong number of processors reported
Post by: junrau on March 29, 2013, 03:24:59 AM
I toggled single processor mode in the BIOS and there was no change.