Repadmin /replsummary
Applies To: Windows Server 2003, Windows Server 2008, Windows Server 2003 with SP2, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012, Windows Server 2003 with SP1, Windows 8
Identifies domain controllers that are failing inbound replication or outbound replication, and summarizes the results in a report.
When it begins to collect data for the replication summary, this command displays a series of dots. Each dot represents a domain controller that is specified in the DSA_LIST parameter (plus some extra dots for preprocessing). Fifty dots are displayed on each line of the output. For example, four lines of dots represent about 200 domain controllers that are specified by the DSA_LIST parameter. The dots help you gauge throughput and completion time in large environments.
For examples of how to use this command, see Examples.
Syntax
repadmin /replsummary [DSA_LIST] [/bysrc] [/bydest] [/errorsonly] [/sort:{delta | partners | failures | error | percent | unresponsive}]
Parameters
Parameter |
Description |
---|---|
DSA_LIST |
Specifies the host name of a domain controller or a list of domain controllers. For detailed syntax, see Repadmin. |
/bysrc |
Summarizes the replication status for all domain controllers that a given source domain controller replicates to. This parameter does not display the destination domain controller. |
/bydest |
Summarizes the replication status for all domain controllers that a given destination domain controller replicates from. This parameter does not display the source domain controller. |
/errorsonly |
Shows only the domain controllers where the partner error is non-zero. |
/sort |
Sorts the output by columns that are in the following list:
|
Remarks
You can specify the /bysrc and /bydest parameters at the same time. If you do so, then Repadmin displays the /bysrc parameter table first and the /bydest parameter table next.
If the parameters /bysrc and /bydest are both absent, Repadmin displays the one with the least number of partner errors.
Examples
The following example targets all domain controllers in the forest to retrieve summary replication status from each. The example lists the output in a table that has columns for source and destination, and sorts the results based on the longest time since the last successful replication:
repadmin /replsum * /bysrc /bydest /sort:delta