From owner-freebsd-questions@FreeBSD.ORG Mon May 30 07:19:18 2005 Return-Path: X-Original-To: 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 E53EC16A41C for ; Mon, 30 May 2005 07:19:18 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBB343D49 for ; Mon, 30 May 2005 07:19:18 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.43) id 1DceYO-000DKM-NV; Mon, 30 May 2005 01:19:18 -0600 In-Reply-To: <429A4F44.604@nbritton.org> References: <429A11AF.7000607@nbritton.org> <429A4F44.604@nbritton.org> Mime-Version: 1.0 (Apple Message framework v730) Message-Id: From: "Chad Leigh -- Shire.Net LLC" Date: Mon, 30 May 2005 01:19:13 -0600 To: Nikolas Britton X-Mailer: Apple Mail (2.730) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) Cc: Wojciech Puchar , questions@freebsd.org Subject: Re: Online Capacity Expansion, RAID, Etc. 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: Mon, 30 May 2005 07:19:19 -0000 On May 29, 2005, at 5:24 PM, Nikolas Britton wrote: > Wojciech Puchar wrote: > > >>> to be starting the array in a RAID 1 config using 2 drives, I >>> will then migrate, and grow, the array to RAID 5 using the ORLM >>> and OCE features of the board when more space is required. >>> FreeBSD, RELENG_5_4, will NOT be install on this array, it will >>> be on a separate RAID 1 array using the motherboard's on-board >>> SATA RAID controller. >>> >> >> >> how about buying two 4-port SATA PCI board to your server and use >> software RAID. >> > > 2x PROMISE TX4 PCI-X SATA Controller ($65) $130 > PROMISE SX8-O PCI-X SATA Controller Card $164: > 8 SATA Ports > PCI-X > > HighPoint RocketRAID 2220 PCI-X SATA-II RAID Controller $249: > 8 SATA Ports. > PCI-X. > XOR Engine. > 64bit LBA. > HotSwap. > HotSpare. > Online Capacity Expansion. > Online RAID Level Migration. > Can connect two of them together with a jumper cable for a 16 Port > RAID card. > RAID Management Program, Will email me if RAID is degraded, auto > rebuild of RAID, etc. > The company supports FreeBSD and provides* drivers for FreeBSD, > Also I'm happy with a past product I bought from them. > > *Read the author section of the hptmv man page and go here: > http://www.highpoint-tech.com/USA/bios_rr1820a.htm > If you are using a REAL HW raid card (and this seems to be one from your description) I would use it any day over a software raid. I like all that stuff to be done before the OS sees the disk. I have not used the HighPoint Rocket Raid 2220 (I have a RR 1820a but only use it as a fancy SATA card) but have used Adaptec u160 and u320 and SATA cards. Much easier to deal with setting up and getting things to work. Software Raid can be useful, but I prefer true HW raid for anything important and heavily used. Think about RAID 10 instead of 5 for performance reasons (so I have heard). Chad