当我第一次开始研究这个问题的时候,唯一失败的测试是它不是作为时间服务器的广告,下面是下面的内容:
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我试过:
检查announceflags注册表设置。
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发布于 2011-10-10 19:16:30
我最终降职并提升了DC,希望能解决这个问题,但它马上又回来了。此时,重新构建服务器可能会更容易。如果我最终找到了修复程序,我会把它发到这里。
发布于 2011-09-22 17:32:19
检查announceflags注册表设置。
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config确认十进制(0x0000000A)设置为10,然后使用w32tm /config /update
请参阅Windows时间服务工具和设置
也试着跑
w32tm /config /syncfromflags:domhier /update然后:
net stop w32time
net start w32time发布于 2015-10-10 16:25:54
我在我的一个领域控制器上也遇到了同样的问题,我通过注册域控制器的w32tm来解决这个问题。
解决问题所遵循的步骤:
w32tm /unregister然后重新启动你的DC。w32tm /register再次重新启动你的DC。w32tm /config /updatehttps://serverfault.com/questions/314479
复制相似问题