From owner-freebsd-questions@FreeBSD.ORG Mon Jul 16 14:38:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9DD716A407 for ; Mon, 16 Jul 2007 14:38:00 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 3CED713C4A3 for ; Mon, 16 Jul 2007 14:37:57 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l6GEYUpm017166; Mon, 16 Jul 2007 09:34:30 -0500 (CDT) Message-Id: <6.0.0.22.2.20070716093302.02472110@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 16 Jul 2007 09:34:10 -0500 To: "Derek Holden" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <4d1141fd0707160445q55c60e44w9701a1e6b7d298e4@mail.gmail.co m> References: <4d1141fd0707160445q55c60e44w9701a1e6b7d298e4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Promise RAID / ata problem 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: Mon, 16 Jul 2007 14:38:00 -0000 At 06:45 AM 7/16/2007, Derek Holden wrote: >Greetings, > >I have a Promise Fasttrak TX4200 running a single mirrored array under 5.5. >Everything's been great for nearly a year until a recent reboot. It appears >that the two disk mirrored array is coming up as two arrays with a single >disk attached: > >Before: > >kernel: acd0: CDRW at ata1-slave UDMA33 >kernel: ad6: 305245MB at ata3-master SATA150 >kernel: ad10: 305245MB at ata5-master SATA150 >kernel: ar0: 305175MB status: READY >kernel: ar0: disk0 READY (master) using ad10 at ata5-master >kernel: ar0: disk1 READY (mirror) using ad6 at ata3-master > >After: > >kernel: acd0: CDRW at ata1-slave UDMA33 >kernel: ad6: 305245MB at ata3-master SATA150 >kernel: ad10: 305245MB at ata5-master SATA150 >kernel: ar0: disk0 DOWN no device found for this subdisk >kernel: ar0: disk1 READY (mirror) using ad6 at ata3-master >kernel: ar1: 305175MB status: DEGRADED >kernel: ar1: disk0 READY (master) using ad10 at ata5-master >kernel: ar1: disk1 DOWN no device found for this subdisk > ># atacontrol status ar0 >ar0: ATA RAID1 subdisks: DOWN ad6 status: DEGRADED > ># atacontrol status ar1 >ar1: ATA RAID1 subdisks: ad10 DOWN status: DEGRADED > >Nothing's was changed on the machine. I'm looking for any ideas on the best >way to re-establish the single mirrored array. Thanks a lot, You didn't say how you created the array, in the Promise BIOS or in software under FreeBSD. If you created the array in the promise BIOS, check the array in the BIOS first. -Derek