Re: Windows Time Service: What if the PDC-role is moved?
- From: "Bruce Sanderson" <bsanders@xxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Jul 2007 11:29:03 -0700
The registry Value "Type" in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
determines whether the computer will use the time servers specified in the Value NtpServer or the domain hierarchy.
Possible values for Type are:
NTP - use the time source specified in the NtpServer Value
NT5DS - determine the time source to use from the domain time synchronization hierarchy
I suggest using the w32tm command for modifying the time service parameters rather than directly modifying the registry entries. See for example, this quote from the "Windows Time Service Registry Entries" section of http://technet2.microsoft.com/windowsserver/en/library/b43a025f-cce2-4c82-b3ea-3b95d482db3a1033.mspx?mfr=true.
"Many of the values in the W32Time section of the registry are used internally by W32Time to store information. These values should not be manually changed at any time. Do not modify any of the settings in this section unless you are familiar with the setting and are certain that the new value will work as expected."
To set the time source, use the commands:
w32tm /config /syncfromflags:domhier
or
w32tm /config /syncfromflags:maual /manualpeerlist:DNS name of time server
e.g.
w32tm /config /syncfromflags:manual /manualpeerlist:time.nrc.ca
The following command tells the time service to start using the new configuration settings:
w32tm /config /update
To force a time synchronization, use the command:
w32tm /resync /rediscover
To find out what time source a particular computer is actually using, I suggest looking in the System Event Log for an event with:
Source: W32Time
Event ID: 35 and 37
These are created when the Time Service starts and after a time synchronization forced using the w32tm /resync /rediscover command.
For an explanation of how the Time Service and the domain time synchronization hierarchy works, see http://technet2.microsoft.com/windowsserver/en/library/71e76587-28f4-4272-a3d7-7f44ca50c0181033.mspx?mfr=true.
See the following for lists of known, public, time sources
http://tf.nist.gov/service/time-servers.html,
http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers or
http://support.ntp.org/bin/view/Servers/WebHome
(Note: as reported elsewhere, time.nist.gov appears to be having network congestion problems, so I suggest avoiding this one, at least for the time being).
--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders
It is perfectly useless to know the right answer to the wrong question.
"Roger Abell [MVP]" <mvpNoSpam@xxxxxxx> wrote in message news:uKjpnj7xHHA.4276@xxxxxxxxxxxxxxxxxxxxxxx
I have not combed the reg keys to see just how the directives are
persisted; however, I was under impression that it is a different
switch that takes priority and tells it to acquire NTP server info
from domain membership (with the time.windows.com however
changed there to kick in if disjoined).
Use w32tm or net time to see the current effective settings.
"jeutix" <jeutix@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:02C5DBC4-570E-42A7-9A95-1ACD907E70ED@xxxxxxxxxxxxxxxxAnd it has nothing to mean that the client still has "time.windows.com,0x1"
in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
regkey?
Doesn't he has to have the PDC DNS-name or IP-address in it?
--
Greetings
Udo
MCSE / CCA
"Roger Abell [MVP]" wrote:
Behaviors depend on whether you have left things at default or not.
The is an SRV resource record in DNS for the domain that any
machine with access to that DNS zone may query (the PDC record).
Left at default settings a domain member will locate its timeserver
by use of query to DNS for this record.
If you client is not following the move of the PDC FSMO to a
different DC then a) the client is configured to use a specific
timeserver, b) DNS is not getting updated to reflect the PDC
move, or c) the wrong DNS server(s) is(are) being used
- or perhaps something else.
Also, in your post you mentioned configuring the new PDC
FSMO holding DC to use an external time source. One should
not be doing that unless the DC is in the forestroot domain.
Other domains' PDC FSMO holder will locate and use the PDC
FSMO of the forestroot domain if you leave things at install
defaults (so keeping the whole forest in sync).
Roger
"jeutix" <jeutix@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F0DD3626-4CC9-413E-9BCB-E98FC9D33C49@xxxxxxxxxxxxxxxx
> We've done this and configured the new server with an IP-address of a
> Internet-time-server.
>
> But if I execute "net time" on a client, then the old PDC is shown in > the
> result line.
>
> But the old one doesn't have this config any longer, so I ask myself > why
> the
> client still shows the older one?
>
> -- > Greetings
> Udo
> MCSE / CCA
>
>
> "Florian Frommherz [MVP]" wrote:
>
>> Howdie!
>>
>> jeutix schrieb:
>> > I'read that normally the first DC in the domain which holds the
>> > PDC-role is
>> > also the authoritive time server. So this one should catch the time
>> > from the
>> > internet and serve it to the clients in the domain.
>> >
>> > What is, if the PDC role is moved from the first DC in the domain >> > to
>> > another
>> > DC? Will the first server be still the time server or will the new
>> > server be
>> > the one?
>>
>> As of my knowledge, if you move the PDC-emulator-role to another DC, >> the
>> new PDC will be the authoritive time source for all other domain
>> controllers - and they will propagate the time to all authenticating
>> clients.
>>
>> So if you move the PDC role be sure to have the new-to-be-PDC >> configured
>> to sync the time with a reliable source.
>>
>> cheers,
>>
>> Florian
>> -- >> Microsoft MVP - Windows Server - Group Policy.
>> eMail: prename [at] frickelsoft [dot] net.
>> blog: http://www.frickelsoft.net/blog.
>>
.
- References:
- Re: Windows Time Service: What if the PDC-role is moved?
- From: Florian Frommherz [MVP]
- Re: Windows Time Service: What if the PDC-role is moved?
- From: Roger Abell [MVP]
- Re: Windows Time Service: What if the PDC-role is moved?
- From: jeutix
- Re: Windows Time Service: What if the PDC-role is moved?
- From: Roger Abell [MVP]
- Re: Windows Time Service: What if the PDC-role is moved?
- Prev by Date: Re: ADM file for regkey below HKEY_USERS\SID
- Next by Date: Re: ADM file for regkey below HKEY_USERS\SID
- Previous by thread: Re: Windows Time Service: What if the PDC-role is moved?
- Next by thread: Folder Redirection
- Index(es):
Relevant Pages
|
Loading