From owner-freebsd-questions@FreeBSD.ORG Thu Nov 2 15:55:42 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 09EEA16A49E for ; Thu, 2 Nov 2006 15:55:42 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280B043D7B for ; Thu, 2 Nov 2006 15:55:23 +0000 (GMT) (envelope-from tom@tomjudge.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1GfeuP-0005v5-1l; Thu, 02 Nov 2006 15:55:13 +0000 Received: from [82.43.34.109] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1GfeuN-0000uT-UD; Thu, 02 Nov 2006 15:55:11 +0000 Message-ID: <454A15F4.4040506@tomjudge.com> Date: Thu, 02 Nov 2006 15:59:48 +0000 From: Tom Judge User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: aymeric.muntz@free.fr References: <1162472574.4549ec7ef1b7c@imp2-g19.free.fr> In-Reply-To: <1162472574.4549ec7ef1b7c@imp2-g19.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Raid over NFS 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: Thu, 02 Nov 2006 15:55:42 -0000 aymeric.muntz@free.fr wrote: > hi list! > > I am actually seachring a solution for doing raid over NFS. > My need is to have 2 mail servers sharing the same storage. > For redundancy reason, I would like to have a duplicate partition (one on each > server accessible by NFS) and do a software RAID (mirroring) on the other. > > Is there a well known and stable solution? > It looks like vinum is not able to do that. > > I appreciate any return. > > Thanks > > Aymeric > We have just set up something very similar, using ggate and gmirror. one box mounts the mirrored volume directly while the other mounts it via nfs. If the master box fails then the secondry box can mount the file system directly. I used the following as a basis for the configuration and am adding in a heartbeat system so that the backup server can automatically take over from the master. http://www.phunsites.net/wp/2006/08/11/realtime-file-system-replication-on-freebsd/ Tom