From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 19:53:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD9C6106564A for ; Thu, 3 Apr 2008 19:53:23 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3A08FC0A for ; Thu, 3 Apr 2008 19:53:23 +0000 (UTC) (envelope-from norman@apache.org) Received: from [192.168.0.29] (IP-213157018232.static.heagmedianet.de [213.157.18.232]) by vs159071.vserver.de (Postfix) with ESMTP id 09F0ABE8558; Thu, 3 Apr 2008 19:53:21 +0000 (UTC) From: Norman Maurer To: Andy Christianson In-Reply-To: <776B93361B7BEE4FAD9E720FFBC746B60126BDD1@34093-EVS4C2.exchange.rackspace.com> References: <776B93361B7BEE4FAD9E720FFBC746B60126BD16@34093-EVS4C2.exchange.rackspace.com> <20080403140839.18c71b9d.wmoran@potentialtech.com> <776B93361B7BEE4FAD9E720FFBC746B60126BDD1@34093-EVS4C2.exchange.rackspace.com> Content-Type: text/plain Date: Thu, 03 Apr 2008 21:53:13 +0200 Message-Id: <1207252393.15344.1.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 Content-Transfer-Encoding: 7bit Cc: Bill Moran , freebsd-questions@freebsd.org Subject: RE: Temperature Monitoring on PowerEdge 1950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 19:53:23 -0000 Am Donnerstag, den 03.04.2008, 13:28 -0500 schrieb Andy Christianson: > In response to "Andy Christianson" : > > >We've been able to do this using IPMI. > > Thanks for the fast response. I have installed the ipmitool port, but I > have no /dev/ipmi. Do I have to manually load the driver? > You have to load the module. Add the following line to /boot/loader.conf: ipmi_load="YES" If you want to load the module without reboot use: kldload ipmi Cheers, Norman