Server 2008 R2失败DCDIAG – 不作为时间服务器广告

当我刚开始研究这个问题的时候,唯一一个失败的testing就是现在没有广告作为时间服务器,

Warning: LEX-DC01 is not advertising as a time server. ......................... LEX-DC01 failed test Advertising Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have Replicating Directory Changes In Filtered Set access rights for the naming context: DC=ForestDnsZones,DC=ja,DC=com Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have Replicating Directory Changes In Filtered Set access rights for the naming context: DC=DomainDnsZones,DC=ja,DC=com 

我努力了:

从中检查announceflagsregistry设置

 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config annd verify that it is set to 10 in decimal (0x0000000A), then use w32tm /config /update 

我也试过了:

 w32tm /config /syncfromflags:domhier /update 

然后:

 net stop w32time net start w32time 

从中检查announceflagsregistry设置

 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config 

并validation它被设置为十进制(0x0000000A),然后使用w32tm /config /update

请参阅Windows时间服务工具和设置

也尝试运行

 w32tm /config /syncfromflags:domhier /update 

然后:

 net stop w32time net start w32time 

为了解决这个问题,我最终放弃和推动了区议会,但是马上回来了。 在这个时候,重build服务器可能会更容易一些。 如果我最终find修复,我会在这里发布。

我也在我的一个域控制器上遇到同样的问题。我通过注册该域控制器的w32tm来解决此问题。

我遵循解决问题的步骤:

  1. w32tm /unregister然后重新启动您的DC。
  2. w32tm /register再次w32tm /register重新启动您的DC。
  3. w32tm /config /update