加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-server-2003 – 即使在明确同步时间之后,Windows Server

发布时间:2020-12-14 00:05:07 所属栏目:Windows 来源:网络整理
导读:我已将服务器的时间同步到time.nist.gov.该服务器与客户端的服务器通信,该服务器也与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"

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读