标题: win32 错误 [打印本页] 作者: azhao 时间: 2005-6-4 17:31 标题: win32 错误 我的win2000 ad server 上每天都有win32 time 错误。<br>
<br>
请问,长期下去,对服务器会不会有影响呢?作者: bad 时间: 2005-6-11 10:44 标题: re:能给出详细信息吗?这样好判断些 能给出详细信息吗?这样好*断些作者: azhao 时间: 2005-6-13 08:35 标题: re:事件类型: 警告事件来源: w32t... 事件类型: 警告<br>
事件来源: w32time<br>
事件种类: 无<br>
事件 ID: 64<br>
日期: 2005-6-13<br>
事件: 4:53:02<br>
用户: N/A<br>
计算机: server01<br>
描述:<br>
Because of repeated network problems, the time service has not been able to find a domain controller to synchronize with for a long time. To reduce network traffic, the time service will wait 960 minutes before trying again. No synchronization will take place during this interval, even if network connectivity is restored. Accumulated time errors may cause certain network operations to fail. To tell the time service that network connectivity has been restored and that it should resynchronize, execute "w32tm /s" from the command line. <br>
数据:<br>
0000: e5 03 00 00 作者: bad 时间: 2005-6-17 10:11 标题: re:一、是不是有残留一些以前老的AD的信息在... 一、是不是有残留一些以前老的AD的信息在DNS里面?比如:_msdcs/DC,GC,PDC<br>
二、时间服务用的是UDP(123)端口,看看你从出问题的机器能不能连接到时间服务器<br>
三、用w32tm 命令手工同步<br>
以下资料,仅供参考:<br>
1.<br>Open a Command Prompt.<br><br>
2.<br>Type the following command and then press ENTER:<br>
<br>
w32tm /config /syncfromflags:domhier /update<br><br>
3.<br>Type the following command and then press ENTER:<br>
<br>
net stop w32time<br><br>
4.<br>Type the following command and then press ENTER:<br>
<br>
net start w32time<br><br>