From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 05:53:45 2003 Return-Path: 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 9BDBB16A4BF for ; Mon, 29 Sep 2003 05:53:45 -0700 (PDT) Received: from apate.telenet-ops.be (apate.telenet-ops.be [195.130.132.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B5444047 for ; Mon, 29 Sep 2003 05:53:44 -0700 (PDT) (envelope-from n.b@myrealbox.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by apate.telenet-ops.be (Postfix) with SMTP id EEE4737F89; Mon, 29 Sep 2003 14:53:43 +0200 (MEST) Received: from cronos.home.vsb (d5153CAA6.kabel.telenet.be [81.83.202.166]) by apate.telenet-ops.be (Postfix) with ESMTP id A33A637EED; Mon, 29 Sep 2003 14:53:43 +0200 (MEST) From: Guy Van Sanden To: Matthias Teege In-Reply-To: <86n0cnojym.fsf@gic.mteege.de> References: <1064831072.3638.7.camel@cronos.home.vsb> <86n0cnojym.fsf@gic.mteege.de> Content-Type: text/plain Message-Id: <1064840023.3010.21.camel@cronos.home.vsb> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4-1tex Date: Mon, 29 Sep 2003 14:53:43 +0200 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: NFS server redundancy/failover X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 12:53:45 -0000 Hi Matthias Thank you for your answer. I think I'll do it that way, I was wondering if it would have been possible, Solaris supports giving multiple servers when mounting NFS shares, but I couldn't find something similar on FreeBSD and Linux. Kind regards Guy On Mon, 2003-09-29 at 14:30, Matthias Teege wrote: > Guy Van Sanden writes: > > > Does anyone know if and how it is possible to set up a redundant NFS server? > > Somthing like that is expensive and mostly not needed. Rsync with a > hot standby system is ok. If the mainserver fail, go to the second > and reconfigure the ip interface. > > Bis dann > Matthias