Time sync issues with server 2008
I can't seem to get our 2008 PDC to sync with an external NTP server. I go through the w32tm /config /manualpeerslist:PEERS /syncfromflags:manual /reliable:yes /update and it completes successfully. I try a w32tm /resync and it comes back that "the computer did not resync because there is no time data was available". I have tried different forums and solutions from them and have yet to succeed.Ryan Blackerby
November 12th, 2010 4:52pm

Hello, please post the output from w32tm /monitor. Which event viewer errors do you have. Please run "net stop w32time" and "net start w32time" from an elevated command prompt and post the event viewer entries for the time service, give some minutes to complete.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 14th, 2010 7:29am

Hi, First, please check the “Configuring the Windows Time service to use an external time source” section in the following support article. Please make sure you have done all the steps as suggested, you can also use the Fix it tool instead. How to configure an authoritative time server in Windows Server http://support.microsoft.com/kb/816042 If the issue persists, please confirm that the 2008 DC can correctly resolve the name of the time source peer. Refer to: Run Command Prompt in Elevated window, run the command "nslookup PEERS" What is the result? If any trouble is encountered, please let us know. For further troubleshooting, please help gather the following files on the 2008 DC. Thanks for your cooperation. dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt netdiag /v >c:\netdiag.txt ipconfig /all > c:\ipconfig.txt w32tm /monitor >c:\monitor.txt w32tm /query /peers /verbose >c:\peers.txt Event log ========= 1. Click "Start", click “Run”, input "eventvwr" and press Enter. 2. Expand the "Windows Logs" node on the left pane, right-click on "Application" and click "Save All Events As"; in the pop-up window, click to choose the Desktop icon on the left frame, input "app" in the "File name" blank, and then click save. 3. Right click on "System", with the same method, save it as "sys". 4. Locate the two saved log files on the Desktop and send them to us. Upload these file to the following workspace. ------------------------------------------------------------ You can upload the information files to the following link. (Please choose "Send Files to Microsoft") Workspace URL: (https://sftus.one.microsoft.com/choosetransfer.aspx?key=ec7db236-2bcf-4b88-baf0-577d4f711387) Password: sn[VYoPQI!X Note: Due to differences in text formatting with various email clients, the workspace link above may appear to be broken. Please be sure to include all text between '(' and ')' when typing or copying the workspace link into your browser. Meanwhile, please note that files uploaded for more than 72 hours will be deleted automatically. Please ensure to notify me timely after you have uploaded the files. Thank you for your understanding. Thanks. NinaThis posting is provided "AS IS" with no warranties, and confers no rights.
November 15th, 2010 5:29am

I can't seem to get our 2008 PDC to sync with an external NTP server. I go through the w32tm /config /manualpeerslist:PEERS /syncfromflags:manual /reliable:yes /update and it completes successfully. I try a w32tm /resync and it comes back that "the computer did not resync because there is no time data was available". I have tried different forums and solutions from them and have yet to succeed. Ryan Blackerby Can you verify that UDP port 123 (outbound) is open on your server? Steve Kline Microsoft Certified IT Professional: Server Administrator Microsoft Certified Product Specialist Microsoft Certified Network Product Specialist This posting is "as is" without warranties and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2010 9:09am

OK i did the net stop and net start and am pasting the event viewer entries for it Log Name: System Source: Microsoft-Windows-Time-Service Date: 11/15/2010 11:21:05 AM Event ID: 134 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: PCDC-SRV.Physicians-Clinic.com Description: NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on 'PEERS'. NtpClient will try again in 15 minutes and double the reattempt interval thereafter. The error was: No such host is known. (0x80072AF9) Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Time-Service" Guid="{06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB}" EventSourceName="W32Time" /> <EventID Qualifiers="33370">134</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2010-11-15T19:21:05.000Z" /> <EventRecordID>71520</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>PCDC-SRV.Physicians-Clinic.com</Computer> <Security /> </System> <EventData Name="MSG_MANUAL_PEER_DNS_ERROR"> <Data Name="ErrorMessage">No such host is known. (0x80072AF9)</Data> <Data Name="RetryMinutes">15</Data> <Data Name="DomainPeer">PEERS</Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-Time-Service Date: 11/15/2010 11:21:09 AM Event ID: 134 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: PCDC-SRV.Physicians-Clinic.com Description: NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on 'PEERS'. NtpClient will try again in 15 minutes and double the reattempt interval thereafter. The error was: No such host is known. (0x80072AF9) Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Time-Service" Guid="{06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB}" EventSourceName="W32Time" /> <EventID Qualifiers="33370">134</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2010-11-15T19:21:09.000Z" /> <EventRecordID>71522</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>PCDC-SRV.Physicians-Clinic.com</Computer> <Security /> </System> <EventData Name="MSG_MANUAL_PEER_DNS_ERROR"> <Data Name="ErrorMessage">No such host is known. (0x80072AF9)</Data> <Data Name="RetryMinutes">15</Data> <Data Name="DomainPeer">PEERS</Data> </EventData> </Event> Ryan Blackerby
November 15th, 2010 2:28pm

Hi Ryan, According to the above error, your issue is caused due to the DNS factor. For more information on the error “NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on…”, you can refer to the following support article: Event ID 134: http://technet.microsoft.com/en-us/library/cc756393(WS.10).aspx Please help clarify how you configured DNS on the 2008 DC. Which 'PEERS' are you using? After verifying the DNS settings, please run "nslookup PEERS" to make sure the 2008 DC can correctly resolve the name of the time source peer. If the issue persists, please help gather the following files on the 2008 DC. netdiag /v >c:\netdiag.txt ipconfig /all > c:\ipconfig.txt dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt w32tm /monitor >c:\monitor.txt w32tm /query /peers /verbose >c:\peers.txt Thanks. NinaThis posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2010 9:20pm

Ok i have the issue fixed now. Seems there was a border router setting that did not allow the info traffic into our network (actually blocked by the company our domain goes through to hit the outside world). Now symcing is great. Thanks for the help and advise.Ryan Blackerby
November 17th, 2010 1:05pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics