RE: Domain Time Sync'ing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thank you Mark.

Yes, the Windows Time service is started on the PDC Emulator.

Yes, I have tried those commands with a few different 2nd level public NTP
servers. The PDC Emulator is in sync with them. The clients remain off by
various amounts, some as much as 10 minutes. I've verified that port 123 is
open on our ISA server; the server commands below do not error out. When I
run "w32tm /resync" on the server I want to be the time server, the PDC
Emulator, the results are "The command completed successfully". When I run
"w32tm /resync" on the clients, after running the client commands below, the
result is always "The computer did not resync because no time data was
available".

Any thoughts as to what to try next? I am at a total loss.

Thank you again.



"Mark" wrote:

First, is the Windows Time Service started on the server that the clients
will be httting? Next, have you tried this?:

To configure the Windows Time service on the PDC emulator

1. Open a Command Prompt.

2. Type the following command to display the time difference between the
local computer and a target computer, and then press ENTER:

w32tm /stripchart /computer:target /samples:n/dataonly

Value Definition
target
Specifies the DNS name or IP address of the NTP server that you are
comparing the local computer's time against, such as time.windows.com.

n
Specifies the number of time samples that will be returned from the target
computer to test basic NTP communication.


3. Open UDP port 123 for outgoing traffic if needed.

4. Open UDP port 123 (or a different port you have selected) for incoming
NTP traffic.

5. Type the following command to configure the PDC emulator and then press
ENTER:

w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes
/update

where peers specifies the list of DNS names and/or IP addresses of the NTP
time source that the PDC emulator synchronizes from. For example, you can
specify time.windows.com. When specifying multiple peers, use a space as the
delimiter and enclose them in quotation marks.


=====================================


To configure a client computer for automatic domain time synchronization

1. Open a Command Prompt.

2. Type the following command and then press ENTER:

w32tm /config /syncfromflags:domhier /update

3. Type the following command and then press ENTER:

net stop w32time

4. Type the following command and then press ENTER:

net start w32time


=======================================



"Brian Edwards" wrote:

1 domain, all Win2k3 servers
2 DC's, shared roles (1 has 4 of the 5 roles, the other has the remaining
role)

We had our PDC crash two months ago. I was able to bring it back online,
but only after a complete rebuild. Afterwards I cleaned up Active Directory
and got all of the roles straightened out. Dcdiag reports all tests pass on
both DC's. However, we've been noticing client clocks out of sync with the
servers, which are in sync with each other.

Can someone please start from scratch and tell me what I need to do to get
the clients to sync with either of the DC's, which both state that they are
successfully advertising themselves as time servers? I've read KB's and
posts all day long and have only gotten more and more confused. It's amazing
that something this simple requires more than a few clicks of a mouse to get
working properly.

Feel free to bash me, and I will answer any questions you have.

TIA

PS - I've tried the "w32tm /config /syncfromflags:domhier /update" then
stop/start net time on several different clients and although those do not
error out, the clocks are still off, even after reboots.

.



Relevant Pages

  • Re: Documentation of services
    ... what the initscript does versus what the command ... Take for example ntp. ... what server should I set my time to (regardless what my local clock ... One could argue that the config file needs help, ...
    (Fedora)
  • Re: Asktime and ntp problem on 5.0.7
    ... >> server 127.127.1.0 ... sets the default route prior to executing the ntp section. ... On the two new 5.0.7 system I set up, the ntpdate command ... > several quick boot up cycles can be days off. ...
    (comp.unix.sco.misc)
  • RE: Time server must be a DC ?
    ... client) and specifed the NTP server in registry during testing. ... standalone server is receiving the communication. ... DC and all DCs will sync from the PDC emulator FSMO role holder. ...
    (microsoft.public.windows.server.general)
  • RE: Time server must be a DC ?
    ... In a multi domain situation the PDC emulator from ... standalone NTP source. ... Since I tested but PDC cannot sync. ... Check which server is the PDC emulator then follow this article to set the ...
    (microsoft.public.windows.server.general)
  • Re: handling falseticker
    ... you are right this is a way to influence NTP from the command line without ... With ntpdc I can add a new peer (server) or remove it but not force to ... You describe a "lost sync" of one of the 2 Stratum 0. ...
    (comp.protocols.time.ntp)