From owner-freebsd-stable@FreeBSD.ORG Tue Nov 11 17:52:57 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C79559B8 for ; Tue, 11 Nov 2014 17:52:57 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67FE7F9E for ; Tue, 11 Nov 2014 17:52:57 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id n3so2402226wiv.14 for ; Tue, 11 Nov 2014 09:52:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=y9th/to/5UfeGXV37wI6GlcAm3Iw5yriLMPgFdq4Qw0=; b=Wm5gpCcB0TIEivAxUMVb1R9eo3mmFfpnS7Hvojg2J/7pg2ACKX4T/vOHzvvxt1j+GJ +dlja+jtI07FhFXQgIX/zGxOOALNzfCWGBYNyNYKtlNaBmDmMriFDDHfykSQypBvpRNw pWibMBDuwm41XBewpHTQQhVxhckcrbzLkP5JLWxJiwkFN3AzBOQaaK0uaDcvaKtEyi/a 2Hq1mOPkEpkSzyZCDNUnbwiyWZtwAXcm4zEu/wa/JxSYZiPmjwPMwV6eX7+VbyVT+J2C zbyTEeNtvtVmJ7e2Og6uyKqg2u+iNfUerHj6IttLU9hg8EnKBaPAsPnKHo4OrDei6d9o pokw== X-Gm-Message-State: ALoCoQkCylvoWsU30EsHYVLUtAJsimjtPbzDXAiKv+oMqShuruXMNphwga4tlVMEJWuJlNyFjUq7 X-Received: by 10.194.23.10 with SMTP id i10mr55138800wjf.11.1415728370534; Tue, 11 Nov 2014 09:52:50 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id fr6sm18414746wic.1.2014.11.11.09.52.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 09:52:49 -0800 (PST) Message-ID: <54624D2B.9000007@multiplay.co.uk> Date: Tue, 11 Nov 2014 17:53:47 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; 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; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 11 Nov 2014 17:52:57 -0000 On 11/11/2014 17: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? > > Thanks! > > For the reference: > > marck@centipede:~> ipmitool -H mc26.int -U root -I lanplus sol info > Password: > Set in progress : set-complete > Enabled : true > Force Encryption : false > Force Authentication : false > Privilege Level : USER > Character Accumulate Level (ms) : 0 > Character Send Threshold : 0 > Retry Count : 0 > Retry Interval (ms) : 0 > Volatile Bit Rate (kbps) : 115.2 > Non-Volatile Bit Rate (kbps) : 115.2 > Payload Channel : 1 (0x01) > Payload Port : 623 > This is what we use: http://blog.multiplay.co.uk/2012/12/freebsd-serial-over-lan/