Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Query on Bind9 DLZ LDAP Connections load sharing

2 views
Skip to first unread message

Ram Kishore B

unread,
Dec 7, 2016, 3:27:13 AM12/7/16
to bind-...@lists.isc.org
Hi all,
We have a query related to the Bind9 load sharing mechanism across multiple LDAP connections.

The set-up and configuration details are as below. 
- 1 DNS Simulator using dnsperf package
- 1 Bind9 server(version 9.9.4) in RHEL 7.2 and DLZ LDAP plugin enabled during compilation. This server has 24 CPU's and 24 LDAP connections.
- 1 LDAP server 

Bind9 was already compiled with '--enable-threads' option and even though Bind9 is multi-threaded and having multiple LDAP connections, during load run it is noticed that always only one LDAP connections is getting used for database search. 
If Bind9 doesn't load share across multiple LDAP connections, then what is the use of supporting multiple LDAP connections.

Is there any configuration missing to do the load sharing across multiple connections?

Kindly let us know in case of any more information. Thanks in advance.

Named.conf file contents for DLZ LDAP:
-----------------------------------------------
dlz "ldap zone" {
        database "ldap 24 v3 simple {cn=user} {password} {<IP Addr> }
ldap:///dlzZoneName=$zone$,ou=dns,o=bind-dlz???objectclass=dlzZone
        ldap:///dlzHostName=$record$,dlzZoneName=$zone$,ou=dns,o=bind-dlz?dlzTTL,dlzType,dlzPreference,dlzData,dlzIPAddr?sub?";
};

/var/log/messages Logs while Bind 9 initialization:
-----------------------------------------------
named[21232]: built with '--enable-threads' '--with-dlz-ldap=/usr/lib64/' '--without-openssl' 
 
Thanks,
Kishore 

0 new messages