From owner-freebsd-current@FreeBSD.ORG Fri Apr 18 17:48:27 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 629571065670 for ; Fri, 18 Apr 2008 17:48:27 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from mail.bellera.cat (174.Red-80-38-146.staticIP.rima-tde.net [80.38.146.174]) by mx1.freebsd.org (Postfix) with ESMTP id F2B688FC20 for ; Fri, 18 Apr 2008 17:48:26 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from localhost (unknown [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id AD07C409F04 for ; Fri, 18 Apr 2008 19:48:24 +0200 (CEST) Received: from mail.bellera.cat ([127.0.0.1]) by localhost (mail.bellera.cat [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23448-10 for ; Fri, 18 Apr 2008 19:48:23 +0200 (CEST) Received: from mail.bellera.cat (localhost [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id 37CEB409F01 for ; Fri, 18 Apr 2008 19:48:23 +0200 (CEST) From: "Josep Pujadas i Jubany" To: freebsd-current@freebsd.org Date: Fri, 18 Apr 2008 19:48:23 +0200 Message-Id: <20080418173850.M43706@bellera.cat> In-Reply-To: References: <20080417171439.M22551@bellera.cat> X-Mailer: Open WebMail 2.32 20040525 X-OriginatingIP: 83.56.83.116 (super) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: gmirror problem with HP Proliant ML110 G5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2008 17:48:27 -0000 On Fri, 18 Apr 2008 10:56:47 +0200, Ivan Voras wrote > It looks like a hardware failure, either: > - bad drive > - bad cables > - bad or insufficiently powerful power supply > > What controller are you using? # pciconf -lv atapci0@pci0:0:31:2: class=0x01018a card=0x31f4103c chip=0x29208086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801IB/IR/IH (ICH9 Family) 4 port Serial ATA Storage Controller 1' class = mass storage subclass = ATA atapci1@pci0:0:31:5: class=0x010185 card=0x31f4103c chip=0x29268086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801IB/IR/IH (ICH9 Family) 2 port Serial ATA Storage Controller 2' class = mass storage subclass = ATA # atacontrol list ATA channel 0: Master: ad0 Serial ATA v1.0 Slave: no device present ATA channel 1: Master: ad2 Serial ATA v1.0 Slave: no device present ATA channel 2: Master: acd0 Serial ATA v1.0 Slave: no device present ATA channel 3: Master: no device present Slave: no device present I installed /usr/ports/sysutils/smartmontools and I performed a long test to the disk: # smartctl -t long /dev/ad2 # smartctl -a /dev/ad2 | more SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 27 - The disk seems ok. I'm going to try to change the SATA cable, but it is new as the disk ... Regards, Josep Pujadas