Asked by:
NTP fallback server configuration for W32Time on PDC emulator

Question
-
Hello Everyone,
Please advise about correct registry configuration.
I want to prepare our new PDC emulator to synchronize from our internal NTP server, and I want to add public internet NTP servers (time-nw.nist.gov and 0.pool.ntp.org) as fallback servers to the configuration.
The question is:
How to configure correctly NtpServer parameter registry value (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters) for this configuration?
Is this string appropriate (NTP is the DNS name of our internal hardware NTP server):
NTP,0x01 time-nw.nist.gov,0x02 0.pool.ntp.org,0x02
The SpecialPollInterval would be recommended 900 sec.
My reference was:
- Edited by MilanBanjac Thursday, March 17, 2011 2:41 PM
Thursday, March 17, 2011 1:40 PM
All replies
-
Which address there is your internal DNS server, pointing to those external servers is right. Just set the PDCe in the forest root to point to the external servers and let the Windows time hierarchy take over from there.
Those are good articles, another good one is here http://tigermatt.wordpress.com/2009/08/01/windows-time-for-active-directory/
Thanks
Mike
http://adisfun.blogspot.com
http://twitter.com/meklineThursday, March 17, 2011 1:52 PM -
To configure a NTP server, you can do it by proceeding to modify these register entries:
SYSTEM\CurrentControlSet\services\W32time\Config\AnnounceFlags= 1
SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer = time.windows.com (This will allow the NTP Server to synchronize with time.windows.com, if you don't need that you can let it empty)
SYSTEM\CurrentControlSet\services\W32time\Parameters\Type = NTP (This is optional and should be enabled if you want your NTP server synchronize with another NTP server)
To configure a NTP client, you can do it by proceeding to modify these register entries:
SYSTEM\CurrentControlSet\services\W32time\Config\AnnounceFlags= 0
SYSTEM\CurrentControlSet\services\W32time\Parameters\NtpServer = the IP address or the DNS name of your NTP server
SYSTEM\CurrentControlSet\services\W32time\Parameters\Type = NTP
Before proceeding, I recommand to you to backup your system state.
You can also try to use the w32time commands.
This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Microsoft Student Partner
Microsoft Certified Professional
Microsoft Certified Systems Administrator: Security
Microsoft Certified Systems Engineer: Security
Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, ConfigurationThursday, March 17, 2011 1:54 PM -
Thank you for your reply.
The question is: what is the correct configuration for fallback (backup, failover) NTP server time source in the registry?
So I need the string which will configure my PDC emulator to update its time from the following servers, in the following order:
1. NTP (our local Meinberg NTP device synchronized via GPS) - normal operation
2. time-nw.nist.gov (only if 1. is unavailable)
3. 0.pool.ntp.org (only if 1. and 2. are unavailable)
Thursday, March 17, 2011 2:03 PM -
Which address there is your internal DNS server, pointing to those external servers is right. Just set the PDCe in the forest root to point to the external servers and let the Windows time hierarchy take over from there.
Those are good articles, another good one is here http://tigermatt.wordpress.com/2009/08/01/windows-time-for-active-directory/
Thanks
Mike
http://adisfun.blogspot.com
http://twitter.com/mekline
Mike,Didn't quite understand the question about DNS. Our DNS resolution is working fine, all mentioned addresses are reachable.
Cheers,
Milan
Thursday, March 17, 2011 2:13 PM -
I have used time.windows.com, 0x1 or you can add multiple followed by quotes "", but i haven't seen any issue with time.windows.com failing or showing right time till now, so i would still go with time.windows.com
http://technet.microsoft.com/en-us/library/cc773263%28WS.10%29.aspx#w2k3tr_times_tools_uhlp
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thursday, March 17, 2011 2:30 PM -
I have used time.windows.com, 0x1 or you can add multiple followed by quotes "", but i haven't seen any issue with time.windows.com failing or showing right time till now, so i would still go with time.windows.com
http://technet.microsoft.com/en-us/library/cc773263%28WS.10%29.aspx#w2k3tr_times_tools_uhlp
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Hi Awinish,It is not a question about the reliability of time.microsoft.com server. I need solution for redundant and reliable NTP time source for our PDC emulator. The part I am not sure about is the hexadecimal flags that are added behind the name of the NTP server.
Thanks for reply.
Regards,
Milan
Thursday, March 17, 2011 2:37 PM -
You can use below for time server, if first is down second will be tried & so on.
"0.time.windows.com,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8 3.pool.ntp.org,0x8"
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thursday, March 17, 2011 2:43 PM -
You can use below for time server, if first is down second will be tried & so on.
"0.time.windows.com,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8 3.pool.ntp.org,0x8"
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Awinish,Could you please explain how "0x8" relates to the order of contacting the specified NTP servers. Where did you find this in documentation for
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer
registry key?
Thanks,
Milan
Thursday, March 17, 2011 2:48 PM -
Hello,
please use the w32tm command line tool, this is complete enough without modifying the registry. All details about the commands are in my blog:
http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx
Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Thursday, March 17, 2011 2:57 PM -
This is the value described in tech net & priority from below article.
- 0x00 Not a time server
- 0x01 Always time server
- 0x02 Automatic time server
- 0x04 Always reliable time server
- 0x08 Automatic reliable time server
http://support.ntp.org/bin/view/Support/WindowsTimeService
The reason for 08 is specified, if i choose 01 it will not query other time server.
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thursday, March 17, 2011 3:03 PM - 0x00 Not a time server
-
Hello,
please use the w32tm command line tool, this is complete enough without modifying the registry. All details about the commands are in my blog:
http://msmvps.com/blogs/mweber/archive/2010/06/27/time-configuration-in-a-windows-domain.aspx
Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Hello,Thanks for your reply. Yes, I see that using w32tm is less complex than manually editing the registry, but I didn't manage to find in your blog how to specify the order of NTP servers.
I want my PDC to always use our internal Meinberg NTP device (DNS name "NTP").
Only if this time source is for any reason unavailable, I want my PDC to contact public NTP servers on the internet.
Could you please provide clarification on how to configure this using w32tm tool?
Regrards,
Milan
Thursday, March 17, 2011 5:17 PM -
This is the value described in tech net & priority from below article.
- 0x00 Not a time server
- 0x01 Always time server
- 0x02 Automatic time server
- 0x04 Always reliable time server
- 0x08 Automatic reliable time server
http://support.ntp.org/bin/view/Support/WindowsTimeService
The reason for 08 is specified, if i choose 01 it will not query other time server.
Regards
Awinish Vishwakarma| MY Blog
Disclaimer : This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thanks Awinish.Unfortunately, this information is not from Microsoft, but from support.ntp.org
I would like to find official Microsoft instructions for this required configuration.
It is possible that you are 100% right, but I want to find documentation from MS that explains this.
I found these values at
0x02 UseAsFallbackOnly
0x04 SymmatricActive
0x08 ClientSo 0x08 does not seem to be the right option?
Regards,
Milan
Thursday, March 17, 2011 5:25 PM -
Awinish,
Unfortunately, you are wrong. Check out:
http://technet.microsoft.com/en-us/library/cc773263(WS.10).aspx
The values you mention and quote are relating to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags
But I need values for
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer
These are the possible values:
0x01 SpecialInterval
0x02 UseAsFallbackOnly
0x04 SymmetricActive
0x08 ClientSo, my question is the same. Please help, any ideas, anyone?
Regards,
Milan
- Marked as answer by Arthur_LiMicrosoft contingent staff Friday, March 18, 2011 6:30 AM
- Unmarked as answer by MilanBanjac Friday, March 18, 2011 7:26 AM
Thursday, March 17, 2011 5:35 PM -
It seems that 0x8 option with w32tm /manualpeers parameter is referring to the type of NTP packet the PDC Emulator sends to NTP server.
http://www.meinberg.de/english/faq/faq_28.htm
NTP supports several different packet types. Normally, (S)NTP clients send "client" mode request packets to a NTP server responding with a "server" mode packet. In the case mentioned above, the w32time service sends "symmetric active" instead of "client" mode packets to a NTP server. This type of packets has been implemented to support NTP's peering feature.
Peering means that a pool of computers ("peers") with "good" clocks have been configured to synchronize their clocks among each others, in order to agree on a common "network time", which then can be supplied to their clients. If a peer sends a "symmetric active" packet, it is willing to modify the NTP server's time. Of course the NTP server should not accept such requests from a "normal" client.
If 0x8 is not set as the option using w32tm command, PDC emulator will send a packet that is "SymmetricActive" and not "Client" packet.
This means that NTP server will reject the request because PDC is just a normal NTP client, and not an NTP server peer.
Microsoft has a KB article about this:
http://support.microsoft.com/kb/875424
So the command would be like this (2 time sources configured - local "NTP" and internet 0.pool.ntp.org):
w32tm /config /manualpeerlist:”NTP,0x8 0.pool.ntp.org,0x8″ /syncfromflags:MANUAL /update
The order of contacting these NTP servers is still not clear.
Any help is appreciated,
Regards,
Milan
- Proposed as answer by bjornhenrikformo Wednesday, December 6, 2017 8:30 AM
Friday, March 18, 2011 9:51 AM -
As far as I can see, when multiple NTP servers are entered into the registry configuration of w32Time service using w32tm command, the PDC emulator tries first to resolve all DNS names of entered NTP sources, and then contacts the first server in the list and synchronizes its own clock, if the server is available.
It would be good if this process is documented somewhere on technet - I hope someone will share the link...
Regards,
Milan
Friday, March 18, 2011 12:58 PM -
Thank you for your reply.
The question is: what is the correct configuration for fallback (backup, failover) NTP server time source in the registry?
So I need the string which will configure my PDC emulator to update its time from the following servers, in the following order:
1. NTP (our local Meinberg NTP device synchronized via GPS) - normal operation
2. time-nw.nist.gov (only if 1. is unavailable)
3. 0.pool.ntp.org (only if 1. and 2. are unavailable)
Hi MilanBanjac,Maybe my blog can help you out with your goals. I have numerous links and info with Microsoft documentation and links documented in the blog.
Configuring the Windows Time Service for Windows 2000, 2003, 2008 and newer, explanation of the time service hierarchy, and more
http://msmvps.com/blogs/acefekay/archive/2009/09/18/configuring-the-windows-time-service-for-windows-server.aspxAs for failover time source, the way it works, the time service will loop through each one starting with the first listed in the order they are listed until a time service response is received. It is suggested to use the actual IP addresses, or at least I suggest it, which is an old school thing I have because years ago, Windows 2000 had an issue with FQDNs, which was fixed with a hotfix, but I still use the IP address method.
Here'a an older KB that explains this (disregard the part about Windows 2000, because the service still operates in the same behavior:
W32Time client does not fail over to secondary NTP servers by FQDN
http://support.microsoft.com/kb/285641Based on the way it works, that is it rotates through each entry, you can simply configure the additional time sources on the PDC Emulator with the w32time command. I've found this works nicely without requiring registry modifications. Suggestion for your scenario:
w32tm /config /manualpeerlist:”MeinbergNTPdeviceIpAddressorFQDN time-nw.nist.gov 0.pool.ntp.org ” /reliable:yes /update
Now if you need to specifically insure that the time service will perform it in the order you want, all the time that you want, then you will need to go third party time service installed inside your infrastructure that you would simply set the PDC to use, and in the third party source, configure the multiple entries and failover settings.
There is also a caveat, or actually a design limitation with the Windows time service that it will not sync up if the time skew is below 2-3 minutes. This is also documented by Microsoft. If you need finite time sync that has much tighter time tolerance, you will definitely need to go third party. THis is also in my blog.
I hope you find this info helpful.
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Saturday, March 19, 2011 6:10 PM -
Thank you for your reply.
The question is: what is the correct configuration for fallback (backup, failover) NTP server time source in the registry?
So I need the string which will configure my PDC emulator to update its time from the following servers, in the following order:
1. NTP (our local Meinberg NTP device synchronized via GPS) - normal operation
2. time-nw.nist.gov (only if 1. is unavailable)
3. 0.pool.ntp.org (only if 1. and 2. are unavailable)
Hi MilanBanjac,Maybe my blog can help you out with your goals. I have numerous links and info with Microsoft documentation and links documented in the blog.
Configuring the Windows Time Service for Windows 2000, 2003, 2008 and newer, explanation of the time service hierarchy, and more
http://msmvps.com/blogs/acefekay/archive/2009/09/18/configuring-the-windows-time-service-for-windows-server.aspxAs for failover time source, the way it works, the time service will loop through each one starting with the first listed in the order they are listed until a time service response is received. It is suggested to use the actual IP addresses, or at least I suggest it, which is an old school thing I have because years ago, Windows 2000 had an issue with FQDNs, which was fixed with a hotfix, but I still use the IP address method.
Here'a an older KB that explains this (disregard the part about Windows 2000, because the service still operates in the same behavior:
W32Time client does not fail over to secondary NTP servers by FQDN
http://support.microsoft.com/kb/285641Based on the way it works, that is it rotates through each entry, you can simply configure the additional time sources on the PDC Emulator with the w32time command. I've found this works nicely without requiring registry modifications. Suggestion for your scenario:
w32tm /config /manualpeerlist:”MeinbergNTPdeviceIpAddressorFQDN time-nw.nist.gov 0.pool.ntp.org ” /reliable:yes /update
Now if you need to specifically insure that the time service will perform it in the order you want, all the time that you want, then you will need to go third party time service installed inside your infrastructure that you would simply set the PDC to use, and in the third party source, configure the multiple entries and failover settings.
There is also a caveat, or actually a design limitation with the Windows time service that it will not sync up if the time skew is below 2-3 minutes. This is also documented by Microsoft. If you need finite time sync that has much tighter time tolerance, you will definitely need to go third party. THis is also in my blog.
I hope you find this info helpful.
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thank you for your reply, it is helpful.I read about the windows 2000 bug with FQDN list of NTP servers, so I supposed that it is not an issue with later OS.
You wrote:
Now if you need to specifically insure that the time service will perform it in the order you want, all the time that you want, then you will need to go third party time service installed inside your infrastructure that you would simply set the PDC to use, and in the third party source, configure the multiple entries and failover settings.
I don't understand your point. What happens if my PDC uses third party NTP server installed in my infrastructure, and this NTP server fails?
How can I be sure that PDC will step over to the next NTP server listed in "manualpeerlist" parameter? What is the timeout setting for a failing NTP source? How can we configure this?
What will happen when my internal NTP server goes back online? Will my PDC try the list of NTP sources periodically and go back to my internal NTP source? Is this failback process documented somewhere?
Thanks,
Regards
Milan
Monday, March 21, 2011 8:13 AM -
The below is taken from technet only but for the part only version applicable is 2003 & 2008 but if you see the further its applicable for different version of windows.
I have used time.windows.com but never had to use any other till now, so i never though of fail over but i have actually never tried to add multiple value or got a chance to test will failover like this will work or not.
Version
Windows Server 2003 and Windows Server 2008
This entry specifies a space-delimited list of peers from which a computer obtains time stamps, consisting of one or more DNS names or IP addresses per line. Each DNS name or IP address listed must be unique. Computers connected to a domain must synchronize with a more reliable time source, such as the official U.S. time clock.
- 0x01 SpecialInterval
- 0x02 UseAsFallbackOnly
- 0x04 SymmetricActive
Version
Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, and Windows Server 2008 R2
This entry controls whether this computer is marked as a reliable time server. A computer is not marked as reliable unless it is also marked as a time server.
- 0x00 Not a time server
- 0x01 Always time server
- 0x02 Automatic time server
- 0x04 Always reliable time server
- 0x08 Automatic reliable time server
The default value for domain members is 10. The default value for stand-alone clients and servers is 10.
http://technet.microsoft.com/en-us/library/cc773263%28WS.10%29.aspx
Regards
Awinish Vishwakarma| MY Blog
Disclaimer: This posting is provided AS-IS with no warranties or guarantees and confers no rights.
Wednesday, March 23, 2011 10:18 AM - 0x01 SpecialInterval
-
Thank you for your reply.
The question is: what is the correct configuration for fallback (backup, failover) NTP server time source in the registry?
So I need the string which will configure my PDC emulator to update its time from the following servers, in the following order:
1. NTP (our local Meinberg NTP device synchronized via GPS) - normal operation
2. time-nw.nist.gov (only if 1. is unavailable)
3. 0.pool.ntp.org (only if 1. and 2. are unavailable)
Hi MilanBanjac,Maybe my blog can help you out with your goals. I have numerous links and info with Microsoft documentation and links documented in the blog.
Configuring the Windows Time Service for Windows 2000, 2003, 2008 and newer, explanation of the time service hierarchy, and more
http://msmvps.com/blogs/acefekay/archive/2009/09/18/configuring-the-windows-time-service-for-windows-server.aspxAs for failover time source, the way it works, the time service will loop through each one starting with the first listed in the order they are listed until a time service response is received. It is suggested to use the actual IP addresses, or at least I suggest it, which is an old school thing I have because years ago, Windows 2000 had an issue with FQDNs, which was fixed with a hotfix, but I still use the IP address method.
Here'a an older KB that explains this (disregard the part about Windows 2000, because the service still operates in the same behavior:
W32Time client does not fail over to secondary NTP servers by FQDN
http://support.microsoft.com/kb/285641Based on the way it works, that is it rotates through each entry, you can simply configure the additional time sources on the PDC Emulator with the w32time command. I've found this works nicely without requiring registry modifications. Suggestion for your scenario:
w32tm /config /manualpeerlist:”MeinbergNTPdeviceIpAddressorFQDN time-nw.nist.gov 0.pool.ntp.org ” /reliable:yes /update
Now if you need to specifically insure that the time service will perform it in the order you want, all the time that you want, then you will need to go third party time service installed inside your infrastructure that you would simply set the PDC to use, and in the third party source, configure the multiple entries and failover settings.
There is also a caveat, or actually a design limitation with the Windows time service that it will not sync up if the time skew is below 2-3 minutes. This is also documented by Microsoft. If you need finite time sync that has much tighter time tolerance, you will definitely need to go third party. THis is also in my blog.
I hope you find this info helpful.
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thank you for your reply, it is helpful.I read about the windows 2000 bug with FQDN list of NTP servers, so I supposed that it is not an issue with later OS.
You wrote:
Now if you need to specifically insure that the time service will perform it in the order you want, all the time that you want, then you will need to go third party time service installed inside your infrastructure that you would simply set the PDC to use, and in the third party source, configure the multiple entries and failover settings.
I don't understand your point. What happens if my PDC uses third party NTP server installed in my infrastructure, and this NTP server fails?
How can I be sure that PDC will step over to the next NTP server listed in "manualpeerlist" parameter? What is the timeout setting for a failing NTP source? How can we configure this?
What will happen when my internal NTP server goes back online? Will my PDC try the list of NTP sources periodically and go back to my internal NTP source? Is this failback process documented somewhere?
Thanks,
Regards
Milan
Hi Milan,Sorry it too so long to reply. Email alerts and notifications just started working again this morning for the forums.
I don't understand your point. What happens if my PDC uses third party NTP server installed in my infrastructure, and this NTP server fails?
Then the third parrty you've chosen wouldn't be considered a reiliable time service. I'm sure some of the third party NTP services have some sort of feature or ability to use multiple servers internally to provide synchronization and fault tolerance, such as a clustered Exchange server. If your time requirements for your infrastructure are that tight, you should look into your NTP provider's options and features, and if they don't fit the bill, to find one that will meet your organization's goals.
How can I be sure that PDC will step over to the next NTP server listed in "manualpeerlist" parameter? What is the timeout setting for a failing NTP source? How can we configure this?
I had a reference to this many years ago, and I can't find it in my notes. It's algorithm is similar to the client side resolver. When I find it, I will post it, but going on memory, I believe the time-out setting is about 2 minutes or less.
You can set the manualpeerslist to use the two 3rd party NTP servers that you've configured as a fault tolerant source, that is if the third party supports this feature.
If the lack of accuracy or control doesn't fit your bill, and as I previously mentioned, the Windows time service is not a reliable time service that the best you will get is time synch in the organization down to about 2-3 minutes anyway, you will need to go third party and use that as the primary time source where you need to install the third party time service on the machines in question that need high reliability.
Here's more from Microsoft on the lack of high accuracy:
The following quoted from Windows Time Service Technical Reference (http://technet.microsoft.com/en-us/library/cc773061(WS.10).aspx):
"The W32Time service is not a full-featured NTP solution that meets time-sensitive application needs and is not supported by Microsoft as such. For more information, see Microsoft Knowledge Base article 939322, Support boundary to configure the Windows Time service for high-accuracy environments (http://go.microsoft.com/fwlink/?LinkID=179459)."Also, the following quoted from Support boundary to configure the Windows Time service for high accuracy environments, http://support.microsoft.com/kb/939322:
"We do not guarantee and we do not support the accuracy of the W32Time service between nodes on a network. The W32Time service is not a full-featured NTP solution that meets time-sensitive application needs. The W32Time service is primarily designed to do the following:
Make the Kerberos version 5 authentication protocol work.
Provide loose sync time for client computers.
The W32Time service cannot reliably maintain sync time to the range of 1 to 2 seconds. Such tolerances are outside the design specification of the W32Time service."What will happen when my internal NTP server goes back online? Will my PDC try the list of NTP sources periodically and go back to my internal NTP source? Is this failback process documented somewhere?
It will act similar to the client side resolver, where there is a timeout period that it will reset the list to use the first one, or if immediately required to use the first one, to restart the time service. As I said, I need to find the link to this, but that;s the basis of it.
To reiterate, if the Windows Time service's loose synchronization features of 2-3 minutes is not adequate, you'll need to go third party. The time service was designed to make sure Kerberos functions within it;s 5 minute time skew tolerance, and a 2-3 minute synch setting fits this bill.
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Wednesday, March 23, 2011 12:09 PM -
Thanks for your reply Ace,
It is good to hear that e-mail notification is back in shape :)
Unfortunately, we don't have 3rd party fault tolerant NTP system at hand (nor it is in the budget plans), this
is the reason why we wanted to configure internet NTP sources as backup option.
Thanks for pointing out the facts about the inacurracy of w32Time service, it is good to know what is Microsoft view on this subject.
Currently we are happy with the way NT5DS hierarchy distributes time to servers and workstations as we don't see larger offsets than 1 sec.
Thanks for clarifying the process of polling NTP sources, we also thought that it works in the similar fashion.
Some technet or msdn information would be great, if you find it please post it - that was the point of starting this thread :)
Regards,
Milan
Wednesday, March 23, 2011 1:16 PM -
I haven;'t been able to find the links. I had them years ago, but not sure where they got to. But I do remember they didn't say much otehr than if the first doesn't work after the time, then it removes the first from the eligible list, then goes to the second, and same fashion goes to the third. After a certain time, or restarting the time service, it resets the list.
For the most part for AD, the default time service with it's lack of finite control, works nicely. It does its job for AD. :-)
Yea, I'm glad email notification is now working. I'm trying to catch up with all my posts. I must have an easy 100 emails and growing that I'm trying to sort through.
:-)
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Wednesday, March 23, 2011 4:41 PM -
I haven;'t been able to find the links. I had them years ago, but not sure where they got to. But I do remember they didn't say much otehr than if the first doesn't work after the time, then it removes the first from the eligible list, then goes to the second, and same fashion goes to the third. After a certain time, or restarting the time service, it resets the list.
For the most part for AD, the default time service with it's lack of finite control, works nicely. It does its job for AD. :-)
Yea, I'm glad email notification is now working. I'm trying to catch up with all my posts. I must have an easy 100 emails and growing that I'm trying to sort through.
:-)
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Yes, that is my problem... Canot find any official documentation anywhere.
It is so strange, because the w32tm command actually provides the option for /manualpeerlist - so by design, it is a list of NTP sources, not a single entry. But not too many words are written about the actual usage of this list - it is almost like a top secret :-)
Regards,
Milan
Thursday, March 24, 2011 7:04 AM -
Yes, that is my problem... Canot find any official documentation anywhere.
It is so strange, because the w32tm command actually provides the option for /manualpeerlist - so by design, it is a list of NTP sources, not a single entry. But not too many words are written about the actual usage of this list - it is almost like a top secret :-)
Regards,
Milan
I don't think it's a secret. Nthing is a secret unless it's specifically stated as a security thing that can't be shared. Just can't find the link...
Ace
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory ServicesThis posting is provided AS-IS with no warranties or guarantees and confers no rights.
Thursday, March 24, 2011 3:56 PM