From owner-freebsd-questions@FreeBSD.ORG Tue Oct 31 17:08:28 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 7073E16A403; Tue, 31 Oct 2006 17:08:28 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC7643D78; Tue, 31 Oct 2006 17:08:23 +0000 (GMT) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id BBBC917D9E; Tue, 31 Oct 2006 12:08:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id BA72417D96; Tue, 31 Oct 2006 12:08:15 -0500 (EST) Date: Tue, 31 Oct 2006 12:08:15 -0500 (EST) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: Bret Esquivel In-Reply-To: <002501c6fd08$15549bf0$640a000a@bretlaptop> Message-ID: <20061031120002.B63561@arbitor.digitalfreaks.org> References: <002501c6fd08$15549bf0$640a000a@bretlaptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Wed, 01 Nov 2006 03:10:11 +0000 Cc: 'Mathieu Arnold' , wmoran@collaborativefusion.com, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org, Krempasky Mark , ke han Subject: RE: Dell PERC 5/i mfi status? 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, 31 Oct 2006 17:08:28 -0000 On Tue, 31 Oct 2006, Bret Esquivel wrote: > Mathieu, > > I was actually asking if there is an "amrstat" type utility that I can check > the array status while in production. Thanks for the advice on 6-STABLE, I Well, it was sysutils/megarc for PERC/4. On PERC/5 mfi(1), it's whatever we decide to call it. Dell is shipping a CLI with OMSA or whatever. We may have to hack on the kernel interface: http://lists.us.dell.com/pipermail/linux-poweredge/2006-October/027645.html We've got the /dev/mfi? management interface already, just need to port the Linux code over. I'm really starting to think OpenBSD will beat FreeBSD to the game with the bio(4) RAID management hardware abstraction subsystem: http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&arch=i386&apropos=0&manpath=OpenBSD+Current ~BAS