Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting NTP on Windows 2003

Status
Not open for further replies.

Hammertime

Technical User
Jan 20, 2003
128
GB
Dumb question i'm sure,

I can point XP desktops to the NTP server and all works fine but I can't find the option in 2003! Can someone please tell me if there is a GUI way of doing it or just a command to run in cmd, thanks!

Hammertime
 
I cheat. I use this free software:



alternatively, you can create a text file with the addresses of the ntp servers you want to query.
Then, at the command prompt, enter "net time /setsntp:[ntp server list]"

thats how I remember it, I could be wrong. If in doubt, go to your command prompt and enter "net time /?" it will give the correct syntax.
 
You should probably NOT point your XP desktops to a time source if they belong to the domain. The reason is that AD will take care of this automatically for the clients. (If you do not belong to a domain, then you can manually set a time source without any problems.)

To set the time source on the W2K3 server, go to a command prompt and type this: net time /setsntp:x.x.x.x

x.x.x.x = the IP address of you time source. If you don't have a time source, enter the ip address of you PDC emulator.

Note: Your PDC emulator is by default the time source for your domain.

-hope this helps...



Joseph L. Poandl
MCSE 2003

If your company is in need of experts to examine technical problems/solutions, please check out (Sales@njcomputernetworks.com)
 
he has a good point that I failed to notice regarding the external time source.


I use nettime for my servers, then I add
"net time \\[pdc] /set /yes" to my login scripts to sync my workstations to the server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top