From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:07:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56FE4D21 for ; Wed, 23 Jan 2013 15:07:37 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17DAC945 for ; Wed, 23 Jan 2013 15:07:36 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ty1vU-0000bB-J4 for freebsd-questions@freebsd.org; Wed, 23 Jan 2013 16:07:44 +0100 Received: from office-nat.spylog.net ([193.169.234.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 16:07:44 +0100 Received: from citrin by office-nat.spylog.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 16:07:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anton Yuzhaninov Subject: Re: IPMI SOL setup on FreeBSD 9.1 amd64 supermicro X9SCM-F/X9CL-F Date: Wed, 23 Jan 2013 15:07:15 +0000 (UTC) Organization: Vega Lines: 27 Sender: Anton Yuzhaninov Message-ID: References: <6.0.0.22.2.20130121123250.067f3158@mail.computinginnovations.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: office-nat.spylog.net X-Comment-To: Derek Ragona User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (FreeBSD/10.0-CURRENT (i386)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 15:07:37 -0000 On Mon, 21 Jan 2013 22:52:17, Derek Ragona wrote: DR> I have a couple servers that are built using the supermicro X9SCM-F/X9CL-F DR> motherboards, and I can't quite get IPMI SOL working right. DR> DR> These motherboards have 3 NIC's. One NIC is for a dedicated IPMI interface. DR> DR> I have both servers configured to use the dedicated IPMI NIC and these DR> NIC's are plugged into a separate unmanaged switch. DR> DR> Both systems boards are set to redirect com1. I changed /etc/ttys to run a DR> getty on /dev/ttyu0. I have com1 configured to 115,200 baud, 8, n, 1, no DR> flowcontrol in the BIOS. I in have /etc/ttys: DR> ttyu0 "/usr/libexec/getty std.115200" vt100 on secure /etc/ttys: ttyu1 "/usr/libexec/getty std.115200" vt100 on secure /boot/loader.conf: hint.uart.0.flags="0" hint.uart.1.flags="0x10" boot_serial="YES" boot_multicons="YES" comconsole_speed="115200" console="comconsole vidconsole" -- Anton Yuzhaninov