From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 15:58:51 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 D0B1A16A423 for ; Mon, 13 Mar 2006 15:58:50 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9BB43D7D for ; Mon, 13 Mar 2006 15:58:48 +0000 (GMT) (envelope-from mmiranda@123.com.sv) Received: (qmail 36376 invoked from network); 13 Mar 2006 16:21:40 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 13 Mar 2006 16:21:40 -0000 Message-ID: <44159784.7090305@123.com.sv> Date: Mon, 13 Mar 2006 10:02:12 -0600 From: Miguel User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: DRBD equivalent for FreeBSD? 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, 13 Mar 2006 15:58:51 -0000 Hi, im trying to implement a cluster using freebsd , heartbeat and postgres, i dont want to replicate the databaases using slony or similar, i want to mirror the storage, i have a hp msa500 with two set of arrays 1+0, i read on the linux-ha that it works fine on freeesd, but the DRBD software is oinly for linux, i want to use a similar solutions for replicate the data sets, whgat alternative do i have? *http://www.drbd.org/* --- thanks