From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 09:30:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E2C1065679 for ; Tue, 25 Mar 2008 09:30:21 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (syssvarun.infrax.si [89.212.81.4]) by mx1.freebsd.org (Postfix) with ESMTP id 81DAE8FC35 for ; Tue, 25 Mar 2008 09:30:21 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (sysSvarun.infrax.si [89.212.81.4]) by svarun.infrax.si (Postfix) with ESMTP id 9237624AA80; Tue, 25 Mar 2008 10:30:18 +0100 (CET) Received: from svarun.infrax.si ([89.212.81.4]) by localhost (svarun.infrax.si [89.212.81.4]) (amavisd-maia, port 10024) with ESMTP id 30272-01; Tue, 25 Mar 2008 10:30:10 +0100 (CET) Received: from [192.168.15.2] (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nejko@infrax.si) by svarun.infrax.si (Postfix) with ESMTP id DB7E524AA5A; Tue, 25 Mar 2008 10:30:10 +0100 (CET) Message-ID: <47E8C622.8060300@skoberne.net> Date: Tue, 25 Mar 2008 10:30:10 +0100 From: =?windows-1252?Q?Nejc_=8Akoberne?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Tom Munro Glass References: <200803251428.41691.gentoo@tmgcon.com> In-Reply-To: <200803251428.41691.gentoo@tmgcon.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: User Questions Subject: Re: RAID on HP ML110 G5 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: Tue, 25 Mar 2008 09:30:22 -0000 Hey Tom, > I would like to run FreeBSD 7 on a HP ML110 G5. I understand from past posts > to this list that the ML110 series is FreeBSD friendly, but what about RAID 1 > using the on-board SATA controller? Will this work and how do you set this > up? I have just configured a ML110G5 with FreeBSD 7 a few days ago. If you try to make a BIOS RAID (create an array in RAID controller BIOS), then FreeBSD won't recognize it as it does not understand the metadata format which controller BIOS uses to manage the arrays. What you have to do is (having RAID mode in BIOS still enabled) boot the server with FreeBSD 7 CD and then go to Fixit utility. There you can create "hardware" (see previous posts about this being hardware RAID) RAID with "atacontrol" utility. This way, FreeBSD will use its own metadata format for the array and will recognize such arrays as "arX" devices. Restarting the box you can then install FreeBSD easily on these arX devices like on normal adX or daX devices. So remember, this is not the "real" FreeBSD software RAID since it is not controlled by FreeBSD kernel but by the SATA/RAID controller. For example, I have 4 drives and I created RAID-0 (stripes) with atacontrol and will merge them (in a few days) into a RAID-1 gmirror. Hope that helps, Nejc