From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 21:08:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ED84106564A for ; Fri, 28 Mar 2008 21:08:07 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id 4E55C8FC12 for ; Fri, 28 Mar 2008 21:08:07 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id 43A2978EAE; Fri, 28 Mar 2008 22:08:06 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-3.5 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from [192.168.1.2] (ALyon-253-1-25-185.w83-205.abo.wanadoo.fr [83.205.152.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id 4413B78E92; Fri, 28 Mar 2008 22:08:05 +0100 (CET) Message-ID: <47ED5E34.5000607@nicoelro.net> Date: Fri, 28 Mar 2008 22:08:04 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Josh Paetzel References: <47ED40F3.6040805@nicoelro.net> <47ED4206.7040000@nicoelro.net> <200803281553.38806.josh@tcbug.org> In-Reply-To: <200803281553.38806.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: problem with RAID Hard (hptrr driver) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 21:08:07 -0000 Josh Paetzel a écrit : > hptrr is the driver for a highpoint rocketraid, your controller is evidentally > a 3ware, and is being picked up by twe. You can monitor the array by > installing sysutils/3dm from ports. > I monitor my array with tw_cli. I have this: /c0 show Unit UnitType Status %RCmpl %V/I/M Stripe Size(GB) Cache AVrfy ------------------------------------------------------------------------------ u0 RAID-1 OK - - - 232.885 ON - Port Status Unit Size Blocks Serial --------------------------------------------------------------- p0 OK u0 232.88 GB 488397168 VDS41LT8D97USH p1 OK u0 232.88 GB 488397168 VDS41LT8D7B8PH How know if my RAID is software or hardware? How know if data replication works? And, why this message "hptrr: no controller detected" in my dmesg? Thanks! - Nicolas.