Koozali.org: home of the SME Server

Wrong number of processors reported

Offline junrau

  • *
  • 18
  • +0/-0
Wrong number of processors reported
« 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?

Offline mmccarn

  • *
  • 2,653
  • +10/-0
Re: Wrong number of processors reported
« Reply #1 on: March 27, 2013, 12:07:25 PM »
Is there a bios setting to enable/disable the second core &/or hyperthreading?

Offline junrau

  • *
  • 18
  • +0/-0
Re: Wrong number of processors reported
« Reply #2 on: March 27, 2013, 01:35:52 PM »
Yes, and it has always been on.

Offline mmccarn

  • *
  • 2,653
  • +10/-0
Re: Wrong number of processors reported
« Reply #3 on: March 28, 2013, 12:28:37 PM »
What happens if you turn it off?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Wrong number of processors reported
« Reply #4 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

Offline junrau

  • *
  • 18
  • +0/-0
Re: Wrong number of processors reported
« Reply #5 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.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Wrong number of processors reported
« Reply #6 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.

Offline junrau

  • *
  • 18
  • +0/-0
Re: Wrong number of processors reported
« Reply #7 on: March 29, 2013, 03:24:59 AM »
I toggled single processor mode in the BIOS and there was no change.