From owner-freebsd-smp@FreeBSD.ORG Mon Jul 11 10:17:45 2005 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C055416A41C for ; Mon, 11 Jul 2005 10:17:45 +0000 (GMT) (envelope-from david@landgren.net) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0E143D48 for ; Mon, 11 Jul 2005 10:17:44 +0000 (GMT) (envelope-from david@landgren.net) Received: from [127.0.0.1] (exo.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 467ADA92A for ; Mon, 11 Jul 2005 12:17:43 +0200 (CEST) Message-ID: <42D24745.4030002@landgren.net> Date: Mon, 11 Jul 2005 12:17:41 +0200 From: David Landgren Organization: The Lusty Decadent Delights of Imperial Pompeii User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-smp@freebsd.org References: <001b01c5512f$c190eb20$f900000a@marshall> <20050519000900.K29666@ketralnis.dyndns.org> <42C56318.9050807@landgren.net> <200507051422.14257.jhb@FreeBSD.org> In-Reply-To: <200507051422.14257.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: HP Netserver LT 6000r X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 10:17:45 -0000 John Baldwin wrote: > On Friday 01 July 2005 11:36 am, David Landgren wrote: > >>David King wrote: >> >>>Again, for the curious and those searching the archives (believe >>>me, I wish this was available when I was setting it up): SMP is now >>>working without a hitch. All I did was compile with the default SMP >>>kernel configuration file. All of the other changes had to be made >>>to get it to boot at all. I'd love to see APM working, but have yet >>>to make that happen. Same with WOL. >> >>Good grief! I started searching the web for information on this beast, >>never realising I had the thread sitting in my inbox :) >> >>I inherited a 6-way HP Netserver LT 6000r and I've been getting it to >>run 5.4-STABLE. If I let it boot by itself it hangs on the first of the >>following two lines (the second is never displayed) >> >>amrd0: 52095MB (106690560 sectors) RAID 5 (optimal) >>ses0 at amr0 bus 0 target 5 lun 0 >> >>(full dmegs output is at the end of this message). > > > So, I'm confused as it seems that your dmesg below shows the box booting up > just fine past this hang. Does it hang with ACPI enabled but work fine with > ACPI disabled? If so, you can probably run the box just fine with ACPI > disabled. Can you check to see if all the IRQs are the same for the ACPI and > non-ACPI dmesgs? If so, then you probably just need to disable ACPI. Yes, If I disable ACPI (choice 2 on the beastie screen) it boots up fine, and that's the dmesg I posted. If I choose 1, then it just hands at the amrd0 line, and the ses0 line is never seen. To disable ACPI correctly, then, I need only remove the option line in the kernel config file? What is the impact of running without? As far as I am aware it deals with power management. If my server is running in an air-conditioned room with redundant power supplies I shouldn't really be worried, correct? What command will show me the current IRQ assignements? Just grepping for irq in the dmesg gives: ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard fxp0: port 0x1800-0x183f mem 0xec900000-0xec9fffff,0xec801000-0xec801fff irq 18 at device 6.0 on pci0 amr0: mem 0xf4000000-0xf7ffffff irq 20 at device 3.1 on pci4 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 unknown: can't assign resources (irq) Is there something more tailored than that? I scanned through sysctl but it doesn't look like they are listed therein. Thanks, David