w32time issues

G

Guest

We have a network of Win2000 servers and XP Pro clients. Approximately 3 weeks ago after updating the servers and clients I began noticing clients were not able to log onto the network. The error on the client indicated the time between the client and server were out of sync which prevented the log on. Logging on locally I could see that the times were the same as the server. Also typing NET TIME indicated that the server that is not the PDC has begun serving time. If I stop time service on this second server then the PDC takes over time service. I've followed all of the recommendations of the Microsoft help sites but continue to find these problems. The PDC does not link to an out time source.

Any and ALL help is welcome.
 
M

Marina Roos [SBS-MVP]

On the clients and memberservers from the commandprompt:

net time /setsntp:servername
w32tm -once -v

--
Regards,

Marina
Microsoft SBS-MVP

MIPD said:
We have a network of Win2000 servers and XP Pro clients. Approximately 3
weeks ago after updating the servers and clients I began noticing clients
were not able to log onto the network. The error on the client indicated the
time between the client and server were out of sync which prevented the log
on. Logging on locally I could see that the times were the same as the
server. Also typing NET TIME indicated that the server that is not the PDC
has begun serving time. If I stop time service on this second server then
the PDC takes over time service. I've followed all of the recommendations of
the Microsoft help sites but continue to find these problems. The PDC does
not link to an out time source.
 
R

Richard G. Harper

The first thing you need to do is get the PDC synchronizing to an external
time source. See this article:

http://support.microsoft.com/default.aspx?scid=216734

--
Richard G. Harper [MVP Win9x] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


MIPD said:
We have a network of Win2000 servers and XP Pro clients. Approximately 3
weeks ago after updating the servers and clients I began noticing clients
were not able to log onto the network. The error on the client indicated the
time between the client and server were out of sync which prevented the log
on. Logging on locally I could see that the times were the same as the
server. Also typing NET TIME indicated that the server that is not the PDC
has begun serving time. If I stop time service on this second server then
the PDC takes over time service. I've followed all of the recommendations of
the Microsoft help sites but continue to find these problems. The PDC does
not link to an out time source.
 
J

Jetro

To verify that the time service is synchronizing time at the command prompt,
type:

w32tm /v /once /test

To configure time service, you must:

net stop W32Time (stop the W32Time service)
net time /setsntp:{ntpservername}
net start W32Time (restart the service)

Set NTP time source on the PDC server, the rest of the forest/tree/domain
would synchronize the time automatically. You can find available NTP servers
at http://tycho.usno.navy.mil/time.html.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top