From owner-freebsd-questions@FreeBSD.ORG Tue Oct 31 17:13:19 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 1D1A516A508; Tue, 31 Oct 2006 17:13:19 +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 8A1FD43DBB; Tue, 31 Oct 2006 17:12:45 +0000 (GMT) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id 7C18F17D96; Tue, 31 Oct 2006 12:12:32 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 7AD2017D91; Tue, 31 Oct 2006 12:12:32 -0500 (EST) Date: Tue, 31 Oct 2006 12:12:32 -0500 (EST) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: linux-poweredge@dell.com Message-ID: <20061031120950.W63561@arbitor.digitalfreaks.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org 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:13:19 -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