<p>Hi,</p>
<p>what I understand you want split vhost on separate virtual ip adresses and join all nodes into one cluster?</p>
<p>I dont think it is a good idea in case of web farm, as you mentioned it wont scale so good. What if traffic on certain vhost (virtual ip) grow up and you would need to spread it across more nodes?</p>
<p>I recommend you to use 2 lvs  loadballancer in Direct Routing mode (as active-active) with keepalived or surealived as resource health checker, it will be really efficent and scaleable. Use pacemaker on loadbalancers as a VIP migration tool.</p>

<p>In that case you can easyly scale loadbalancers (but I doubt you would need more than 2, in DR mode lvs pases only SYN, PSH and ACK from client to your backend which reply directry to the gateway) and as well as http nodes.<br>
</p>
<p>regards<br>
Andrew</p>
<div class="gmail_quote">24-04-2013 16:50, "Robert Parsons" <<a href="mailto:rparsons@tappublishing.com">rparsons@tappublishing.com</a>> napisa³(a):<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
We are building a new web farm to replace our 7 year old system. The old system used ipvs/ldirectord/heartbeat to implement redundant load balancers. All web server nodes were physical boxes.<br>
<br>
The proposed new system will utilize approximately 24 virtual machines as web servers. Load balancing and redundancy will be done via ClusterIP rather than an explicit load balancer. We're looking at potentially 50 services running on 24 nodes. Pacemaker seemed like it would accommodate such a setup, however, from my research I am worried that perhaps it will not scale up to such a level.<br>

<br>
Does anyone have any experience or feedback on this proposed approach to a web farm? Should I consider another approach?<br>
<br>
Thanks for any info.<br>
<br>
- Rob Parsons<br>
<br>
<br>
______________________________<u></u>_________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/<u></u>mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/<u></u>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div>