Ubuntu server 11.04 распознает только 1 ядро ​​вместо 4

Я искал другие вопросы и много гуглил, но не нашел решения для решения этой проблемы.
У меня Ubuntu Server 11.04 64bit установлено на Dell Poweredge с Intel Xeon X5450.

Сервер распознает только 1 из 4 имеющихся у меня ядер. Я пытался изменить конфигурацию GRUB, но это не сработало. В машине BIOS я не нашел ничего полезного.

CPU

root@darwin:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5450  @ 3.00GHz
stepping        : 10
cpu MHz         : 2992.180
cache size      : 6144 KB
physical id     : 0
siblings        : 1
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority
bogomips        : 5984.36
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

GRUB

root@darwin:~# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=2
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="noapic nolapic" #was with acpi=off

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Complete dmesg

Слишком длинный, размещен на pastebin http://pastebin.com / bsKPBhzu

lshw -class процессор

 *-cpu:0
       description: CPU
       product: Intel(R) Xeon(R) CPU           X5450  @ 3.00GHz
       vendor: Intel Corp.
       physical id: 400
       bus info: cpu@0
       version: Intel(R) Xeon(R) CPU           X5450  @ 3.00GHz
       slot: CPU1
       size: 3GHz
       capacity: 3600MHz
       width: 64 bits
       clock: 1333MHz
       capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority
       configuration: cores=4 enabledcores=4 threads=4
  *-cpu:1 DISABLED
       description: CPU [empty]
       vendor: Intel
       physical id: 401
       slot: CPU2
       capabilities: x86-64

Не могу понять. Эта последняя команда показывает, что ядер 4 и все они включены.
Команда top после нажатия 1 показывает мне только CPU0.

5
задан 29 March 2012 в 16:24

1 ответ

Ваш dmesg включает в себя сообщение журнала:

[    0.016051] SMP disabled

Из просмотра источника ядра, кажется, что параметр ядра nolapic не позволяет ядру появляться в режиме SMP. Если вы удалите этот параметр, у вас должны быть доступны все процессоры.

Была ли какая-то причина для параметров noapic и nolapic? Если нет, с вами все будет в порядке.

0
ответ дан 29 March 2012 в 16:24

Другие вопросы по тегам:

Похожие вопросы: