Re: High Availability FreeBSD www cluster

2008-08-08 Thread Sergej Kandyla
Michael Christie wrote: Hi all , I want to cluster some freeBSD servers, web links any thing to help me get started would be good. No I do not want to change over to linux. also some interesting link http://phaq.phunsites.net/2006/08/11/realtime-file-system-replication-on-freebsd/ --

Re: High Availability FreeBSD www cluster

2008-08-08 Thread Philippe Laquet
CARP does the job perfectly! Is you have to LB/RP from a front end (the SPOF?) you can also take a quick look on LighttpD with the Proxy module (very simple efficient) In a heavier (but also quite simple) environment : * Two (or more) LB/RP on the front with lighttpdproxy - HA with CARP * Two

Re: High Availability FreeBSD www cluster

2008-08-07 Thread Michael Christie
Thank you all for your input. Carp looks like it needs some investigation Thanks Michael Peter Ross wrote: Hi, Michael Christie wrote: I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I

Re: High Availability FreeBSD www cluster

2008-08-06 Thread Roger Olofsson
Michael Christie skrev: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services

Re: High Availability FreeBSD www cluster

2008-08-06 Thread FreeBSD
Roger Olofsson a écrit : Michael Christie skrev: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will

Re: High Availability FreeBSD www cluster

2008-08-06 Thread Chris St Denis
Paul Procacci wrote: Michael Christie wrote: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take

Re: High Availability FreeBSD www cluster

2008-08-06 Thread Peter Ross
Hi, Michael Christie wrote: I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services

High Availability FreeBSD www cluster

2008-08-05 Thread Michael Christie
Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services automatically, load balanceing

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Paul Procacci
Michael Christie wrote: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Matthew Seaman
Rudi Kramer - MWEB wrote: Michael Christie: I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Michael Christie
Is sgcluster in the ports , how would i find out if this is an active project ? Michael Paul Procacci wrote: Michael Christie wrote: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Edwin Groothuis
Personally I use DNS for failover between systems, but also have seen that net/haproxy is a good one to use if you want failover on network level. -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog:

RE: High Availability FreeBSD www cluster

2008-08-05 Thread Rudi Kramer - MWEB
Michael Christie: I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services automatically, load

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Sergej Kandyla
Michael Christie wrote: Hi all , I want to cluster some freeBSD servers, The purpose of this is to learn. I would like to run some basic services like www and mail on a test network. I would like to set up the servers so if one server falls over the other will take over the services