Q. How can I manually force a replication of an Active Directory Application Mode (ADAM) partition?

John Savill

September 19, 2004

1 Min Read
ITPro Today logo

A. You can use the ADAM version of Repadmin to force a replication by performing the following steps:

  1. Start an ADAM tools command prompt (Start, Programs, ADAM, ADAM Tools Command Prompt).

  2. Type the command

    repadmin /syncall localhost:389 <partition name>

    You'll need to change the port number in the command if you've assigned the ADAM instance a different port.

Messages similar to the following will be displayed:

Syncing partition: cn=App1,o=Savilltech,c=USCALLBACK MESSAGE: The following replication is in progress:From: adamtest1.savilltech.com:389To : adamtest2.savilltech.com:389CALLBACK MESSAGE: The following replication completed successfully:From: adamtest1.savilltech.com:389To : adamtest2.savilltech.com:389CALLBACK MESSAGE: SyncAll Finished.SyncAll terminated with no errors.This shows a successful replication.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like