系统时钟在一段时间内未同步

The_system_clock_has_not_been_synchronized_for_some_time_5_Rule (Rule)

Knowledge Base article:

摘要

此域控制器无法设置其时间,因为它与其时间提供程序不同步,相差了至少 15 个小时。

示例事件:

时间服务在 %1 秒内无法同步系统时间,因为没有任何时间提供程序可提供有用的时间戳。系统时钟未同步。

解决方案

验证时间提供程序的时间是否正确。如果时间提供程序的时间正确,请手动将此域控制器上的时间调整为正确的时间。

在命令行提示符下运行 W32tm once,以验证现在是否可以同步时间。

外部

有关详细信息,请参阅:

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID36
Event SourceMicrosoft-Windows-Time-Service
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{3E31A803-E56D-453C-BA5E-1AAAA31A1349}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="The_system_clock_has_not_been_synchronized_for_some_time_5_Rule" Comment="Mom2005ID='{3E31A803-E56D-453C-BA5E-1AAAA31A1349}';MOM2005GroupID=" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>36</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-Time-Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>