Windows server 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone!!!!!!!!

I am getting the following message on windows server 2003 machine event log.

"The time service has not synchronized the system time for 86400 seconds
because none of the time service providers provided a usable time stamp. The
time service is no longer synchronized and cannot provide the time to other
clients or update the system clock. Monitor the system events displayed in
the Event Viewer to make sure that a more serious problem does not exist.
Event id--36".........

I have checked time clock properties and it is not synchronised with any of
time server.do i select sync to time clock server on net.

how to resolve this issue.or does this message has any impact on server's
performance.

All your efforts are highly appreciated.

Thanks,
Bharat
 
bharat said:
Hello everyone!!!!!!!!

I am getting the following message on windows server 2003 machine event log.

"The time service has not synchronized the system time for 86400 seconds
because none of the time service providers provided a usable time stamp. The
time service is no longer synchronized and cannot provide the time to other
clients or update the system clock. Monitor the system events displayed in
the Event Viewer to make sure that a more serious problem does not exist.
Event id--36".........

I have checked time clock properties and it is not synchronised with any of
time server.do i select sync to time clock server on net.

how to resolve this issue.or does this message has any impact on server's
performance.

All your efforts are highly appreciated.

Thanks,
Bharat

What time servers are you configured to sync to? There are plenty of
freely accessible public time servers (using the pools is a good
option). TO set this up, on your domain controller issue the command:
net time /setsntp:0.pool.ntp.org, 1.pool.ntp.org (etc)

Or you can create a file listing available time servers. For a complete
listing of options try:
net help time

....kurt
 
Back
Top