hc_andy_35682
Oct 27, 2011Nimbostratus
Load balancing on ldapbind port 3060
Hi There,
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