From owner-freebsd-questions@FreeBSD.ORG Fri May 7 20:15:22 2004 Return-Path: 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 5B57816A4CE for ; Fri, 7 May 2004 20:15:22 -0700 (PDT) Received: from destiny.chrononomicon.com (mail.chrononomicon.com [65.193.73.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E2C43D1D for ; Fri, 7 May 2004 20:15:21 -0700 (PDT) (envelope-from bsilver@chrononomicon.com) Received: from [IPv6:::1] (destiny.chrononomicon.com [192.168.1.42]) by destiny.chrononomicon.com (Postfix) with ESMTP id 2F4E81FDFF; Fri, 7 May 2004 23:15:14 -0400 (EDT) In-Reply-To: <200405080113.03984.peter.schuller@infidyne.com> References: <200405080113.03984.peter.schuller@infidyne.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Fri, 7 May 2004 23:15:12 -0400 To: Peter Schuller X-Mailer: Apple Mail (2.613) cc: questions@freebsd.org Subject: Re: Is there any hardware RAID (SCSI) that is fully supported? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 03:15:22 -0000 On May 7, 2004, at 7:13 PM, Peter Schuller wrote: > Hello, > > is there any hardware SCSI RAID controller that is fully supported in > FreeBSD? > By "fully supported" I mean being able to monitor and talk to the > controller > on a live system in order to initiate a rebuild on a replace drive and > such. > > Mylex/Adaptec seems to be a dead end, LSI's MegaRAIDs I'm not sure > about. > Anything else out there? Adaptec; I think that is what the Dell PERC controllers use (just rebranded?). There' s a CLI utility that was ported from the Linux world...aacli I think is what it is called (or something similar to it). Although I haven't had to try the actual rebuild from the CLI (THANK $DEITY, knock on wood...), the command line program does talk to the controller for information. Try digging around for what the PERC controllers use for their chipset... -Bart