From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 10:33:52 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 943D116A41F for ; Thu, 28 Jul 2005 10:33:52 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from crivens.unixoid.de (crivens.unixoid.de [81.169.171.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DFE43D45 for ; Thu, 28 Jul 2005 10:33:51 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from localhost (localhost [127.0.0.1]) by crivens.unixoid.de (Postfix) with ESMTP id 754F94003; Thu, 28 Jul 2005 12:33:50 +0200 (CEST) Received: from crivens.unixoid.de ([127.0.0.1]) by localhost (crivens.unixoid.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67071-12; Thu, 28 Jul 2005 12:33:45 +0200 (CEST) Received: from [10.38.0.10] (unknown [212.12.51.89]) by crivens.unixoid.de (Postfix) with ESMTP id F318A3F0F; Thu, 28 Jul 2005 12:33:44 +0200 (CEST) Message-ID: <42E8B489.8080700@kernel32.de> Date: Thu, 28 Jul 2005 12:33:45 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: peceka References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at unixoid.de Cc: freebsd-stable@freebsd.org Subject: Re: IBM x346 and IPMI (BMC) 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: Thu, 28 Jul 2005 10:33:52 -0000 Hi there, peceka wrote: > Hi, > > has anyone used IPMI (BMC) with x346 and FreeBSD successful? > Today i've configured with bmc_cfg.exe all BMC options and when server > is in DOS mode i can log in to it and reboot it. But when FBSD stand > up connection to BMC is lost. > In IBM help desk some technicans told me: "BMC works only on linux and > windows because on BSD IBM can't earn money". But i don't belive it, > i've searched google for IPMI for FBSD and found two projects: > 1. http://sourceforge.net/projects/ipmi-bsd/ - but it stopped in July 18, 2002. > 2. http://www.gnu.org/software/freeipmi/ - it looks like it stopped in > 2004-10-25. > > Or mabye there are some other project? If anybody of you uses IPMI on > FBSD please share your knowledge. > Sorry, I can't help you with IPMI on FreeBSD, but ... > Or mabye there is something else which can help me if system hangs to > reboot machine. > Of course there are other methods of accessing the box if it has a problem. Take an old fashioned console server. Deactivate the IPMI stuff in your xSeries and search in the BIOS for redirecting the BIOS to serial Port. Actually you can do everything with a good console server from remote (I'd suggest cyclades console servers). Additionally you can connect a Power Switch to the console server on one side and on the other the xSeries to this manageble power strip. I used the cyclades console server + cyclades power strip and can do an easy ssh to the serial port of the server. If the server crashes _hard_ I can do a CTRL+p on the console and get a power management menu. Then I just say Power Off and Power On and off the server goes :) So... why IPMI ? hope that helps a bit ;) - Marian