询问者
客户端事件源老是本地,和域控不同步

问题
全部回复
-
尊敬的客户,您好,
感谢您的Technet论坛发帖。
首先建议我们检查下域控和客户端上面的时间服务配置。我们可以检查以下的注册表配置:
==PDC主域控===
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
Key Name: AnnounceFlags
Type: REG_DWORD (DWORD Value )
Data: 0x5
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type
Key Name: Type
Type: REG_SZ(String Value)
Data: NTP
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
Key Name: NtpServer
Type: REG_SZ(String Value)
Data: Peers (time.nist.gov,0x1)
note:Peers is the external time Server,such as:time.nist.gov,0x1
===other DC & Client其他的DC和客户端===
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type
Key Name: Type
Type: REG_SZ(String Value)
Data: NT5DS
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
Key Name: AnnounceFlags
Type: REG_DWORD (DWORD Value )
Data: 0xa
如有问题,请随时联系我们。
此致,
Hannah XiongPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的回复。
请问我们的客户端是虚拟机吗?如果是虚拟机的话,是Hyper-v还是其他的?客户端的时间和域控不同步,是特定某个客户端还是所有的客户端?
感谢您的支持。
此致,
Hannah XiongPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
感谢您的反馈。
我们可以通运行以下命令尝试重新同步。
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time
(请按照上述顺序运行命令)
然后运行以下命令进行检查是否已经跟域控同步时间:
w32tm /query /source
w32tm /query /configuration
如果还是没有跟域控同步的话,我们可以尝试手动配置。手动配置的话,请运行以下命令:
w32tm /config /manualpeerlist:NTP_server_IP_Address,0x8 /syncfromflags:MANUAL
net stop w32time
net start w32time
w32tm /resync
另外的话,如果方便的话,还请提供我们以下命令的输出结果,以便我们更好地分析问题。涉及敏感信息的,我们可以模糊这类信息。
w32tm /query /source
w32tm /query /configuration
如有问题,请随时联系我们。
此致,
Hannah XiongPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
尊敬的客户,您好!
请问我们的问题解决了吗?如有任何问题,请回复并告诉我们当前的情况,以便提供进一步的帮助。
此致,
Hannah XiongPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
尊敬的客户,您好!
请问我们的问题解决了吗?如果您使用自己的解决方案解决问题,请在此处分享您的经验和解决方案。对于有类似问题的其他社区成员来说,这将非常有益。如果我们的回复对您有帮助,请“标记为答案”以帮助其他社区成员快速找到有用的回复。
感谢您的支持。
此致,
Hannah XiongPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.