Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Apr 2010 22:37:24 +0200
From:      "Tonix (Antonio Nati)" <tonix@interazioni.it>
To:        Maciej Jan Broniarz <gausus@gausus.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: fault tolerant web servers on freebsd
Message-ID:  <4BBA4A04.80005@interazioni.it>
In-Reply-To: <4BBA4478.7030302@gausus.net>
References:  <1209800810.33861270466947931.JavaMail.root@dagobah.intersec.pl>	<4BBA05A2.40706@intertainservices.com> <4BBA1823.1090305@gausus.net> <4BBA4334.1020506@interazioni.it> <4BBA4478.7030302@gausus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Maciej Jan Broniarz ha scritto:
> W dniu 10-04-05 22:08, Tonix (Antonio Nati) pisze:
>> Maciej Jan Broniarz ha scritto:
>>> W dniu 10-04-05 17:45, Mike Jakubik pisze:
> >
>> Just to use exact words, fault toulerancy is not possible with any
>> FreeBSD/Linux O.S.
>> F.T. means outage can occur in every moment, but all current operation
>> will be always completed by other equipments; so there will not be
>> interrupted/lost operations.
>
> Hmm. Thanks for the tip. Which *NIX os can be used to build an FT 
> solution then? Solaris? AIX? HP-UX?

For a FT solution you need usually an hardware solution, very expensive.
Server must have all doubled, with custom chips for checking if parts 
are working (and which part is broken, which may not be easy to understand).

VMware claims to have a software fault toulerant solution, syncronizing 
two servers in real-time, but I don't know the efficiency.

The most ISP use HA solutions, which are ok for the most of WEB/e-mail 
operations.

Operations are not available for a few milliseconds/seconds, depending 
on the architecture you use.

Just to complete, drbd+heartbeat are NOT FT. They are HA. When the 
master server goes down, backup server must acknowledge the new status, 
then mount the replicated disk (think to disk check!), then start 
services working on that disk. So this solution needs  a lot of 
seconds,  probably  minutes to work.

With a good carp architecture, you just need milliseconds.

Tonino

-- 
------------------------------------------------------------
        Inter@zioni            Interazioni di Antonio Nati 
   http://www.interazioni.it      tonix@interazioni.it           
------------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BBA4A04.80005>