|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
single to multi processor
Hi,
I have a server where I loaded linux when it was only 1 processor, and have since added a second (both P3 1 Ghz). Both processors register in the BIOS and POST checks, but does not show up in /proc/cpuinfo. I've installed the smp kernel after the fact, but doesn't seem to help. Any suggestions how I can fix this? I am running RH 7.3 Thanks, -jp |
|
#2
|
||||
|
||||
|
what does uname -a return to you? Please post the exact string.
|
|
#3
|
||||
|
||||
|
Linux localhost 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown
|
|
#4
|
||||
|
||||
|
As I thought, you aren't using the SMP kernel. You have to make sure you've booted to it by choosing or adding it to lilo or grub, whatever bootloader you've chosen.
If you were using the SMP kernel, the output of uname -a would look like Code:
Linux localhost 2.4.18-3smp #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown because redhat suffixes the kernel version of their SMP kernels with "smp" |
|
#5
|
||||
|
||||
|
I noticed the same thing.. but this is what got me hung up..
# rpm -qa |grep kernel kernel-smp-2.4.18-3 kernel-2.4.18-3 |
|
#6
|
||||
|
||||
|
Great. But you have to boot the smp kernel to use it, just having the RPMs installed doesn't mean anything. You could have any number of different kernels, including different versions, if you wanted.
Read the LILO or grub docs about how to add a new kernel image to your bootloader, it's pretty easy. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > single to multi processor |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|