From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 25 21:05:39 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8E916A677 for ; Wed, 25 Jan 2006 21:05:26 +0000 (GMT) (envelope-from surerlistmail@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A719B44C77 for ; Wed, 25 Jan 2006 20:39:45 +0000 (GMT) (envelope-from surerlistmail@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so202594nzo for ; Wed, 25 Jan 2006 12:39:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HATwb/RC+lLgcwmLsMJkc0DGw6T2ZIV59GX+olg7Knpa6S5kTwMEcCr3cPlnKRER+djNhL/Sauw2NWLWoXf9vVybIPQvireXkFfLlML5bH4h7ksvlfcNjgRVZu9Xkra/mm4zKkqxM7dMBSbd++G+VvDK4TfDNd2QIpMGmVBqzdI= Received: by 10.36.48.1 with SMTP id v1mr848762nzv; Wed, 25 Jan 2006 12:39:44 -0800 (PST) Received: by 10.36.41.11 with HTTP; Wed, 25 Jan 2006 12:39:44 -0800 (PST) Message-ID: Date: Wed, 25 Jan 2006 15:39:44 -0500 From: Surer Dink To: Bruno Ducrot In-Reply-To: <20060125134441.GA11603@poupinou.org> MIME-Version: 1.0 References: <20060125134441.GA11603@poupinou.org> X-Mailman-Approved-At: Wed, 25 Jan 2006 22:14:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: CPU/case/disk temperature sensors for Dell PowerEdge 2850 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 21:05:41 -0000 On 1/25/06, Bruno Ducrot wrote: > > On Tue, Jan 24, 2006 at 06:48:37PM -0500, Surer Dink wrote: > > I have tried every means I could find to read the temperature sensors > (CPU, > > case, disk) on Dell PowerEdge 2850 machines, and none seem to work. Ha= s > > anyone had success in doing this? If such support does not exist, what > > would be required to add it? If needed, I am willing to finance (withi= n > > reason) development of this feature. [I was told that Linux and Window= s > > software to read this information is available, so I assume this is > > possible.] > > First, install sysutils/freeipmi, then try it by this command: > # bmc-info > > If it don't work, or loop forever, please install > dmidecode (sysutils/dmidecode) then give us the output from > it for the type entry 38 (IPMI Device Information). bmc-info hangs, output of dmidecode for type 38 is: Handle 0x2600 DMI type 38, 18 bytes. IPMI Device Information Interface Type: KCS (Keyboard Control Style) Specification Version: 1.5 I2C Slave Address: 0x10 NV Storage Device: Not Present Base Address: 0x0000000000000CA8 (I/O) Register Spacing: 32-bit Boundaries Incidentally, I attempted the same on other servers (Dell 2550 and some Supermicros) and they do not contain a "type 38" at all...