windows-server-2003 – 即使在明确同步时间之后,Windows Server 2003和time.nist.gov之间的时差也会增加

前端之家收集整理的这篇文章主要介绍了windows-server-2003 – 即使在明确同步时间之后,Windows Server 2003和time.nist.gov之间的时差也会增加前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已将服务器的时间同步到time.nist.gov.该服务器与客户端的服务器通信,该服务器也与time.nist.gov同步.

在注意到即使在显式同步之后我们似乎与时间服务器不同步之后,我设置了每小时批处理作业以查看我的假设是否正确以及我们的时差是多少.

我在星期五开始工作,已经检查了50次.当我星期五第一次检查时,w32tm实用程序显示的差异小于10毫秒.几小时前的最后一次检查显示相差20秒.

还有9个案例(50次尝试)的错误:0x800705B4这是一个超时错误.自美国东部时间周五,2012年1月6日下午5:35以来,时差似乎每小时增加1秒

我将Windows Server 2003企业版设置为VMWare VM,时区为EST.这是我记录同步差异的w32tm和DOS命令:

w32tm /stripchart /computer:time.nist.gov /samples:1 /dataonly >> D:\timedump.txt

以下是最后4个条目:

Tracking time.nist.gov [192.43.244.18].
Collecting 1 samples.
The current time is 1/8/2012 10:35:00 AM (local time).
10:35:00,+20.3387625s

Tracking time.nist.gov [192.43.244.18].
Collecting 1 samples.
The current time is 1/8/2012 11:35:00 AM (local time).
11:35:00,+20.4854414s

Tracking time.nist.gov [192.43.244.18].
Collecting 1 samples.
The current time is 1/8/2012 12:35:00 PM (local time).
12:35:00,+20.6239407s

Tracking time.nist.gov [129.6.15.28].
Collecting 1 samples.
The current time is 1/8/2012 1:35:00 PM (local time).
13:35:00,error: 0x800705B4
您的时间服务正在同步,然后VM主机将其设置回错误的时间.

您需要修复主机的时间,或者关闭VM的时间同步.

要禁用时间同步,需要将这些设置添加到.vmx,或通过VM的编辑设置中的vSphere Client添加;选项标签 – >一般 – >配置参数.

tools.syncTime = "0"
time.synchronize.continue = "0"
time.synchronize.restore = "0"
time.synchronize.resume.disk = "0"
time.synchronize.shrink = "0"
time.synchronize.tools.startup = "0"
time.synchronize.resume.host = "0"
原文链接:https://www.f2er.com/windows/368013.html

猜你在找的Windows相关文章