From owner-freebsd-hackers@FreeBSD.ORG Sat May 31 18:28:18 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D792B106564A; Sat, 31 May 2008 18:28:18 +0000 (UTC) (envelope-from stef-list@memberwebs.com) Received: from mx.npubs.com (mx.npubs.com [209.66.100.224]) by mx1.freebsd.org (Postfix) with ESMTP id AB1938FC19; Sat, 31 May 2008 18:28:18 +0000 (UTC) (envelope-from stef-list@memberwebs.com) Received: from mx.npubs.com (avhost [209.66.100.194]) by mx.npubs.com (Postfix) with ESMTP id B7211F180B9; Sat, 31 May 2008 18:08:00 +0000 (UTC) Received: from northstar-srv2 (unknown [172.27.2.11]) by mx.npubs.com (Postfix) with ESMTP id EAEBAF180A0; Sat, 31 May 2008 18:07:59 +0000 (UTC) From: Stef Walter User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: John Baldwin References: <20080530210347.5E1A6F1808E@mx.npubs.com> <200805302143.11920.jhb@freebsd.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20080531180759.EAEBAF180A0@mx.npubs.com> X-Virus-Scanned: ClamAV using ClamSMTP Date: Sat, 31 May 2008 18:08:00 +0000 (UTC) Cc: freebsd-hackers@freebsd.org Subject: Re: RAID status issues with Intel MatrixRAID ataraid X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stef@memberwebs.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 18:28:18 -0000 John Baldwin wrote: >> Physical Disks: >> Port Drive Model Serial # Size Type/Status(Vol ID) >> 0 WDC WD5000ABYS-0 WD-WCAPW5637184 465.8GB Member Disk(0) >> 1 ST3500320NS 5QM09E6F 465.8GB Error Occurred(0) >> 2 WDC WD5000ABYS-0 WD-WCAPW5548822 465.8GB Member Disk(1) >> 3 ST3500320NS 5QM0991D 465.8GB Member Disk(1) >> Press to enter Configuration Utility........... >> >> >> >> RELEVANT SNIPPET FROM DMESG: >> >> ar0: 476937MB status: READY >> ar0: disk0 READY (master) using ad4 at ata2-master >> ar0: disk1 READY (mirror) using ad6 at ata3-master > > Err, you have two RAID volumes, one degraded, and one ok. ar0 is apparently > the one that is ok (drives 2 and 3). What is more odd is that it isn't > seeing a RAID config at all for ad0 and ad2 (drives 0 and 1). Nope, ar1 (with ad8 and ad10) is the second RAID, both are marked as READY even though one is degraded in the BIOS. ar0: 476937MB status: READY ar0: disk0 READY (master) using ad4 at ata2-master ar0: disk1 READY (mirror) using ad6 at ata3-master ar1: 476937MB status: READY ar1: disk0 READY (master) using ad8 at ata4-master ar1: disk1 READY (mirror) using ad10 at ata5-master In any case, this is water under the bridge for me now. Cheers, Stef Walter