我想找出一个时间同步问题。我在一个偏僻的分支里有个DC。
据我所知,w32tm /dumpreg /subkey:Parameters显示Type = NT5DS,而Type表示它与域同步。我已经检查了使用: w32tm /stripchart /dataonly /samples:5 /computer:core-fsmo,并且它是同步的。
我可以对其他DC和一些设备运行相同的命令,但是其他的(包括分支和其他地方的其他服务器)给我:
Tracking server1 [w.x.y.z].
Collecting 5 samples.
The current time is 01/09/2009 13:46:01 (local time).
13:46:01, error: 0x800705B4
13:46:04, error: 0x800705B4
13:46:07, error: 0x800705B4
13:46:10, error: 0x800705B4
13:46:13, error: 0x800705B4
当我运行这些命令时,我登录到了分支DC,我的帐户在Builtin域管理员组中。
有人能解释我为什么不能访问某些设备吗?这个错误意味着什么?
发布于 2009-09-01 22:25:50
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734是关于如何正确设置它的文章。
错误来自于查询超时的事实。考虑到您提供的信息,超时的原因在我看来并不清楚。然而,如果我理解了你所说的一切,我很确定事情是按设计进行的。
在我的环境中进行的实验似乎表明,当您尝试并查询没有为NTP提供服务的事情时,您会得到错误响应。当您对NTP时间主机运行查询时,无论您是否使用它们,您都可以得到响应。例如,尝试查询www.google.com和time.nist.gov。我认为这个命令正在按预期工作。您应该可以从成员服务器查询DC并获得时间响应,或者从工作站获得时间响应。人们真的希望您的成员服务器和工作站没有为NTP提供服务。
Tracking not-a-timeserver [xxx.xxx.x.123].
Collecting 5 samples.
The current time is 9/1/2009 5:30:40 PM (local time).
17:30:40, error: 0x800705B4
17:30:43, error: 0x800705B4
17:30:46, error: 0x800705B4
17:30:49, error: 0x800705B4
17:30:52, error: 0x800705B4
Tracking a-domain-controller [xxx.xxx.x.2].
Collecting 5 samples.
The current time is 9/1/2009 5:31:06 PM (local time).
17:31:06, +02.4314759s
17:31:08, +02.4319879s
17:31:10, +02.4324999s
17:31:12, +02.4330119s
17:31:14, +02.4335239s
Tracking stratum1-ntp-appliance [xxx.xxx.x.101].
Collecting 5 samples.
The current time is 9/1/2009 5:36:03 PM (local time).
17:36:03, +25.8268797s
17:36:05, +25.8201250s
17:36:07, +25.8210791s
17:36:09, +25.8211743s
17:36:11, +25.8216523s
https://serverfault.com/questions/61135
复制相似问题