From owner-freebsd-questions@FreeBSD.ORG Fri Jun 23 09:03:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F6216A49A for ; Fri, 23 Jun 2006 09:03:09 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5428243D62 for ; Fri, 23 Jun 2006 09:03:04 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1FthZ9-0003Hk-2A; Fri, 23 Jun 2006 10:03:03 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1FthZ8-00057t-2d; Fri, 23 Jun 2006 10:03:02 +0100 Message-ID: <449BAE45.7030705@dial.pipex.com> Date: Fri, 23 Jun 2006 10:03:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Alex Franks References: <2f488c030606221106q4183de17gbff80d696f704505@mail.gmail.com> In-Reply-To: <2f488c030606221106q4183de17gbff80d696f704505@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE 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: Fri, 23 Jun 2006 09:03:09 -0000 Alex Franks wrote: > Hello all, > > I'm getting ready to install 2 identical drives into the available > drive bays in my 2850. However, it would be highly preferable that > this machine NOT be shut down in order to install these drives. I know > from looking at the docs that these drive bays are hot-swappable, but > I'd like to know before I attempt this that someone else out there has > successfully performed a hot-swap or hot-install of drives on a 2850 > or comparable Dell PowerEdge running FreeBSD. RAID-1 I assume and PERC 4e/Di. Yes, did it when testing fresh machines. The controller BIOS has a setting for how much resource to allocate to the recovery of the inserted drive (0?-100%); the lower you set it the slower it will recover the disk, but the higher you set it the slower the machine will go. I think we went for 70% as the machine never gets *that* heavy disk usage. If the machine isn't live yet, then just do a basic install from CD (<30 mins) and then try the hotswap test. That way you can't lose any data even if something goes wrong. My advice with these machines is never to swap any disk with the machine off - the controller gets confused. Stick with hotswapping and it seems fine. I think you can set up an auto-spare so that if a disk fails the array is rebuilt automatically using the spare. Use sysutils/megarc for monitoring the RAID from BSD. --Alex