From owner-freebsd-cluster@FreeBSD.ORG Fri May 13 12:12:08 2005 Return-Path: Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208CC16A4CE for ; Fri, 13 May 2005 12:12:08 +0000 (GMT) Received: from torch.higis.ru (gate.higis.ru [81.195.168.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D6343D3F for ; Fri, 13 May 2005 12:12:07 +0000 (GMT) (envelope-from dimma@torch.higis.ru) Received: from localhost (localhost [127.0.0.1]) by torch.higis.ru (8.12.10/8.12.10) with ESMTP id j4DCC4xI048584 for ; Fri, 13 May 2005 16:12:05 +0400 (MSD) (envelope-from dimma@torch.higis.ru) Received: from torch.higis.ru ([127.0.0.1]) by localhost (torch.higis.ru [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 48305-05 for ; Fri, 13 May 2005 16:11:58 +0400 (MSD) Received: from torch.higis.ru (localhost [127.0.0.1]) by torch.higis.ru (8.12.10/8.12.10) with ESMTP id j4DCBviV048579 for ; Fri, 13 May 2005 16:11:57 +0400 (MSD) (envelope-from dimma@torch.higis.ru) Received: (from dimma@localhost) by torch.higis.ru (8.12.10/8.12.10/Submit) id j4DCBvwc048578 for freebsd-cluster@freebsd.org; Fri, 13 May 2005 16:11:57 +0400 (MSD) (envelope-from dimma) Date: Fri, 13 May 2005 16:11:57 +0400 From: Dmitriy Kirhlarov To: freebsd-cluster@freebsd.org Message-ID: <20050513121156.GD23893@torch.higis.ru> References: <20050429183405.M60641@bmyster.com> <20050511121115.GA2731@torch.higis.ru> <4281FF74.6060005@centtech.com> <20050511140657.GB2731@torch.higis.ru> <4282123E.6080909@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4282123E.6080909@centtech.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at higis.ru Subject: Re: Clustering with Freebsd X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 12:12:08 -0000 Hi Eric! On Wed, 11 May 2005, Eric Anderson wrote: > Dmitriy Kirhlarov wrote: > >Hi Eric! > > > >On Wed, 11 May 2005, Eric Anderson wrote: > > > > > >>Dmitriy Kirhlarov wrote: > >> > >>>Hi Brent! > >>> > >>>On Fri, 29 Apr 2005, Brent wrote: > >>> > >>> > >>> > >>>>I have a webhosting business all runnning on various Freebsd i386 > >>>>boxes. I was wondering if there are any good howto's on doing this ? > >>>>The services id like to cluster are, > >>>>apache > >>>>sendmail > >>>>bind 9.2.3 > >>>>UW imap > >>> > >>> > >>>replace to cyrus imapd. > >>> > >>>read about gmirror, carp, ggated. > >> > >>How would gmirror and ggated help? > > > > > >Replicate data between two hosts, but it not very fine solution -- cached > >data not replicate to second node, when first node die. > > And it would only be for failover, not for load distribution/balancing. carp can be used as solution, as I understand. By. Dmitriy