Forum Discussion
Load balancing on ldapbind port 3060
Is there some special way we need to set up the F5 LTM to load balance oracle ladpbind requests on port 3060?
I've set up a basic VIP (ldapbind.vip) to listen on TCP port 3060 and load balance across two nodes (host953 & host954) using cookie persistence.
These nodes in turn need to perform a ldapbind back via the VIP.
Below I can successfully bind to the nodes from the nodes themselves, but it fails when I try to bind via the VIP. Is there something I'm doing wrong???
-------------
[oraidm@host954] $ ldapbind -h host953 -p 3060 -D "cn=orcladmin"
bind successful
[oraidm@host954] $ ldapbind -h host954 -p 3060 -D "cn=orcladmin"
bind successful
[oraidm@host954] $ ldapbind -h ldapbind.vip -p 3060 -D "cn=orcladmin"
sgslufread: Hard error on read, OS error = 131
ldap_bind: Can't contact LDAP server
-------------
Thanks.
Andy
- nitassEmployeehave you tried snat automap (under virtual server setting)?
> I've set up a basic VIP (ldapbind.vip) to listen on TCP port 3060 and
1.) Does ldapbind.vip resolve to the correct IP on the LB? Maybe it's a different VS.
- nitassEmployeeLDAP is not HTTP, so cookie persistence will not work!good catch!
I think the http profile causes the problem, as the LB will then try to talk HTTP on port 3060 to the backend server. The LB then sends a TCP RESET to the client.
Regards
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