cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
421
Views
0
Helpful
2
Replies

CSS flow based balancing and control?

t814687
Level 1
Level 1

Hi experts,

We have to deal with a wierd behavior of some application from one of the well known vendors in our datacenter. Thing is that the app can not handle more than certain number of TCP sessions/flows at a given moment and starts behaving poorly by resetting clients. We have a server farm that is behind a CSS and I wonder if the CSS can setup a threshold on how many TCP sessions can be established to a server in the loadbalanced pool and in case the threshold is reached the CSS will not send any traffic to a server with maximum TCP connection/flow limit reached. Once all the servers are maxed we would like to send the clients to a "sorry" server which with gracefully "puch back" the clinets...

Can this be done at all?

Thanks in advance.

Serg

2 Replies 2

Use "max connections" under service definition

and use sorry servers.Sorry server will be used if the maximum connections value

is exceeded.

I have configured such scenario on CSM with Success. I haven't tried it on CSS.

I think it should work.

for details

http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.30/configuration/content_lb/guide/Services.html#wp1026597

Syed Iftekhar Ahmed

Thanks Syed - will try that.

Just want to make sure if max TCP connections reached the CSS marks the service unavailable and if all services maxed out the "sorry" sever will kick in?

Can someone confirm this is expected behavior?

Serg