From owner-freebsd-proliant@FreeBSD.ORG Fri Sep 8 18:14:12 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC8416A4EA for ; Fri, 8 Sep 2006 18:14:12 +0000 (UTC) (envelope-from jcagle@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E35043DA5 for ; Fri, 8 Sep 2006 18:13:59 +0000 (GMT) (envelope-from jcagle@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so226623wri for ; Fri, 08 Sep 2006 11:13:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AbrVlmnEUx1ZsOtmki20OJmrP3PBZ/aAczhT3aQ0yGzjXVEyhS42exrzmnKfXRz9DpXsmpdcIi3byZwLOCu9iHOp6A3pae8uQCWL7042IaGYRsaJvJnm4LYyVdrZalD68wmMoYahbZr1YvGwpX92QkW8MiWRNxJ2Jot6H8gZ4aU= Received: by 10.90.25.9 with SMTP id 9mr1013625agy; Fri, 08 Sep 2006 11:13:57 -0700 (PDT) Received: by 10.90.100.11 with HTTP; Fri, 8 Sep 2006 11:13:57 -0700 (PDT) Message-ID: <6863f0c90609081113l4fc19057m4857a1bc8719583b@mail.gmail.com> Date: Fri, 8 Sep 2006 13:13:57 -0500 From: jmc To: "Michael Vince" In-Reply-To: <4500F627.1040104@thebeastie.org> MIME-Version: 1.0 References: <45008628.2000007@juniper.net> <4500F627.1040104@thebeastie.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: DL 380/G5 with 16G of ram X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 18:14:12 -0000 On 9/7/06, Michael Vince wrote: > > > I have been doing all this while being on the other side of the world. > The other problem is the remote serial support via tip for reaching into > the bios is quite stuffed, all the text garbles into a single line and > is just to hard to read, I hacked the minicom port to use the USB to > 9pin serial device to see if I could make it more like how people in > linux would use it and it made little difference. > It looks like HP were trying to have better remote serial bios support > by going really basic command line style for remote BIOS control but its > no good. > The Dell bios is all nice and menu'ed and works flawlessly over remote > serial, no garbledness overwriting other text. The BIOS Serial Console (BSC) support should work fine and give you a nice menu to configure the BIOS. The factory default for BSC is auto-detect, which means it checks for a terminal attached to the serial port before enabling it. The default terminal setting is VT100. This can be changed to ANSI in the BIOS setup screens. Have you tried using a different terminal emulator to make your connection to the BIOS? I prefer C-Kermit over minicom. I gave up trying to do anything via the bios and aimed ta PXE remote > install, this worked after a total of 5 hours. > It kept dieing out during the install, I finally got it right once. > > Once I booted in a fresh FreeBSD 6.1-Release AMD64 install the 'bce' > ether device kept dieing and timing out, looking back I have no idea how > I managed to get a complete PXE remote install in the first place. > > I managed to cvsup and build a new kernel under 6-stable after about 15 > reboots. > > After a new kernel its been quite stable, but I originally wanted to > just stick with Release. > > There is no IPMI with HP even though it appears to be standard on most > other x86 servers. On the new Dell they now have IPMI v2, and I can use > a native FreeBSD IPMI client port for remote control. On HP it appears I > have to pay for some kind of LO software, this might be the reason for > useless uncontrollable remote 9pin serial for BIOS access. Your server has a very powerful BMC called iLO. One key feature of iLO is its support for a Virtual Serial Port (VSP). This allows you to SSH into iLO and access a serial console (COM2 by default on the DL380). The BIOS config menu can change this to COM1 if you want to. Here is a link to a document showing how to utilize VSP. http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00263709/c00263709.pdf iLO also gives you a SMASH compatible command line to manage the server. SMASH is a new DMTF standard alternative to IPMI. I gave a simple test on the bce with stable kernel compared to the Dells > with the em nics and it compared quite well but still slower then the > Dells. > Also note all the Dells are 6.1-Release a lot of posts have come up > lately saying the em is now even faster in stable compared to > 6.1-Release since the new driver updates, but considering I am getting > 97megs/sec via a simple nc test I don't think could/need to go faster. > > Em Dell to Em Dell > dell1# cat /dev/zero | dd bs=1m | nc dell2 3000 > ^C0+18456 records in > 0+18455 records out > 1209466880 bytes transferred in 12.459299 secs (97,073,429 bytes/sec) > > 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) > > Mike > > _______________________________________________ > freebsd-proliant@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-proliant > To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org > " >