Morenisco
2009-Oct-23 09:52 UTC
[389-users] What script do I use to configure multimaster replication?
Hi, I''m going to configure multimaster replication, and I''m using the following URL: http://directory.fedoraproject.org/wiki/Howto:MultiMasterReplication There are two dead links to the mmr.pl script (old-mmr.pl <http://www.netauth.com/ldap/downloads/old-mmr.pl> and newer mmr.p <http://www.netauth.com/ldap/downloads/mmr.pl>l) , and the "modified mmr.pl" is the only one script available. Can I use that one, considering I''m implementing the latest project-389 version, or there is another preferred method? Thanks. -- Morenisco. Centro de Difusión del Software Libre. http://www.cdsl.cl http://www.folasol.org http://trabajosfloss.cdsl.cl Blog: http://morenisco.noc-root.net
muzzol
2009-Oct-23 11:07 UTC
Re: [389-users] What script do I use to configure multimaster replication?
2009/10/23 Morenisco <morenisco@noc-root.net>:> Hi, > > I''m going to configure multimaster replication, and I''m using the following > URL: > > http://directory.fedoraproject.org/wiki/Howto:MultiMasterReplication >i dont recommend you those scripts. i learned a lot following these steps: http://directory.fedoraproject.org/wiki/Howto:WalkthroughMultimasterSSL and i understand better the whole replication proces. also you can''t use those scripts if you dont want autogenerated ssl certs. regards, muzzol -- ======================= ^ ^ O O (_ _) muzzol(a)muzzol.com =======================jabber id: muzzol(a)jabber.dk =======================No atribueixis qualitats humanes als ordinadors. No els hi agrada. ======================="El gobierno español sólo habla con terroristas, homosexuales y catalanes, a ver cuando se decide a hablar con gente normal" Jiménez Losantos =======================<echelon spamming> bomb terrorism bush aznar teletubbies </echelon spamming>
Hi, I configured multimaster replication on two nodes, following this documentation (thanks Muzzol): http://directory.fedoraproject.org/wiki/Howto:WalkthroughMultimasterSSL I created an user entry on node1 and it is not being replicated on node2, and I don''t see any error in the access or error log file. Seeing the documentation, I''m not sure if I must to follow the "Importing Schema" section, then I didn''t. I think I would follow that item in case I have added attributes or objectclasses to the original schema, but I didn''t do that, and this is a fresh installation. When searching users in the console, on node2, I receive an ldap error code 32 (entry not found), and If I do an ldapsearch to the user base, it gives me the user container, and I don''t see the user that I created on node1. The console gives me the following error: "Cannot continue with the selected operation because we cannot connect to the directory server. Do you want to reconnect or change directory server?" But I see the server is up and running, authenticating and answering the ldapsearch command. During the MMR configuration, I selected "initialize multimaster replication" on both nodes, mabe that was the error and I had to do it later. Any idea about what can I review and how can I troubleshooting this issue please? Thanks. -- Morenisco. Centro de Difusión del Software Libre. http://www.cdsl.cl http://www.folasol.org http://trabajosfloss.cdsl.cl Blog: http://morenisco.noc-root.net
On 24/10/09 13:32, Morenisco wrote:> During the MMR configuration, I selected "initialize multimaster > replication" on both nodes, mabe that was the error and I had to do it > later. >you must only initialize replication one time FROM the node with the data you want to propagate to any other node. muzzol