Article ID: 318340 - Last Review: October 31, 2006 - Revision: 3.2 HOW TO: Verify That Active Directory Partitions Are Replicated Properly on All Domains in Windows 2000This article was previously published under Q318340 On This PageSUMMARY
This step-by-step article describes how to use the Dsastat.exe command-line tool to verify that Active Directory partitions are being replicated to the appropriate domains. The Dsastat tool compares and detects differences between directory partitions on domain controllers. The tool retrieves capacity statistics such as megabytes per server, objects per server, and megabytes per object class. Then, the tool compares the attributes of replicated objects. You can use the tool to compare two directory trees across replicas in the same domain or, for a global catalog, across different domains. You can use this tool to monitor the replication status at a "higher" level than monitoring detailed transactions. This tool is helpful, along with the other replication monitoring tools (Repadmin and Replmon), in ensuring that domain controllers are current with one another. For more information about Repadmin and Replmon, see the "References" section in this article.
Requirements
To Use Dsastat.exe to Verify Replication
ExampleFor example, to compare all of the users in the Marketing organizational unit in the Adatum.com domain with those in another directory partition, use the following command: dsastat -s:adatumS1;adatumS2 -b:OU=Marketing,DC=adatum,DC=com -gcattrs:all -sort:true -t:false -p:16 -filter:"(&(objectclass=user)(!objectClass=computer))"
With this command, you can determine whether both domain controllers agreed on the contents of the "OU=Marketing,DC=Adatum,DC=com" subtree. The tool detects objects that are contained in one subtree but not the other (for example, if a creation or deletion has not been replicated). The tool also detects differences in the values on objects that do exist on both domain controllers.This example specifies a base search path on a subtree in the domain. In this case, the organizational unit name is "Marketing." The filter specifies that the comparison is concerned only with user objects, not the computer objects. REFERENCES
For more information about the Repadmin and Replmon tools, visit the following Microsoft Web site:
Active Directory Diagnostics, Troubleshooting, and Recovery
(http://technet.microsoft.com/en-us/events/bb545072.aspx)
| Article Translations
|
Back to the top
