Tagged: schema replication
This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by Scott Heger.
-
AuthorPosts
-
December 3, 2014 at 11:08 pm #1572
Scott Heger
ParticipantI see in the OpenDJ Admin Guide where it states:
OpenDJ also replicates schema definitions, so the schema you add on one replica is propagated to other replicas without you having to intervene manually.
Is that automatic whenever you enable replication for any baseDN or is there anything else that needs to be done? Also, when schema replication occurs, should an update to 99-user.ldif be reflected on all replicated servers at the time replication occurs or is there some other event that triggers that?
December 4, 2014 at 5:36 pm #1580Ludo
ModeratorHi Scott,
Schema replication is enabled as soon as Replication is enabled between 2 servers, as there is a single global schema per server.
There are 2 events that are triggering schema replication :
– Schema is added online, using LDAP (modify). Unless specifically specified, these schema elements are written to the 99-user.ldif file and replicated to all servers in the same file.
– Schema files are added or altered while the server is offline. When starting, the server will notice that schema files have changed and the server will compute all changes, including the files in which these elements are stored, and will push the changes to their respective files on the replicated server.The only thing that the server doesn’t do, is detecting changes in the schema files while the server is online, because the server is only expecting to write to those files new changes.
I hope this helps.
December 4, 2014 at 6:16 pm #1581Scott Heger
ParticipantHi Ludo,
Yes, that helps very much and clarifies the process. We are working in replicated environment where as we bring on new clients into the system we need to bring in custom objectclasses/attributes. We are developing our process to handle these periodic schema updates to all OpenDJ servers. Sounds like a simple ldapmodify on a single server will suffice.
Thanks!
December 4, 2014 at 8:49 pm #1588Ludo
ModeratorHi Scott,
You’re correct. Only one of the servers’ schema need to be updated over LDAP.
December 4, 2014 at 8:51 pm #1589Scott Heger
ParticipantExcellent. Thank you!
-
AuthorPosts
You must be logged in to reply to this topic.