RE: Time Synchronisation

From: Igor Fomin (anonymous_at_discussions.microsoft.com)
Date: 04/08/04


Date: Wed, 7 Apr 2004 23:36:02 -0700

Windows includes the W32Time Time service tool that is required by the Kerberos authentication protocol. The purpose of the Time service is to ensure that all computers that are running Windows 2000 or later in an organization use a common time. The Time service uses a hierarchical relationship that controls authority and does not permit loops to ensure appropriate common time usage.

Windows-based computers use the following hierarchy by default:
All client desktop computers nominate the authenticating domain controller as their in-bound time partner.
All member servers follow the same process as client desktop computers.
Domain controllers may nominate the primary domain controller (PDC) operations master as their in-bound time partner but may use a parent domain controller based on stratum numbering.
All PDC operations masters follow the hierarchy of domains in the selection of their in-bound time partner.
Following this hierarchy, the PDC operations master at the root of the forest becomes authoritative for the organization, and you should configure the PDC operations master to gather the time from an external source. This is logged in the System event log on the computer as event ID 62. Administrators can configure the Time service on the PDC operations master at the root of the forest to recognize an external Simple Network Time Protocol (SNTP) time server as authoritative by using the following net time command, where server_list is the server list:
net time /setsntp:server_list

There are several SNTP time servers run by the U.S. Naval Observatory that are satisfactory for this function, for example:
ntp2.usno.navy.mil at 192.5.41.209
tock.usno.navy.mil at 192.5.41.41
After you set the SNTP time server as authoritative, run either of the following commands on a computer other than the domain controller to reset the local computer's time against the authoritative time server:
net time /your domain name /set
Type the following commands, pressing ENTER after each command:
net stop w32time
w32tm –once
net start w32time

More information about the net time command is available at a command prompt if you type the following command:
net time /?

SNTP defaults to using User Datagram Protocol (UDP) port 123. If this port is not open to the Internet, you cannot synchronize your server to Internet SNTP servers.

NOTE: Administrators can also configure an internal time server as authoritative by using the net time command. If the administrator directs the command to the operations master, it may be necessary to reboot the server for the changes to take effect.

Best Regards.
Igor Fomin, igorf ==at== digdes ==dot== com



Relevant Pages

  • Re: Giving users permission to an MMC
    ... Does it matter if the service is on a 2003 domain controller? ... group, added some users to it, ran the command specifying the group (got ... > can see all the servers and stuff: ...
    (microsoft.public.windows.server.security)
  • Re: dcdiag - advertising errors on newley promoted domain controller
    ... The existing domain controller in the same site had a journal wrap ... Alias and glue records for forest GUIDs from server: ... From a command prompt try and see if you get any additional ...
    (microsoft.public.windows.server.active_directory)
  • RE: Strange Irregular DNS/Networking Problems
    ... Never heard about this kind of problem with IPv6, but think this is because it is not used so much until now. ... What i heard is that firefox or some other not MS browsers and addons make problems with DNS resolving after changing DNS servers. ... After resetting the domain controller and booting up things are back ...
    (microsoft.public.windows.server.dns)
  • Re: Replication Issues with A/D
    ... site link BRIDGING is that is connecting the spokes together and because ... Site A's subnet can talk with ALL subnets in our network ... the first problem I have is that Site D's domain controller (it ... "All servers in that can replicate partition ...
    (microsoft.public.windows.server.active_directory)
  • Re: machine account password replication not working
    ... This is checking FRS replication. ... > Install the Support Tools on each Domain Controller and on each Member ... Run netdiag /v on all servers. ... The member servers reported access denied ...
    (microsoft.public.win2000.active_directory)