how does cluster on Debian with ISPConfig 3 work?

Discussion in 'HOWTO-Related Questions' started by mcarollo, Sep 10, 2010.

  1. mcarollo

    mcarollo New Member

    iI followed the tutorial "Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3" and it all seems to have completed correctly. So the theory is that I can place web sites in the first server and they will replicate (glusterfs) to the other server, right?

    My question is how does the "cluster" work? What drives the traffic to one server or the other? If www.domain.com points to the first ip, then what happens to load balance or to redirect to the second server if the first goes down? How or where is this set up or is it already? The tutorial seemed to end abruptly. It would have been nice to have a "Try this to see how it works" section.

    Any insight?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    If you have a failover-IP address that you can switch between the master and the mirror (e.g. automatically with heartbeat/keepalived/etc. or manually, e.g. from your hoster's control panel), you can achieve high-availability because if the master fails, the mirror can take over.
     
  3. mcarollo

    mcarollo New Member

    Is there a good tutorial/How-to on this next step?
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. mcarollo

    mcarollo New Member

    That is great. Just what I needed to move this project along. Thanks for the help.
     

Share This Page