View previous topic :: View next topic |
Author |
Message |
tuxwatcher Tux's lil' helper


Joined: 05 Jun 2003 Posts: 121 Location: USA
|
Posted: Mon Feb 14, 2005 10:55 pm Post subject: [SOLVED] Multiple Processors |
|
|
How can I tell if both processors are being used?
I have an old compaq server and I put 2 PIII 500 in it. On boot I get an error about the second cpu not having voltage regulation, but the system comes up anyway.
Last edited by tuxwatcher on Tue Feb 15, 2005 5:25 pm; edited 1 time in total |
|
Back to top |
|
 |
TheRAt Veteran


Joined: 03 Jun 2002 Posts: 1580
|
Posted: Mon Feb 14, 2005 10:57 pm Post subject: |
|
|
try _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
 |
tuxwatcher Tux's lil' helper


Joined: 05 Jun 2003 Posts: 121 Location: USA
|
Posted: Tue Feb 15, 2005 3:01 am Post subject: |
|
|
I already tried that and didn't get that much info Code: | processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Pentium III (Katmai)
stepping : 3
cpu MHz : 498.553
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 983.04 |
|
|
Back to top |
|
 |
lbrtuk l33t


Joined: 08 May 2003 Posts: 910
|
Posted: Tue Feb 15, 2005 3:06 am Post subject: |
|
|
According to that only your first processor is working. |
|
Back to top |
|
 |
TheRAt Veteran


Joined: 03 Jun 2002 Posts: 1580
|
Posted: Tue Feb 15, 2005 3:07 am Post subject: |
|
|
That seems to say that only 1 processor is being recognised... I get: Code: | root@atlantis ~] cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : AMD Athlon(TM) MP 2000+
stepping : 2
cpu MHz : 1252.857
cache size : 256 KB
physical id : 0
siblings : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips : 2496.92
processor : 1
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : AMD Athlon(TM) MP 2000+
stepping : 2
cpu MHz : 1252.857
cache size : 256 KB
physical id : 0
siblings : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips : 2503.47 |
_________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
Back to top |
|
 |
tuxwatcher Tux's lil' helper


Joined: 05 Jun 2003 Posts: 121 Location: USA
|
Posted: Tue Feb 15, 2005 5:24 pm Post subject: |
|
|
I found out I have a hardware problem. The system board in this old compaq proliant 800 is missing the voltage regulator module for the second processor. So it is not being used. Thanks for the help anyway. |
|
Back to top |
|
 |
|