From owner-freebsd-stable@FreeBSD.ORG Tue Nov 14 04:44:54 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07FA516A403 for ; Tue, 14 Nov 2006 04:44:54 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B6B43D46 for ; Tue, 14 Nov 2006 04:44:53 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id CA7A74D05F for ; Tue, 14 Nov 2006 04:44:56 +0000 (GMT) Received: from smitch7.jumbuck.com (unknown [206.112.99.82]) by p4.roq.com (Postfix) with ESMTP id 9F4E24D05C for ; Tue, 14 Nov 2006 04:44:56 +0000 (GMT) Received: from smitch7.jumbuck.com (mail.jumbuck.com [206.112.99.82]) by smitch7.jumbuck.com (Postfix) with ESMTP id 56C35411804; Tue, 14 Nov 2006 04:44:52 +0000 (UTC) Received: from [192.168.46.102] (ppp166-27.static.internode.on.net [150.101.166.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smitch7.jumbuck.com (Postfix) with ESMTP id 9D059411802; Tue, 14 Nov 2006 04:44:51 +0000 (UTC) Message-ID: <455949C1.8090105@thebeastie.org> Date: Tue, 14 Nov 2006 15:44:49 +1100 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.13) Gecko/20060727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Mueller References: <1163442609.10865.59.camel@bigapple.omnis.ch> In-Reply-To: <1163442609.10865.59.camel@bigapple.omnis.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 6.1 with PAE on a recent server (HP DL380 G5 or Dell PE 1950) ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 04:44:54 -0000 Olivier Mueller wrote: >Hello, > >I will soon get some new servers with more than 4 GB of RAM, and >I am wondering if they will work fine even with the PAE >option activated: are all the required drivers (RAID mfid, bce >on the Dell, ciss0 on the HP) 100% compatible, or should I expect >trouble? > >If you have a working "/usr/src/sys/i386/conf/xxxx" with active >PAE on one of these servers, I'd be interested :) > >Btw, when will we see these new servers listed under: >http://www.freebsd.org/platforms/amd64/motherboards.html ? >Or should I use send-pr ? :) > >Thanks & regards, >Olivier > >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > I have one of these. The ethernet device (bce) kept falling over on release as well as other stability problems (forget them all now) I am running stable from September the 8th on it which appears to be a good time as it was before any new funkier ethernet device commits where a lot of people started complaining about em and bce timeout probs. I posted a basic Ethernet speed of this machine a while back, 92mbytes/sec is bad but its not as fast with my Dells with em devices on 6.1 release. Bce HP to Em Dell HPDL380# cat /dev/zero | dd bs=1m | nc dell2 3000 ^C0+19648 records in 0+19648 records out 1287606272 bytes transferred in 13.926151 secs (92,459,594 bytes/sec) I don't really like these machines at all compared to the Dells, mainly because the bios is very disappointing and even 'stupid' in my opinion. Its important to note that in key areas its actually quite different from from the G4 and older generations, its hard to navigate/use and isn't as remotely useful compared to Dells bios, that said again is my opinion! They also skimp on a bunch of things that they know most people don't know about, like battery backed write cache in their controller cards, any of the mid to high end servers you see on the Dell web site specs list the battery backed controller card quite clearly. So with a default setup of these HP's you don't get any write cache from the 256meg controller cache unless you want to go down a more dodgey road manually enable it and risk data loss if you loose sudden power. I am also considering using PAE on it over its current AMD64 mode as I have special requirements. I had to get one of these as we needed a machine fast which they did come through on. Mike