系統時鐘已有一段時間未同步處理

The_system_clock_has_not_been_synchronized_for_some_time_5_Rule (Rule)

Knowledge Base article:

摘要

此網域控制站已超過 15 小時未與時間提供者同步,因此無法設定時間。

範例事件:

時間服務已有 %1 秒鐘無法同步處理系統時間,因為沒有時間提供者能提供可用的時間戳記。系統時鐘未同步處理。

解決方式

確認時間提供者的時間正確。如果時間提供者的時間正確,請將此網域控制站的時間手動調整為正確時間。

透過命令提示字元執行 W32tm 一次,以確認目前可同步處理時間。

外部

如需詳細資訊,請參閱:

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>