12-05-2006 12:33 AM
Hi,
Kindly help me how to achive the below.I have a CSS11501 in HA.Am doing inbound loadbalancing between 4 servers(2 in Chennai,India and 2 in Hyderabad,India).Kindly let me know if i can prioritise the loadbalncing to happen only between the 2 servers available in Chennai, and when the Chennai servers fail, the traffic should be loadbalanced between the servers in Hyderabad.
How can CSS help me acheive this.
Thanks & Regards,
JKannan
12-05-2006 01:53 AM
actually the CSS allows only one backup server.
So, you can have traffic sent to 2 servers and if they both fail, have the traffic sent to one backup server.
This is done with the primarysorryserver command.
If this is HTTP traffic [only HTTP] you can have multiple backup servers by using a workaround.
Instead of using 1 real server as a backup, you use a service redirect.
The redirect will force the client to open a new connection to a different content rule. It could be the same ip but a different port [ie: 81].
This 2nd content rule would use as many servers as needed.
Gilles.
12-05-2006 11:35 PM
Thanks Giles.
Could you please provide me a sample config bor HTTP and non HTTP redirect options.
regards,
JKannan
12-12-2006 07:57 AM
I do this with an ACL as seen below:
clause 100 permit tcp any destination content arrowpoint/yourcontentrule eq 80 prefer primaryserver,secondaryserver
If you do one ACL for each content rule and specify your servers that you want the traffic to go to first then you can control traffic from going to your secondary site. one caveat: when you do this ALL traffic goes to the primary. when it fails the traffic shifts to the secondary, then when/if it fails the traffic will be load balanced across the servers listed in your content rule.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide