From owner-freebsd-questions Sat Aug 4 11:49:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.ms-agentur.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 305D937B401 for ; Sat, 4 Aug 2001 11:49:11 -0700 (PDT) (envelope-from so@i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.ms-agentur.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA05448; Sat, 4 Aug 2001 20:56:45 +0200 Message-ID: <3B6C4414.F112C4A6@i-clue.de> Date: Sat, 04 Aug 2001 20:51:00 +0200 From: Christoph Sold Reply-To: so@i-clue.de X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: de,en MIME-Version: 1.0 To: Alvin Sim Cc: freebsd-questions@FreeBSD.ORG Subject: Re: backup server References: <18915082467.20010804003801@yahoo.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alvin Sim wrote: > > i'm looking into implementing 2 servers for a dept. and am looking for > ways to to "mirror" a server -- ie, if one fails, all clients will > automagically connect to the second server -- ala NT PDC's. > > what do i (basically) need to do/implement? any pointers to some > relevant docs would be great. thanks. There is no such thing as the magic you describe. To get a little bit of this ideal solution, you'd have to define 1) which services this boxes have to provide 2) what the least acceptable working level of that service is 3) how to detect the failure and 4) how to switch over that service safely to the second box. each of those considerations is pretty complicated, and there is no such thing as a standard definition. Thus you have either to invest some time to think about it, or pay some amount of money to get somebody who does. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message