From owner-freebsd-questions@FreeBSD.ORG Sat Jun 17 07:37:08 2006 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 3151516A47B for ; Sat, 17 Jun 2006 07:37:08 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0D043D48 for ; Sat, 17 Jun 2006 07:37:07 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 0521F4C5DD; Sat, 17 Jun 2006 09:37:35 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id D8CC35285A; Sat, 17 Jun 2006 09:35:00 +0200 (CEST) Message-ID: <4493B12B.6020703@cs.tu-berlin.de> Date: Sat, 17 Jun 2006 09:37:15 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: bsd@bathnetworks.com References: <1212.192.168.0.107.1150524377.squirrel@192.168.0.50> In-Reply-To: <1212.192.168.0.107.1150524377.squirrel@192.168.0.50> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: FreeBSD equivalent to DRBD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 07:37:08 -0000 bsd@bathnetworks.com schrieb: > ISTR something about a FreeBSD equivalent to DRBD on Linux ie creating a > raid device using disks on different machines, but I've not been able to > locate any info. > > Does anybody have any info and or howtos. I am thinking of putting > together a HA NFS server cluster using something like heartbeat with DRBD. > As all my servers are Freebsd, I would like to stick with it. Any > suggestions? Hello, as far as I know there is no such thing. I could refer you to ggated(8) and gmirror(8), but I suppose this is not what you want. ;-) Björn