[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
several LDAPServers working with one Database
Hi List,
i am working with Windows LDAP Version 2.2.29.
I would like to have a few LDAPServers all working with the same
BerkleyDB.
So i changed the directory entry in slapd.conf to
directory //Apubfileserver/AllFiles/LDAPTest/data
on each of these servers.
I can start the servers, but when i try to connect to them e.g. via LDAP
Administration i can connect to only one server.
On the other servers i get "Lock Table is out of available locker entries"
I searched the List and found suggestions of increasing the locker entries
like this:
I had this same problem a while back and fixed it by adding the following
lines to my DB_CONFIG:
set_lk_max_locks 2000
set_lk_max_lockers 2000
set_lk_max_objects 2000
But as i am working with Windows Open LDAP i am not sure, if i do have a
DB_CONFIG-File.
If i have one, where is it? How is it configured?
Do i have other possibilitys to get several LDAP-Servers with only one
Database?
Again due to Windows OpenLDAP i also can't update my version :(
Or is there another way to configure a multimaster-System?
Is it a solution to work with backend servers?
Thanks in advance.
Regards,
Frank Offermanns