The K Blag

Interesting Topics
  • Home
  • How To...
  • Who is The K?

Enable Directory Server 5.2 database back-end

Published by Mike on November 19, 2007 10:43 am under ldap, replication, sun

In a MMR agreement, the consumer instance backend that has been initialized needs to be enabled before it can begin accepting replication updates. This is a feature to allow a newly replicated master to catch-up on changes that have occurred during the initialization.

An example LDIF of how to enable a backend:

dn: cn=replica, cn=“suffix“,cn=mapping tree,cn=config
changetype: modify
add: ds5BeginReplicaAcceptUpdates
ds5BeginReplicaAcceptUpdates: start

I created and saved the LDIF to enable this backend suffix as /tmp/enablesuffix.ldif; and ran the ldapmodify command to perform the enable.

/usr/bin/ldapmodify -h host -p port -D ‘rootdn‘ -w ‘password‘ -c -f /tmp/enablesuffix.ldif

More information about MMR convergence from Sun.

bookmark to
Add 'Enable Directory Server 5.2 database back-end' to Del.icio.usAdd 'Enable Directory Server 5.2 database back-end' to diggAdd 'Enable Directory Server 5.2 database back-end' to redditAdd 'Enable Directory Server 5.2 database back-end' to TechnoratiAdd 'Enable Directory Server 5.2 database back-end' to Stumble Upon

No Comment

Comments are closed.

Posting your comment.

  • Categories

    • changelog
    • E-Mail
    • ldap
    • random
    • replication
    • sun
  • RSS Feeds

    • Posts RSS
    • Comments RSS
  •  

    July 2010
    M T W T F S S
    « Dec    
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
  • Blogroll

    • Konopka Family
    • The Gastromaniacs

Copyright © 2010 The K Blag