How to configure NTP server on windows 2003 server.

  • Jagadeshan
  • Student
  • Student
  • No Avatar
  • Joined: Dec 29, 2007
  • Posts: 65
  • Loc: india
  • Status: Offline

Post August 27th, 2008, 5:22 am

i want to know the how to configure NTP server or time server in windows 2003 server any one tell me how to install this.i got one microsoft KB article it explain change in registry editor related please help me. http://support.microsoft.com/kb/816042
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 27th, 2008, 5:22 am

  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 6737
  • Loc: Martinsburg, WV
  • Status: Offline

Post August 27th, 2008, 5:50 am

That is how you do it. Are you using an actual time clock or are you going to rely on internet time sources?
‎"Be polite, be professional, but have a plan to kill everybody you meet." Maj. Gen. James Mattis
  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 6737
  • Loc: Martinsburg, WV
  • Status: Offline

Post August 27th, 2008, 6:18 am

I'll just fill you in on a simple way to do this.

First thing you need to do is configure the domain controller to sync with a reliable time source. If you have two or more domain controllers you need to find the one that is acting as the PDC. To sync it with a time source open up a command prompt and perform the following:

Stop the time service
Code: [ Select ]
net stop w32time <enter>


Then configure the time source
Code: [ Select ]
w32tm /config /manualpeerlist:XXX.XXX.XXX.XXX,0x8 /syncfromflags:MANUAL /reliable:yes /update <enter>


The X's can be the IP address of the time server or the domain name of a time server such as time-a.nist.gov.

Once the command above is done you need to start the W32Time service
Code: [ Select ]
net start w32time <enter>
w32tm /resync <enter>
  1. net start w32time <enter>
  2. w32tm /resync <enter>


The <enter> means to press the enter key.

Next you need to sync all of your client PC's to the domain controller. You can do the following from the command line.

Code: [ Select ]
net stop w32time <enter>
w32tm /config /manualpeerlist:peers /syncfromflags:DOMHIER /update <enter>
net start w32time <enter>
w32tm /resync </enter>
  1. net stop w32time <enter>
  2. w32tm /config /manualpeerlist:peers /syncfromflags:DOMHIER /update <enter>
  3. net start w32time <enter>
  4. w32tm /resync </enter>


You can remotely do these commands using psexec from SysInternals if you have a lot of client machines.
‎"Be polite, be professional, but have a plan to kill everybody you meet." Maj. Gen. James Mattis
  • GreenGhost
  • Born
  • Born
  • No Avatar
  • Joined: Jan 16, 2012
  • Posts: 3
  • Status: Offline

Post January 16th, 2012, 12:49 pm

Amazingly well detailed instructions.

I tried to use them for Win2k Server but didn't work.

So, would you know how to do this on Win2k S ?
  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 6737
  • Loc: Martinsburg, WV
  • Status: Offline

Post January 17th, 2012, 6:10 am

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

You do realize that Windows 2000 is no longer supported.
‎"Be polite, be professional, but have a plan to kill everybody you meet." Maj. Gen. James Mattis
  • GreenGhost
  • Born
  • Born
  • No Avatar
  • Joined: Jan 16, 2012
  • Posts: 3
  • Status: Offline

Post January 17th, 2012, 6:04 pm

Yessir..

Yes I saw that page on the MS site. I was hoping there was a cli way to do it, though.

That's okay, registry edits work too.

Thanks for your help, Mr. Grinch :D
  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 6737
  • Loc: Martinsburg, WV
  • Status: Offline

Post January 18th, 2012, 4:20 am

If you want command line then here you go

http://www.spy-hill.com/~myers/help/win ... 2Time.html
‎"Be polite, be professional, but have a plan to kill everybody you meet." Maj. Gen. James Mattis
  • Wdoner
  • Born
  • Born
  • No Avatar
  • Joined: Apr 30, 2012
  • Posts: 1
  • Status: Offline

Post April 30th, 2012, 11:53 am

I want to use the internal clock on the server as my clock. I have changed the status to Manual, but it is not finding the internal time. I get a message that it could not resync becuase no time date was available after I restarted.

Post Information

  • Total Posts in this topic: 8 posts
  • Users browsing this forum: No registered users and 80 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.