From owner-freebsd-questions@FreeBSD.ORG Fri Jun 23 23:23:08 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 9C68816A494 for ; Fri, 23 Jun 2006 23:23:08 +0000 (UTC) (envelope-from arfranks@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2426D43D45 for ; Fri, 23 Jun 2006 23:23:08 +0000 (GMT) (envelope-from arfranks@gmail.com) Received: by nz-out-0102.google.com with SMTP id 4so885125nzn for ; Fri, 23 Jun 2006 16:23:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qoc/4sHnGjstykzI4d/fkOd2QyXerArryikfBjK+I4OZvpUNGmJnT76bQ0qP4mrhVsAEBD/jtKnYP8o2RfIGifDDjvUgb+AmT0szqHjQt1Sv2QFVYMOkdAybfJFUJH6X94NHwKcGAzYZVWPIlxqHDBYMMqeHvH8t7zEwkLA7FZI= Received: by 10.65.204.8 with SMTP id g8mr4602977qbq; Fri, 23 Jun 2006 16:23:07 -0700 (PDT) Received: by 10.64.49.9 with HTTP; Fri, 23 Jun 2006 16:23:07 -0700 (PDT) Message-ID: <2f488c030606231623x662d93afl8ff4875989d143c8@mail.gmail.com> Date: Fri, 23 Jun 2006 16:23:07 -0700 From: "Alex Franks" To: "Joao Barros" In-Reply-To: <70e8236f0606231240t77e1b510xd5ecd98c093af559@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2f488c030606221106q4183de17gbff80d696f704505@mail.gmail.com> <449BAE45.7030705@dial.pipex.com> <2f488c030606231113i2b9b4bdcsa1b4192be54b9011@mail.gmail.com> <70e8236f0606231240t77e1b510xd5ecd98c093af559@mail.gmail.com> Cc: freebsd-questions@freebsd.org, Alex Zbyslaw 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 23:23:08 -0000 On 6/23/06, Joao Barros wrote: > On 6/23/06, Alex Franks wrote: > > The controller is a Perc 4e/Di as assumed, and I'm still a little > > unsure as to whether the 2 drives that shipped with the machine are > > currently set up in a RAID array. The current filesystem is mounted on > > /dev/amrd0s1[a-f] and I would expect to find the new drives named > > similarly after using some useful utility that I'm unaware of. Any > > thoughts? > > > > Thanks again. > > Alex > > Try amrstat from ports which will show you something like this: > > Logical volume 0 optimal (101.60 GB, RAID5) > Physical drive 0:0 online > Physical drive 0:1 online > Physical drive 1:0 online > Physical drive 1:2 online > Physical drive 1:4 hotspare > > > -- > Joao Barros > Sadly, amrstat-20060414 doesn't build on FBSD 6.0 or earlier (or so says the error msg I get when trying to build it). I've got megarc installed but have no idea how to use it and no man page was included with the port. Anyone more familiar with this utility? Alex