Forum Discussion

scorpa_121336's avatar
scorpa_121336
Icon for Nimbostratus rankNimbostratus
Jul 04, 2013

Load balance vCenter problem

Hello!

 

 

 

 

We trying to reproduce load balance vCnter SSO with f5 LTM which now working on Apache according this article - http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=2034157

 

 

 

 

So, on our apache server we have exact configuration only nodes adresses changed.

 

 

 

 

So, on f5 we made simple https load balancer with irule for /sso-adminserver/ redirection looking like this -

 

 

when HTTP_REQUEST {

 

log local0. "in HTTP_REQUEST [HTTP::uri] [HTTP::path] and host is [HTTP::host]"

 

if { [HTTP::path] starts_with "/sso-adminserver/" } then {

 

pool VCSSO_POOL member 7444

 

}

 

elseif { [HTTP::path] starts_with "/groupcheck/"} {

 

HTTP::path "/sso-adminserver"

 

}

 

log local0. "int [HTTP::path] [HTTP::uri]"

 

}

 

 

Our VS listen on port 443 and our nodes have service port 7444. If I'll go through Web-browser to any path, for example https:///ims I'll get XML with error, so as i understand connection working, But from any vmware client doesn't work. How we can resolve this issue ? For persistence we using default SSL_persistence