Internet time synchronization

  • Thread starter Thread starter David Moy
  • Start date Start date
D

David Moy

I have several PCs that are running Windows XP
Professional, and most had been synchronized with an
external time source (nist.gov) before they were added to
the domain. Once they were added to the domain,
the "Internet Time" tab disappeared from the time/date
setting panel. Is there anyway to recover the tab
(change a registry setting or something)so that I can set
the remaining PCs to the external time source?
 
By default PCs in a domain are synchronized to the domain server time.

--
Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights...
 
Thanks for the reply. Is the only way to recover the tab then, is to remove the PC from the domain, set the synchronization source, and then add it back into the domain? The other domain PCs are still synchronizing from nist.gov- my server clock loses time, and those PCs that did not have the sync source set show the server time. The others show the time from NIST


----- Sooner Al wrote: ----

By default PCs in a domain are synchronized to the domain server time

--
Al Jarvi (MS-MVP Windows Networking

Please post *ALL* questions and replies to the news group for the mutual benefit of all of us..
The MS-MVP Program - http://mvp.support.microsoft.co
This posting is provided "AS IS" with no warranties, and confers no rights..
 
David Moy wrote:
my server clock loses time

Why not fix that problem at the source? Is the server set to sync time with
a public time server? Errors in the event logs?
and those
PCs that did not have the sync source set show the server time. The
others show the time from NIST.

You really want all PCs to sync time with the DC.
 
The server is running W2K Advanced server, and I can't get it to sync with an external source (option to sync with external source not available either). Since I can't get the server to sync, I figured I'd try to get the workstations to sync.

P.S.- the workstations all have WinXP Pro. The server is slated to go to Server 2K3 in 6-9 months


----- Lanwench [MVP - Exchange] wrote: ----

David Moy wrote
<snip>> my server clock loses tim

Why not fix that problem at the source? Is the server set to sync time wit
a public time server? Errors in the event logs
and thos
PCs that did not have the sync source set show the server time. Th
others show the time from NIST

You really want all PCs to sync time with the DC
 
David Moy said:
The server is running W2K Advanced server, and I can't get it to sync with
an external source (option to sync with external source not available
either). Since I can't get the server to sync, I figured I'd try to get the
workstations to sync.
P.S.- the workstations all have WinXP Pro. The server is slated to go to
Server 2K3 in 6-9 months.


The clients MUST be in sync with the server for
KERBEROS to function correctly.

How to Configure an Authoritative Time Server in Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;EN-GB;q216734

To get the server to sync, go to a command prompt and type:

net time /setsntp:<name-of-external-time-server>

Then check it worked with :

net time /querysntp

That's all there is to it.


Your clients will normally sync with their Domain Controller, and
should not have a timesource specified:

net time /setsntp:

This will clear any previously specified time source.


For further light reading...
The Windows Time Service
http://www.microsoft.com/windows2000/docs/wintimeserv.doc
 
Back
Top