Re: SMP with ACPI disabled

2006-10-05 Thread Scott Reese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Madden wrote:
[[snip]]
 
 I don't have an answer.I thought ACPI was for power management, esp
 laptops, a heavily used server doesn't seem to me to need power
 management. I have a smp PIII Gz that gives me fits, IRQ allocation on
 the pci slots. This is a APIC issue, and the easiest solution was not
 to use certain cards in the box.
 
 Is that two cpu's with hyperthreading or two core duo cpu's?
 
 
 

Greetings:

ACPI does a lot more than just power management.  It handles PCI routing
setup and much of the initial hardware setup and discovery.

As to the original topic of what happened to the other two cores, the
local APICs that are being discovered and configured by ACPI are
required for multiple CPUs to be used.  The answer to is it possible to
work around is dependent on you motherboard, and all evidence points to no.

http://www.adriansrojakpot.com/Speed_Demonz/New_BIOS_Guide/APIC_Function.htm
has a more detailed explanation.

- -Scott
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFJPfPS7FYdPX6+iYRArKSAJ0S5xMcNwGb8ekaCWZ6B7SUj2FRCQCfUO+u
sEOHoI21G264nKzCjT4iz1E=
=3IlK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SMP with ACPI disabled

2006-10-04 Thread Matt Parlane

Hi all...

I have a dual Xeon machine that was running fine on all four cores,
but then I started getting some filesystem corruption because of dodgy
RAID drivers.  I disabled ACPI, which fixed this, but now I am down to
running on two cores.

My question is, is there any way to run SMP (that will give me all
four cores) without ACPI?

Cheers,

Matt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: SMP with ACPI disabled

2006-10-04 Thread Roberto C. Sanchez
On Thu, Oct 05, 2006 at 03:34:38PM +1300, Matt Parlane wrote:
 Hi all...
 
 I have a dual Xeon machine that was running fine on all four cores,
 but then I started getting some filesystem corruption because of dodgy
 RAID drivers.  I disabled ACPI, which fixed this, but now I am down to
 running on two cores.
 
 My question is, is there any way to run SMP (that will give me all
 four cores) without ACPI?
 

If you are running on two cores, and you see both in /proc/cpuinfo, then
you have SMP enabled.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: SMP with ACPI disabled

2006-10-04 Thread Matt Parlane

On 10/5/06, Roberto C. Sanchez [EMAIL PROTECTED] wrote:


 I have a dual Xeon machine that was running fine on all four cores,
 but then I started getting some filesystem corruption because of dodgy
 RAID drivers.  I disabled ACPI, which fixed this, but now I am down to
 running on two cores.

 My question is, is there any way to run SMP (that will give me all
 four cores) without ACPI?

If you are running on two cores, and you see both in /proc/cpuinfo, then
you have SMP enabled.


I can see two cores in /proc/cpuinfo, but I used to see four, since
the processors are both dual core (sorry, I should have mentioned
this).

I'm not sure if I'm only running on one physical processor or one core
from each processor, but I'm definitely only running on two cores, and
I was running on four cores before, and the only change I made was
disabling ACPI.

I have the dmesg output from before (with ACPI) and now (without ACPI)
if anyone is interested:

http://www.webgenius.co.nz/dmesg-acpi.txt

http://www.webgenius.co.nz/dmesg-noacpi.txt

Cheers,

Matt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: SMP with ACPI disabled

2006-10-04 Thread Greg Madden
On Thu, 05 Oct 2006 15:54:39 +1300
Matt Parlane [EMAIL PROTECTED] wrote:

 On 10/5/06, Roberto C. Sanchez [EMAIL PROTECTED] wrote:
 
   I have a dual Xeon machine that was running fine on all four
   cores, but then I started getting some filesystem corruption
   because of dodgy RAID drivers.  I disabled ACPI, which fixed
   this, but now I am down to running on two cores.
  
   My question is, is there any way to run SMP (that will give me all
   four cores) without ACPI?
 
  If you are running on two cores, and you see both in /proc/cpuinfo,
  then you have SMP enabled.
 
 I can see two cores in /proc/cpuinfo, but I used to see four, since
 the processors are both dual core (sorry, I should have mentioned
 this).
 
 I'm not sure if I'm only running on one physical processor or one core
 from each processor, but I'm definitely only running on two cores, and
 I was running on four cores before, and the only change I made was
 disabling ACPI.
 
 I have the dmesg output from before (with ACPI) and now (without ACPI)
 if anyone is interested:
 
 http://www.webgenius.co.nz/dmesg-acpi.txt
 
 http://www.webgenius.co.nz/dmesg-noacpi.txt
 
 Cheers,
 
 Matt
 
 

I don't have an answer.I thought ACPI was for power management, esp
laptops, a heavily used server doesn't seem to me to need power
management. I have a smp PIII Gz that gives me fits, IRQ allocation on
the pci slots. This is a APIC issue, and the easiest solution was not
to use certain cards in the box.

Is that two cpu's with hyperthreading or two core duo cpu's?



-- 
Greg Madden


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SMP with ACPI disabled

2006-10-04 Thread Matt Parlane

On 10/5/06, Greg Madden [EMAIL PROTECTED] wrote:


I don't have an answer.I thought ACPI was for power management, esp
laptops, a heavily used server doesn't seem to me to need power
management. I have a smp PIII Gz that gives me fits, IRQ allocation on
the pci slots. This is a APIC issue, and the easiest solution was not
to use certain cards in the box.

Is that two cpu's with hyperthreading or two core duo cpu's?


It's two processors each with two cores, no hyperthreading.

Cheers,

Matt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]