Hey,
in the constant pursuit for failover/redundancy I was doing some thinking.
We can assume an external MySQL Server and extenal Storage are possible (with their own master/slave mechanism) and should be pretty straight forward to achieve.
but, I want to have redundancy/failover mechanism for DA itself, where:
has any1 done this before?
in the constant pursuit for failover/redundancy I was doing some thinking.
We can assume an external MySQL Server and extenal Storage are possible (with their own master/slave mechanism) and should be pretty straight forward to achieve.
but, I want to have redundancy/failover mechanism for DA itself, where:
- 1 DA machine/installation can work with 2 HTTP-Nodes (machines having just the HTTP processes) and actually working as a load balancing for those HTTP-nodes.
(this would of course require the shared storage)
meaning, the client will access one single machine/IP for FTP/Mail/DNS/etc access, as well as to DA:2222 itself to set a new domain or forward an email account. - 2 DA machines working in a master/slave mode, in case something happens and/or load is high on the master and the slave can help.
has any1 done this before?