相关疑难解决方法(0)

时间不传播到 Windows 域上的机器

我们有一个包含两个域的 Active Directory 林:根目录下的 ourcompany.com 和用于生产服务器的 prod.ourcompany.com。时间通过根域正确传播,但子域中的服务器无法通过 NTP 同步。所以这些服务器上的时间开始漂移,因为它们只依赖于硬件时钟。

当我在其中一台生产服务器上键入“net time”时,出现以下错误:

Could not locate a time-server.
More help is available by typing NET HELPMSG 3912.
Run Code Online (Sandbox Code Playgroud)

当我输入“w32tm /resync”时,我得到以下信息:

Sending resync command to local computer
The computer did not resync because no time data was available.
Run Code Online (Sandbox Code Playgroud)

“w32tm /query /source”显示以下内容:

Free-running System Clock
Run Code Online (Sandbox Code Playgroud)

我们在 prod.ourcompany.com 子域中有三个域控制器(过大,但迁移的结果 - 我们还没有摆脱旧的一个。)更复杂的是,域控制器都是虚拟化的,运行在两个不同的物理主机上。但是域控制器本身的时间是准确的 - 不是 DC 的服务器有问题。

其中两个 DC 正在运行 Server 2003,包括 PDC 模拟器。第三个 DC 运行 Server 2008。(如果有帮助,我可以将 PDC 模拟器角色移至 2008 机器。)非 DC 服务器都运行 Server 2008。

所有其他 Active …

windows active-directory ntp time time-synchronization

3
推荐指数
2
解决办法
4万
查看次数