RE: Domain Time Sync'ing
- From: Mark <Mark@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 10 Oct 2007 15:41:00 -0700
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.
- Follow-Ups:
- RE: Domain Time Sync'ing
- From: Brian Edwards
- RE: Domain Time Sync'ing
- Prev by Date: Re: Reinstallation Problem in AD
- Next by Date: Re: Domian Controller DNS Settings Question
- Previous by thread: Re: Auditing GPO Changes
- Next by thread: RE: Domain Time Sync'ing
- Index(es):
Relevant Pages
|