[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
mdb wont replicate
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: mdb wont replicate
- From: Brendan Kearney <bpk678@gmail.com>
- Date: Wed, 08 Jul 2015 09:32:01 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HuUP6TAJzmuNhfr3cnEnoxZ7XLGuGU4eGF0nOJHgsZw=; b=aRRvq6ruWtq85alx2c6VU9bKgXJpbaobwjDhjg+d2Dgozj6ormzSJdZGAwC2LeKiDE 5vWve4GlfOntJDlvWiltoltSibWLc9lwl7Hs/GdUoEdJSomzwOOZR0FAA7LprvChu5PT 6NUqsX91z8k26YIS6XNU64YOQ4LgjCPEa4u95iYDaL4rdV5bKjcaHky8xdtaspLvli+C q3bNUxrSEWJkK3AyrmnO3D1Vex6m6BKRaZ2G8MJuvq6bhQcQCwAYJd2Akt/Z7IxirBl5 lSv3V+RU+XNRTxpl87+S/vg/hNm3kx2cfAAkjj5XzUlmQsN8nqMHPmWUe6keh8Wxxjc1 94eg==
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
at some point in the past, i wound up taking drastic measures and
rebuilt my two ldap boxes after taking a backup of the data. i think my
process could use some fine tuning and polishing, as a weird nuance has
found its way into my environment.
i am replicating, using MMR, both config and data between two servers.
the config and schemas replicate without issue, as well as the data in
the mdb, but not any of the settings for the mdb. if i try, for
example, to add an ACL or Index to the mdb, i get an error "ObjectClass
modifications are not allowed".
i think the root of my issue is that i backed up one of the two boxes
and restored the one backup to both boxes while they were both offline.
i believe that because they both have the same backed up data on them,
some of the internal attributes are identical and therefore conflict. i
have seen logs about ContextCSNs being identical, but haven't had time
to investigate those messages till now. in any case, whatever i did
wrong now does not allow the mdb settings to be replicated between the
boxes.
what i am looking to understand is how to i correct the situation. i am
looking to avoid recreating all of the data, so using backups, exports,
etc is something i want to do, and do correctly.
would i need to capture slapcat output to a file, or is ldapsearch the
correct way to export the data for backup/restore needs?
do i need to follow a destructive path to correct this issue or will
surgery on the mdb correct my issue?
i am running 2.4.39 on Fedora 20. any pointers would be appreciated.
brendan