Repadmin Examples - Active Directory
Repadmin Examples - Active Directory
Repadmin Examples
394 out of 397 rated this helpful
Updated: March 28, 2003
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Repadmin Examples
Example 1: Display the replication partners of a server
The following example uses the showrepl operation of Repadmin to display the replication partners of Server1. This command is also used to find the
objectGUID and InvocationID for a server for use with other operations.
No parameters are required for the showrepl operation. A remote connection is assumed; therefore, the server name (DC in the syntax) is included.
Type the following at the command prompt:
repadmin /showrepl server1.microsoft.com
Press Enter and the following output is displayed:
CN=Configuration,DC=microsoft,Dc=com
Building7b\server2 via RPC
objectGuid: e55c6c75-75bb-485a-a0d3-020a44c3afe7
last attempt @ 2002-09-09 12:25.10 was successful.
DC=microsoft,Dc=com
Building7b\server2 via RPC
objectGuid: e55c6c75-75bb-485a-a0d3-020a44c3afe7
last attempt @ 2001-09-09 12:25.11 was successful.
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
1/7
12/12/14
Example 3: Initiate a replication event for a specified directory partition with all of its replication partners
The following example uses the syncall operation of Repadmin to make Server1 initiate replication of the domain directory partition for microsoft.com from all of
its source replication partners in the same site and to make all of the source replication partners initiate replication for microsoft.com from all of their source
replication partners in the same site, and so on.
The required parameter for the syncall operation is the server name (DC in the syntax). The name of the directory partition (NamingContext in the syntax) that will
be synchronized is also included in this example. If this name is not included, only the configuration partition is synchronized.
Type the following at the command prompt:
repadmin /syncall server1.microsoft.com dc=microsoft,dc=com
Press Enter and the following output is displayed:
@ USN
@ USN
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
2/7
12/12/14
server2.microsoft.com
Building starting position from destination server rktlabdc2.rktlabdom.com
Source Neighbor:
dc=microsoft,dc=com
==== INBOUND NEIGHBORS ======================================
dc=microsoft,dc=com
Building7b\Server1 via RPC
DC object GUID: 5c02bcaf-86d9-4bed-811e-d17a5cebf8bb
Address: 5c02bcaf-86d9-4bed-811e-d17a5cebf8bb._msdcs.microsoft.com
DC invocationID: 064152bc-f8e8-404f-bd64-cdd9bb3958cb
SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
USNs: 296048/OU, 296048/PU
Last attempt @ 2002-09-09 20:03:53 was successful.
Destination's up-to-date vector:
064152bc-f8e8-404f-bd64-cdd9bb3958cb @ USN 296163
fea22f1d-a456-4f70-aa06-bedbda29e7eb @ USN 338287
==== SOURCE DC: 5c02bcaf-86d9-4bed-811e-d17a5cebf8bb._msdcs.microsoft.com ====
No Changes
Example 6: Create a file to determine what changes have occurred over a period of time
The following example uses the showchanges operation of Repadmin to create a file that records replication changes. By running the showchanges operation
later you can compare the file created earlier to the current replication state.
This is one implementation of the showchanges operation. For another implementation of this operation see Example 5: View unreplicated changes between two
servers.
The only required parameter for this version of the showchanges operation is the name of the directory partition (NamingContext in the syntax) on which the
check should be performed. In this example, the check is performed remotely so the server name (SourceDC in the syntax) is included as well as the /cookie:
parameter, along with the name of the file to be created.
Type the following at the command prompt:
repadmin /showchanges dc=microsoft,dc=com server2.microsoft.com /cookie:microsoft.txt
Press Enter and the following output is displayed:
pDcList->szSp.. server2
Using cookie from file test.txt (132 bytes)
==== SOURCE DC: server2 ====
Objects returned: 2
(0) modify CN=00000000000000000000000000000000,CN=VolumeTable,CN=FileLinks,CN=Sy
stem,DC=rktlabdom,DC=com
1> objectGUID: c4955e2f-ab7c-4f96-bdb6-bf29b97ce3df
1> instanceType: 0x4 = ( IT_WRITE )
1> seqNotification: 130
(1) modify DC=..SerialNo-server1.microsoft.com,DC=microsoft.com,CN=MicrosoftDN
S,CN=System,DC=microsoft,DC=com
1> objectGUID: 0422b130-bf39-4549-aeea-64ed264d10c2
1> instanceType: 0x4 = ( IT_WRITE )
1> dnsRecord: <32 byte blob>
New cookie written to file microsoft.txt (132 bytes)
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
3/7
12/12/14
No parameters are required for showconn operation. In this example, a remote connection is assumed so the server name (DC_LIST in the syntax) is specified. All
connection objects for Server2 are shown.
Type the following at the command prompt:
repadmin /showconn server2.microsoft.com
Press Enter and the following output is displayed:
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
4/7
12/12/14
server1.microsoft.com
Building7a\server1
Current DC invocationID: 415db077-1e28-4588-b255-c5bb9af6f50b (current)
No retired signatures.
server1.microsoft.com
Caching GUIDs.
..
3 open context handles.
NTDSAPI client @ 10.193.36.209 (PID 1528) (Handle 0x20b8a38)
bound, refs=1, last used 2002-09-09 14:21:41
Building7a\Server1 @ 10.193.36.210 (PID 460) (Handle 0x20b8c40)
bound, refs=1, last used 2002-09-09 14:23:22
NTDSAPI client @ 10.193.36.210 (PID 2976) (Handle 0x20bb960)
bound, refs=2, last used 2002-09-09 14:23:28
Example 10: Showing the replication status of a forest using replsummary and wildcard characters.
The following example uses the replsummary operation and a wildcard character to show a summary of the replication status for all the domain controllers in
the forest with a name beginning with 'FOURTH'.
Type the following at the command prompt:
repadmin /replsummary FOURTH*
Press Enter and the following output is displayed:
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
5/7
12/12/14
57m:00s
58m:02s
08m:05s
05m:43s
09h:06m:29s
09m:29s
56m:48s
41m:22s
08m:16s
55m:13s
41m:23s
57m:02s
07m:02s
08m:01s
55m:10s
0 / 22
0 / 22
0 / 22
0 / 22
0 / 199
0 / 34
0 / 184
0 / 71
0 / 108
0 / 47
0 / 56
0/ 9
0 / 54
1 / 161
0 / 115
0
0
0
0
0
0
0
0
0
0
0
0
0
0 (8461) The replication operation was preempted.
0
See Also
Concepts
Repadmin Overview
Repadmin Remarks
Repadmin Syntax
Alphabetical List of Tools
Search Overview
Replmon Overview
Movetree.exe
Ldp Overview
Dsastat Overview
Clonepr Overview
ADSI Edit (adsiedit.msc)
Acldiag Overview
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
6/7
12/12/14
Community Additions
2014 Microsoft
technet.microsoft.com/en-in/library/cc773062(d=printer,v=ws.10).aspx
7/7