From owner-freebsd-proliant@FreeBSD.ORG Wed Jul 30 01:52:52 2008 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE9EF1065677 for ; Wed, 30 Jul 2008 01:52:52 +0000 (UTC) (envelope-from jcagle@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 65B998FC14 for ; Wed, 30 Jul 2008 01:52:46 +0000 (UTC) (envelope-from jcagle@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so254631wra.27 for ; Tue, 29 Jul 2008 18:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=9Bvopj6S5yOBvFSclnXvQm5qNWotwZtyQrK39DYpJxM=; b=iPqEd/vCfPHZeVr54Qw+NNE/9jJtUCi1PmM9fpTJW1bY/TRTdlasdkgvpYWG342EiE e/YjLmrEI9v9fDskdReZjvWWH9F11tln7s9TQdOlBOIl7ce9gUlFBeDgMSp2IcDpcmO+ DxA6fq6XDl83iUVuI4AQUKDKj4LovBe8CzVj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=vBvsBwlZMB2f3jqgcAfnznidq9rUhkStM+g0tsfQS1CrqwCE1p9glDuKWkPtgK1h5j gOcuaT80oDu8XOYIIYNQjOF2tZbTpVNNXloaSOUix1UAzsa+LOUa1vF7rV6lKOS1VbO8 imQsPtaFNWTTbVn+aVwQ1G+RRp0bS6qW9+aik= Received: by 10.90.98.13 with SMTP id v13mr10193109agb.86.1217381177331; Tue, 29 Jul 2008 18:26:17 -0700 (PDT) Received: by 10.90.52.2 with HTTP; Tue, 29 Jul 2008 18:26:17 -0700 (PDT) Message-ID: <6863f0c90807291826k55814fe2u837fb60493230c44@mail.gmail.com> Date: Tue, 29 Jul 2008 20:26:17 -0500 From: "John Cagle" To: bfriedman@emax.ca In-Reply-To: <20080729184452.GA14558@emax.ca> MIME-Version: 1.0 References: <20080729184452.GA14558@emax.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org Subject: Re: Changing the console com port 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: Wed, 30 Jul 2008 01:52:52 -0000 Barry, You have to use the BIOS configuration utility to configure which COM port resources are used for the iLO Virtual Serial Port. (Also called RBSU - ROM Based Setup Utility.) That utility is either menu driven, or command line driven -- it has its own settings for that choice. I think the root of the problem Anders was having is that FreeBSD insists on using the ACPI tables to enable serial ports, instead of just "hardwiring" the COM1 and COM2 ports as serial consoles. Maybe if you disable ACPI you can do what Anders wanted to do. John On Tue, Jul 29, 2008 at 1:44 PM, Barry Friedman wrote: > > I am trying to get virtual serial boot console working with > ilo standard on the DL380G4. First off, I can't see any way to > get the ILO to reconfigure and use COM1 as the virtual port. > Anders Nordby had posted a similar problem in Oct '07 (see > http://lists.freebsd.org/pipermail/freebsd-proliant/2007-October/000302. > html) > in which he apparently was configuring the RBSU from the command > line. Was this using ilo2 or advanced ilo? > > In any case, the alternative is to redirect the console to COM2 and > reconfigure the boot parameters. The BSD handbook says to use this line > in the kernel configuration file: > > device sio1 at isa? port IO_COM2 flags 0x10 irq 3 > > but config reports a syntax error on this line. Is the handbook in > error? Do I need to set the flags for sio1 in the HINTS file? What is > the correct way to change the com port? > > -- > Barry Friedman > Emax Computer Systems Inc., > 480 Tweedsmuir Ave., > Ottawa, Ont. Canada K1Z 5N9 > _______________________________________________ > 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 > " >