From owner-freebsd-stable@FreeBSD.ORG Tue Mar 6 10:10:14 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D23B816A480 for ; Tue, 6 Mar 2007 10:10:14 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from s200aog11.obsmtp.com (s200aog11.obsmtp.com [207.126.144.125]) by mx1.freebsd.org (Postfix) with SMTP id 961E313C4A6 for ; Tue, 6 Mar 2007 10:10:08 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from source ([217.206.187.80]) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Tue, 06 Mar 2007 10:10:07 UTC Received: from [10.0.0.79] (bwb.mintel.co.uk [10.0.0.79]) by rodney.mintel.co.uk (Postfix) with ESMTP id 84200181421; Tue, 6 Mar 2007 09:39:26 +0000 (GMT) Message-ID: <45ED35F2.9080505@tomjudge.com> Date: Tue, 06 Mar 2007 09:35:46 +0000 From: Tom Judge User-Agent: Thunderbird 1.5.0.9 (X11/20070104) MIME-Version: 1.0 To: Artem Kuchin References: <20070227205351.GA72597@ravenloft.kiev.ua> <20070305035945.GA71660@xor.obsecurity.org> <20070305132350.GB57253@comp.chem.msu.su> <200703051314.29902@aldan> <20070305191714.GF57253@comp.chem.msu.su> <20070305193022.GM10453@deviant.kiev.zoral.com.ua> <000b01c75f6b$594c23d0$0c00a8c0@Artem> <2a41acea0703051355n5148d19cp36bc425ecd054add@mail.gmail.com> <008201c75fcc$21302940$0c00a8c0@Artem> In-Reply-To: <008201c75fcc$21302940$0c00a8c0@Artem> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, Jack Vogel Subject: Re: Boot prompt for Intel AMT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Mar 2007 10:10:14 -0000 Artem Kuchin wrote: >>> I hope some people will understand what i am talking about, because >>> the technology, i think, is not very popular, but can come VERY handy. >>> >>> Intel AMT Serial over LAN (SOL, why is it called 'over LAN' if it is >>> really >>> 'OVER IP'?) allows to boot into BIOS of a remote machine >>> and even, as seen in their demo, can be used to control MS DOS prompt. >> >> well because it isnt using IP, besides SOIP is uninspiring :) > > Wait.. how so? I was sure that the whose SOL (IPMI) protocal is running > over > IP and i can REMOTELY (e.g. from anoth planet with IP connection) access > the machine in the data center. If i can do such thing, then it DOES run > over IP > eventually. Isn't it? > > Anyway, nobody said anothing about getting freebsd boot prompt over SOL. > My guess, that this is THE MOST usefull usage of SOL for remote upgrades. > I understand that this is not as simple as sending data to UART. THis is > must > be done explicitely in the boot loader, i thinks. But why no do it? > We have a number of Dell PowerEdge 2950's that we boot using the built in SOL, which does run over IP as we use it across a routed VPN backbone (server in the data center, console in the office). We have found that the IPMI serial port is connected to the system as COM2, which we select in the bios configuration. We then set device.hints so that the freebsd console is set to use the same port. We use the open source ipmitool to access the ipmi controller, and serial port, on the system. Tom