A common alert generated by the Active Directory Management Pack (ADMP) indicates that there is a problem with Active Directory replication:
The following DCs have not updated their MOMLatencyMonitor objects within the specified time period (8 hours). This is probably caused by either replication not occurring, or because the ‘AD Replication Monitoring’ script is not running on the DC.
Format: DC, Naming Context, Hours since last update
MySite
PEGASUS, NDNC:DC=DomainDnsZones,DC=myDomain,DC=com, 11
This alert indicates that my domain controller PEGASUS has not replicated the required value to the adminDescription attribute under the MOMLatencyMonitor container in Active Directory for eleven hours or more. But how do we know if the alert is due to actual AD replication issues or a problematic Operations Manager script?
We can validate the problem by using the repadmin utility, which is included in the Windows Server 2003 Support Tools. At a command prompt, enter the following command (substitute the appropriate servername):
repadmin.exe /showrepl PEGASUS
The output of the repadmin utility should be similar to the following:
DC=ForestDnsZones,DC=myDomain,DC=com
mySite\Odyssey via RPC
DC object GUID: 45b3241y-z849-48rs-n76u-6×09bv432ih6
Last attempt @ 2008-10-28 08:34:55 was successful.
According to the output above, the last replication attempt was very close to the current time and was successful. This indicates that the problem is likely with the Operations Manager script. The dsquery command line utility can be used to troubleshoot further:
dsquery * CN=MomLatencyMonitors,DC=ForestDnsZones, DC=myDomain,DC=com -scope onelevel -attr name AdminDescription
The output of dsquery should be similar to the following:
name admindescription
PEGASUS 20081028.0200
ODYSSEY 20081028.1330
Based on the timestamp values in these results, we are able to detemine that this particular alert is actually an Operations Manager script error.
Posted by Jim Doyle
Posted by Jim Doyle 
Posted by Jim Doyle 
