looking for a fail over system
Roger Olofsson
240olofsson at telia.com
Thu Jan 22 11:40:26 PST 2009
Buck Jones skrev:
> MY web server just died and It's taking some time to get back up . I
> want to find a fail over device so when one computer dies another
> automatically takes over. of course letting me know this happened would
> be a good thing too.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.176 / Virus Database: 270.10.10/1906 - Release Date: 2009-01-21 07:07
>
Hello Buck,
I have been using some approaches over the years.
One is a hot/cold failover like carp only I used freevrrpd
(/usr/ports/net/freevrrpd).
The second one is a simple loadbalancer called pen (/usr/ports/net/pen
(http://siag.nu hit the 'More stuff' link).
The third approach would be using dns - providing you run your own dns,
you could do simple round-robin
(http://en.wikipedia.org/wiki/Round_robin_DNS).
The easiest one, providing you have a mirror of your web server would
probably be pen.
/R
More information about the freebsd-questions
mailing list