From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 23 08:49:55 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF6D16A4B3 for ; Tue, 23 Sep 2003 08:49:55 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1B443FDF for ; Tue, 23 Sep 2003 08:49:50 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h8NFnlKg021879; Tue, 23 Sep 2003 17:49:47 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h8NFnhYY021877; Tue, 23 Sep 2003 17:49:43 +0200 (CEST) From: Soren Schmidt Message-Id: <200309231549.h8NFnhYY021877@spider.deepcore.dk> In-Reply-To: <20030923091257.GF88647@ipnet.ru> To: Igor Tseglevsky Date: Tue, 23 Sep 2003 17:49:42 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: freebsd-hackers@FreeBSD.ORG Subject: Re: raid (atacontrol) problems X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 15:49:55 -0000 It seems Igor Tseglevsky wrote: [ Charset KOI8-R unsupported, converting... ] > Strange problems with RAID. If disks are located on different controllers > after rebooting one of disks disappears. Disks on one controller coexist in > RAID normally. Is that Promise controller a fasttrak ie with a RAID BIOS ? In that case you cant span controllers, that only works on generic ATA controllers (ie those without any RAID). > Any ideas? Please, help! > > > cf# atacontrol status 0 > atacontrol: ioctl(ATARAIDSTATUS): Device not configured > cf# atacontrol create mirror ad1 ad4 > ar0 created > cf# atacontrol status 0 > ar0: ATA RAID1 subdisks: ad1 ad4 status: READY > cf# fastboot > > cf# atacontrol status 0 > ar0: ATA RAID1 subdisks: ad1 DOWN status: DEGRADED > > In dmesg: > > ad0: 76319MB [155061/16/63] at ata0-master UDMA66 > ad1: 76319MB [155061/16/63] at ata0-slave UDMA66 > ad2: DMA limited to UDMA33, non-ATA66 cable or device > ad2: 76319MB [155061/16/63] at ata1-master UDMA33 > ad4: 76319MB [155061/16/63] at ata2-master UDMA100 > ad6: 76319MB [155061/16/63] at ata3-master UDMA100 > ar0: WARNING - mirror lost > ar0: 76319MB [9729/255/63] status: DEGRADED subdisks: > disk0 READY on ad1 at ata0-slave > disk1 DOWN no device found for this disk > > Similarly for ad2 and ad6. > > Other situation with same controller: > > cf# atacontrol status 0 > atacontrol: ioctl(ATARAIDSTATUS): Device not configured > cf# atacontrol create mirror ad1 ad2 > ar0 created > cf# atacontrol status 0 > ar0: ATA RAID1 subdisks: ad1 ad2 status: READY > cf# fastboot > > cf# atacontrol status 0 > ar0: ATA RAID1 subdisks: ad1 ad2 status: READY > > Similarly for ad4 and ad6. > > cf# uname -a > FreeBSD cf 5.1-RELEASE-p5 FreeBSD 5.1-RELEASE-p5 #0: Mon Sep 22 07:46:00 GMT 2003 tsypa@cf:/usr/obj/usr/src/sys/GENERIC i386 > cf# > > Some dmesg about controllers: > > atapci0: port 0xdf90-0xdf9f,0xdfe0-0xdfe3,0xdfa8-0xdfaf,0xdfe4-0xdfe7,0xdff0-0xdff7 mem 0xfeafc000-0xfeafffff irq 11 at device 8.0 on pci2 > ata2: at 0xdff0 on atapci0 > ata3: at 0xdfa8 on atapci0 > > atapci1: port 0xffa0-0xffaf at device 31.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci1 > ata1: at 0x170 irq 15 on atapci1 > > Igor. > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -Søren