cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
0
Helpful
1
Replies

CSS 11000 Load Balancing Question

jfraasch
Level 3
Level 3

I have a Cisco CSS 11000.  Right now it has the advanced-balance arrowpoint-cookie command in it.

I think this is creating issues. It seems that for some reason my users get stuck to one server and their requests are not load balanced to the other servers behind the CSS.


Could this cookie be the cause of this?

Right now my config for this rule looks like the following:

content apache-rule

     protocol tcp

     port 80

     url "/*"

     add service apache1-e0

     add service apache1-e1

     add service apache2-e0

     add service apache2-e1

     ===> there are five servers so I wont bore you with the rest of that part

     advanced-balance arrowpoint-cookie

     redundant-index 1

     vip address 172.30.194.193 range 2

     active

Is there a better way to load balance or is this even the issue?


James

1 Reply 1

busterswt
Level 1
Level 1

Sounds like things are working as they should. If a client comes in without a cookie it gets load balanced to a server (using round robin - default) and then a cookie is inserted. All subsequent requests from that client will go directly to the server due to persistence.

Now, if *all* of your clients are getting stuck to one server, make sure the other servers are ALIVE and available for load balancing. A look at the services might help isolate the issue as well, if you'd like to provide that output.

- James

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: