Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 03-20-2007, 09:33 PM   #1 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Clock Sync issues

Quote:
Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. It is recommended that you either configure a reliable time service in the root domain, or manually configure the PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy. If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
How can I correct this, I am lost.

This is from the PDC (only DC in the domain) it needs to be configured as a reliable time source and set up to sync with an external NTP.

*I did notice in the registry the NTP client is enabled, does that need to be disabled for the time sync to work?

When I set up the computer to sync with an external time source and run the "w32tm /resync" command it returns "no time data available"


ANY IDEAS!! My clocks are out of wack!!!
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Sponsored Links
Old 03-21-2007, 05:46 AM   #2 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

The way I usually set the DC time source is through the cmd prompt.

C:\>net time /setsntp:time.windows.com

then you have to stop the time service

C:\>net stop w32time

then you have to start it back up

C:\>net start w32time

I have noticed that the time.windows.com site is not always reliable and started to use a different time server.
time.nist.gov
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 06:14 AM   #3 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

The NTP Server has been set as <69.222.103.98>. I have followed your directions or ones similar to it. Here is a list of NTP servers however most of them are not responding to ping commands.

http://tf.nist.gov/timefreq/service/time-servers.html

Which NTP should I use?

This is the only DC in the domain, how can i initiate a time sync from the command line using the given NTP?
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 06:25 AM   #4 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

The PDC needs to be declared an authoritative time source, which I am almost certain has already happened (all domain clients are syncing with the PDC).

So really the only thing I need to accomplish is to get the PDC syncing with an external time source.

As stated before I have followed you steps and the NTP was set, however even though the service is stopped and restarted, the clock on the PDC is not accurate (not syncing with NTP). I need to verify the accuracy of NTP <69.222.103.98>.

What is the command for initiating the sync with the given NTP?

Thanks.
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 06:27 AM   #5 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

Normally it is

C:\>net time /setsntp:(time server)

I'm going to check this right now and get back to you.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 07:00 AM   #6 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

I got mine to change time servers but it's not getting the info for the site.
I'm digging into this a little more.
Maybe it's the stupid DST change that screwed this all up.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 07:03 AM   #7 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

I changed my time server to time-a.timefreq.bldrdoc.gov and it seems to be working correctly now.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 08:07 AM   #8 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

C:\>net time /setsntp:time-a.timefreq.bldrdoc.gov

Does the NTP need the suffix x0x on it when doing it from the command line?

then start and stop services?

The clock should now be in sync?
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 08:12 AM   #9 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

just like you typed it here.

Should work fine.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 12:26 PM   #10 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

Joe,

Followed the steps, even putting the 0x1 at the end of the NTP server string (regedit).

Still the PDC clock remains out of sync. I did read the it can take up to an hour to fully sync, however that can be avoided by typing w32tm /resync when I run that it returns "No Time Data Was Available".
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 12:30 PM   #11 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

What does it show in the system event logs?
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 12:40 PM   #12 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

It shows nothing as a result of the sync failure, I see about every couple of hours the same message as seen earlier in this thread.

I am following the steps here right now.

http://support.microsoft.com/kb/929276

Let me know if you think of anything.

Thanks.
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 01:39 PM   #13 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

This must either have something to do with a firewall or DST 2007.

What are the ports for NTP?
I don't run a local firewall, but Symantec AV server is running.

How should I open them if they were to be blocked?
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 02:15 PM   #14 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

This is a Group Policy issue...still waiting to configure policies correctly...looks promising.
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 02:29 PM   #15 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

The following is a GPRESULT on the DC with the error. Do these settings look correct?

FrequencyCorrectRate 4
HoldPeriod 5
LargePhaseOffset 1280000
MaxAllowedPhaseOffset 300
MaxNegPhaseCorrection 54000
MaxPosPhaseCorrection 54000
PhaseCorrectRate 1
PollAdjustFactor 5
SpikeWatchPeriod 90
UpdateInterval 30000
General Parameters
AnnounceFlags 10
EventLogFlags 2
LocalClockDispersion 10
MaxPollInterval 15
MinPollInterval 10
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-21-2007, 06:50 PM   #16 (permalink)
Member, Networking Team
 
Join Date: Jan 2005
Location: Ohio
Posts: 1,040
OS: Windows Server 2003


Re: Clock Sync issues

All:

This issue was resolved by configuring the group policy. The Default Domain Policy had been configured to NTP Client type "NTP" rather than "NT5DS" which was restricting every computer on the domain, inluding the server from from accessing "out of domain" time servers.

Here is a good link describing the policies.

http://www.microsoft.com/technet/pro.../26_s3wts.mspx

Thanks.
__________________
Because you can read this thank a teacher, because it's English thank a soldier.
newhouse1390 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-22-2007, 04:17 AM   #17 (permalink)
Registered User
 
crazijoe's Avatar
 
Join Date: Oct 2004
Location: Omaha, The Center of the Universe
Posts: 7,632
OS: WinXP, Win2K3

My System

Re: Clock Sync issues

Glad you got if figured out. And good info too.
Sorry I faded off after 3PM CST. I had just gotten off work.
crazijoe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:49 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84