From owner-freebsd-questions@FreeBSD.ORG Tue May 16 17:01:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A2E16A9CF for ; Tue, 16 May 2006 17:01:23 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B7243D45 for ; Tue, 16 May 2006 17:01:22 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from vanquish.pgh.priv.collaborativefusion.com (vanquish.pgh.priv.collaborativefusion.com [192.168.2.61]) (AUTH: PLAIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 16 May 2006 13:01:22 -0400 id 00056423.446A0562.00004BD9 Date: Tue, 16 May 2006 13:01:21 -0400 From: Bill Moran To: Jason Lixfeld Message-Id: <20060516130121.1660ab5d.wmoran@collaborativefusion.com> In-Reply-To: <4F6E19E5-CB85-40E8-8E00-42EDCD9483F2@lixfeld.ca> References: <4F6E19E5-CB85-40E8-8E00-42EDCD9483F2@lixfeld.ca> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Questions about monitoring Dell servers 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: Tue, 16 May 2006 17:01:24 -0000 On Tue, 16 May 2006 12:33:50 -0400 Jason Lixfeld wrote: > I've got a couple of Dell PowerEdge 1850s, one of which has FreeBSD > 6.1-RELEASE on it. > > I'm trying to figure out the best way to monitor these boxes. I'm > interested in RAID status more than anything else, but I'd like to > get as many of the sensors working as possible. If it's the right type of driver, the megarc port might be helpful. Works on our Dells. > What I'm confused about is the difference between IPMI, Open Manage > and DRAC. DRAC = console over network IPMI = hardware monitoring Open Manage = I have no clue > I don't quite understand what does what, and how FreeBSD > support is for either of these options. DRAC is irrelevant to FreeBSD. Configure it in the BIOS (give it an IP and the like) and you can use a web browser to get a console window. (True console, so that you can access the BIOS during boot and everything). > I tried and failed to get > IMPI working, I tried to setup linux compatibility to get Open Manage > working (which I assume is the osabmcutil RPM) but I couldn't. Install ipmitool and use it to access IPMI over the network. We have a central machine that monitors all our servers via a Nagios plugin to ipmitool. I can't offer any advice on getting OpenIPMI working. > And > I'm not sure if any of these is dependent on the DRAC card or if the > DRAC card and these options are mutually exclusive and the DRAC card > just does "some other cool stuff"(tm). DRAC and IPMI are completely seperate. There is some overlap, for example both DRAC and IPMI can be used to monitor sensors and reboot the hardware. DRAC is nice in that it gives you a spiffy web interface, as well as the whole console over IP thing. IPMI is nice because it's a standard that can be programmed to, with ipmitool, for example. -- Bill Moran Collaborative Fusion Inc.