From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 15 15:29:12 2011 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 EAB10106564A for ; Thu, 15 Dec 2011 15:29:12 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id B6DE48FC13 for ; Thu, 15 Dec 2011 15:29:12 +0000 (UTC) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id E0C23A42 for ; Thu, 15 Dec 2011 15:29:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id FLFrx60IOTsX for ; Thu, 15 Dec 2011 15:28:30 +0000 (UTC) Received: from [192.168.1.1] (static-b4-252-232.telepac.pt [81.193.252.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id 4F0BBA34 for ; Thu, 15 Dec 2011 15:28:30 +0000 (UTC) Message-ID: <4EEA1215.8060507@barafranca.com> Date: Thu, 15 Dec 2011 15:28:21 +0000 From: Hugo Silva User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <4EE8A005.5030607@barafranca.com> <9317551F-CBE0-4368-B798-498E58E240B2@sarenet.es> <2EA3FFF4-E6A2-4371-8891-26E99C551C67@transactionware.com> In-Reply-To: <2EA3FFF4-E6A2-4371-8891-26E99C551C67@transactionware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 15:29:13 -0000 On 12/15/11 09:19, Jan Mikkelsen wrote: > > Hugo: You missed a step. Borja: No reboot required. > > For the mfi controllers I have been testing recently (MegaRAID 9261-8i), you need to install the sysutils/megacli port, and use that to clear the "foreignness" of the disk you just added. Something like: > > MegaCli -CfgForeign -Clear -a0 > > You should be able to then recreate it as a JBOD device, and progress through whatever higher level recovery you need to do. > > Regards, > > Jan Mikkelsen > > > _______________________________________________ > 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" Hello, I tried that and got: There is no foreign configuration on controller 0. Exit Code: 0x00 Presently one drive is failed, following a mfiutil fail 2. Trying to bring it back with 'mfiutil good 2' results in: mfiutil: Command failed: Wrong firmware or drive state mfiutil: Failed to set drive 2 to UNCONFIGURED GOOD: Input/output error mfi0 Volumes: Id Size Level Stripe State Cache Name mfid0 ( 558G) RAID-0 64k OPTIMAL Disabled mfid1 ( 558G) RAID-0 64k OPTIMAL Disabled mfid2 ( 558G) RAID-0 64k OPTIMAL Disabled mfid3 ( 558G) RAID-0 64k OPTIMAL Disabled mfid4 ( 558G) RAID-0 64k OFFLINE Disabled mfid5 ( 558G) RAID-0 64k OPTIMAL Disabled As Borja said, part of the difficulty is the H700 abstracting a single disk as a RAID-0, I guess. So far I've been unable to find a way to bring the drive back, except by rebooting and recreating. Any other suggestions? Thanks, Hugo