From owner-freebsd-hackers@freebsd.org Thu May 3 01:59:48 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78E26FBBE98 for ; Thu, 3 May 2018 01:59:48 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [70.91.206.90]) by mx1.freebsd.org (Postfix) with ESMTP id E10B7837D3 for ; Thu, 3 May 2018 01:59:47 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) X-Ambrisko-Me: Yes Received: from server2.ambrisko.com (HELO internal.ambrisko.com) ([192.168.1.2]) by ironport.ambrisko.com with ESMTP; 02 May 2018 19:07:30 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by internal.ambrisko.com (8.15.2/8.14.4) with ESMTP id w431wZ91026411; Wed, 2 May 2018 18:58:35 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.15.2/8.14.4/Submit) id w431wYtr026410; Wed, 2 May 2018 18:58:34 -0700 (PDT) (envelope-from ambrisko) Date: Wed, 2 May 2018 18:58:34 -0700 From: Doug Ambrisko To: Vincent Hoffman-Kazlauskas Cc: freebsd-hackers@freebsd.org Subject: Re: Can we please finally solve Dell's racadm for FreeBSD? Advice needed Message-ID: <20180503015834.GA25651@ambrisko.com> References: <5eca3020-4b9c-dd43-8cf0-066d63a92521@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 01:59:48 -0000 On Mon, Apr 30, 2018 at 11:44:14AM +0100, Vincent Hoffman-Kazlauskas wrote: | for a quick tl;dr | kldload ipmi | pkg install freeipmi ipmitool | dmidecode --string system-product-name | PowerEdge R420 | [root@brittlestar ~]# ipmi-sensors | head -4 | ID | Name | Type | Reading | Units | | Event | 1 | SEL | Event Logging Disabled | N/A | N/A | N/A | 2 | Intrusion | Physical Security | N/A | N/A | | 'OK' | 11 | Fan1A | Fan | 6240.00 | RPM | | 'OK' | | | or for an r210 | root@helios:~ # ipmi-sensors | grep -i intr | 31 | Intrusion | Physical Security | N/A | N/A | 'OK' | | see also the rest of the freeipmi utils and maybe ipmitool for a | different interface (I prefer it for some uses) FYI, Dell used to send patches to the ipmitool project for various extra things they had such as changing text on the LCD etc. I forget if they ever got checked into ipmitool. They would send it to the mailing list. I haven't delt with Dell machines for a long time ... working more with Cisco UCS machines. Doug A.