Forum Discussion
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
3 Replies
- Can you email me at sjhwilkes@f5.com and I share some instructions with you.
Simon - scorpa_121336
Nimbostratus
So, any ideas? - scorpa_121336
Nimbostratus
Hey guys. I fixed the problem with proxyPass v10. Just add some data groups and all working fine.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com