The K Blag

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

Initialize a database suffix in Directory Server 5.2

Published by Mike on November 15, 2007 10:13 am under ldap, replication, sun

In a replicated environment, all (initial) data should flow from a single master to all other instances. After preparing the (destination) directory server for replication, the remote instance database needs to be initialized.

An example replication initialization:

dn: cn=replication agreement name:389,cn=replica,cn=suffix,cn=mapping tree,cn=config
changetype: modify
replace: nsds5BeginReplicaRefresh
nsds5BeginReplicaRefresh: start

With our LDIF written as /tmp/reinit.ldif; run the following ldapmodify command:

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

bookmark to
Add 'Initialize a database suffix in Directory Server 5.2' to Del.icio.usAdd 'Initialize a database suffix in Directory Server 5.2' to diggAdd 'Initialize a database suffix in Directory Server 5.2' to redditAdd 'Initialize a database suffix in Directory Server 5.2' to TechnoratiAdd 'Initialize a database suffix in Directory Server 5.2' 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