当我第一次开始处理这个问题时,唯一失败的测试是它没有宣传为时间服务器,现在出现了以下情况:
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
答案1
检查announceflags
注册表设置
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
并验证它是否设置为十进制的 10(0x0000000A),然后使用w32tm /config /update
还可以尝试运行
w32tm /config /syncfromflags:domhier /update
然后:
net stop w32time
net start w32time
答案2
我最终降级并升级了 DC,希望能够修复该问题,但问题又出现了。从时间上看,此时重建服务器可能更容易。如果我最终找到修复方法,我会在这里发布。
答案3
我也在我的一个域控制器上遇到了同样的问题。我通过注册w32tm
该域控制器解决了这个问题。
我解决问题所遵循的步骤:
w32tm /unregister
然后重新启动你的 DC。w32tm /register
再次重新启动你的 DC。w32tm /config /update