From owner-freebsd-stable@FreeBSD.ORG Thu Nov 20 07:43:20 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 839FA2B4 for ; Thu, 20 Nov 2014 07:43:20 +0000 (UTC) Received: from smtp.rlwinm.de (smtp.rlwinm.de [IPv6:2a01:4f8:201:31ef::e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48A18D33 for ; Thu, 20 Nov 2014 07:43:20 +0000 (UTC) Received: from hexe.rlwinm.de (p57A7C627.dip0.t-ipconnect.de [87.167.198.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.rlwinm.de (Postfix) with ESMTPSA id 5C248C5CD for ; Thu, 20 Nov 2014 08:43:16 +0100 (CET) Message-ID: <546D9B93.5010003@rlwinm.de> Date: Thu, 20 Nov 2014 08:43:15 +0100 From: Jan Bramkamp User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: SuperMicro IPMI/SOL and ipmitool troubles References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 07:43:20 -0000 On 11.11.2014 18:30, Dmitry Morozovsky wrote: > Dear colleagues, > > I'm trying to set up sol console for supermicro servers, reading some documents > including TestClusterOne, mainly: > >> For serial redirection to work, in the BIOS you need to redirect to com port >> B and in /boot/device.hints you need hint.uart.1.flags="0x10" and enable getty on >> cuau1 > > I can see BIOS screen ok; boot1/2 and boot/loader work fine also. However, I > could not see kernel console output via SOL, neither getty on ttyu1 works. > I tried different speeds, std vs 3wire, explicitely set console=comconsole > vidconsole -- no luck. > > I even trued to use `ipmitool sol activate' on one side and `tip -115200 com2' > on the other -- stiil no data between. > > Any hints? Here is my configuration for SuperMicro boards: # loader.conf console="comconsole vidconsole" comconsole_speed="115200" comconsole_port="0x2F8" boot_multicons="YES" # /etc/ttys ttyu1 "/usr/libexec/getty std.115200" vt100 on secure Depending on your Board the IPMI SoL is either COM2 oder COM3 by default. My config snippets assume COM2 (0x2F8). If you board still has two physical COM ports the IPMI SoL moves to COM3 (0x3E8) and ttyu2.