0

With 4 servers with OpenSuse is it possible to cluster them all together to run websites? What is involved in clustering and is anything special needed to cluster the machines together so they work as one? Do you need a special OS?

Jake Mach
  • 11
  • 1
  • 1
  • 3

3 Answers3

0

Why both, load-balance them instead, this will be far easier to setup and maintain for all but a few edge-cases. Make sure you define an appropriate service-up trigger/test though.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
0

yes it is possible to use HAProxy to listen upfront and then pass the http request to upstream web servers. Then you have a dedicated mysql server.
You can use rysnc or unison to keep the data synchronized between the web servers.

sandeep.s85
  • 2,119
  • 1
  • 18
  • 27
  • Yea, get the HAProxy and LB just wondering how you could do it via clustering. Never clustered boxes together before and just wondering if you need a customized OS to connect them together and if clustering would be much better. – Jake Mach Sep 25 '12 at 21:23
0

if your app's are scalable, then use nginx as balancer : http://wiki.nginx.org/LoadBalanceExample

Vladimir
  • 46
  • 2
  • Yea, get the nginx and LB just wondering how you could do it via clustering. Never clustered boxes together before and just wondering if you need a customized OS to connect them together and if clustering would be much better. – Jake Mach Sep 25 '12 at 21:24