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

CSS11500 Load Balancing issue

Sergio Lima
Level 1
Level 1

Hi all,

I using the CSS 11500 sg0750004 (07.50.0.04) to balacing requests between two web application servers, but the after applied the configurations, the balancing requests don't occurs as expect, see the configuration applied:

service SAPSRV1_8000
  ip address 192.215.13.44
  protocol tcp
  keepalive method get
  keepalive type tcp
  keepalive port 8000
  keepalive frequency 30
  port 8000
  string  sapsrv1
  active


service SAPSRV2_8000
  ip address 192.215.13.45
  protocol tcp
  keepalive method get
  keepalive type tcp
  keepalive port 8000
  keepalive frequency 30
  port 8000
  string  sapsrv2
  active


content SAPSRVS_8000
    add service SAPSRV1_8000
    add service SAPSRV2_8000
    vip address 192.215.13.40
    advanced-balance cookies
    string process-length 7
    no persistent
    protocol tcp
    port  8000
    url "/*"
    string prefix "sap-hostid="
    string range 1 to 1999
    active


group SAPSRV1_SAPSRV2Servers
  add destination service SAPSRV1_8000
  add destination service SAPSRV2_8000
  vip address 192.215.13.40
  active

So, the VIP Address is exclusively to the group service and the tcp port also is exclusively.

Could you please assist me, why the load balancing doesn't running correctly?

Case need more information, please let me know.

Thank you in advanced.

Sergio Lima