1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Time Sync on W2K Server

Discussion in 'Legacy Windows' started by OldBob, 2004/05/04.

Thread Status:
Not open for further replies.
  1. 2004/05/04
    OldBob

    OldBob Inactive Thread Starter

    Joined:
    2004/04/03
    Messages:
    63
    Likes Received:
    0
    Windows XP and 2003 Server have a feature on Date/Time that syncs the computer to some master time source on a scheduled basis. This is part of the OS. Is there a program to accomplish the same thing on a W2K server? I have a W2K server whose time drifts with time.
     
  2. 2004/05/04
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2

  3. to hide this advert.

  4. 2004/05/04
    OldBob

    OldBob Inactive Thread Starter

    Joined:
    2004/04/03
    Messages:
    63
    Likes Received:
    0
    Newt: I'm not sure that I need this tool. A few seconds error is OK. 20 Minutes off is not OK. The site you referenced talks about w32time. How do I find it and how do I access it?
     
  5. 2004/05/04
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2
    start~run~services.msc and you should see a service by that name. Make sure it is running. Also if you have a firewall, make sure you are allowing it to go out and find a time server to synch with. SNTP wants to use User Datagram Protocol (UDP) port 123.

    As to setting things, I know how I do it at work on the domain and the same should work for you I think.

    You will be specifying the server(s) to use by start~run~cmd and then net time /setsntp:serverlist and I'd suggest picking a couple that are close to you.
    Code:
    time-a.nist.gov               129.6.15.28   NIST, Gaithersburg, Maryland 
    time-b.nist.gov               129.6.15.29   NIST, Gaithersburg, Maryland 
    time-a.timefreq.bldrdoc.gov   132.163.4.101  NIST, Boulder, Colorado 
    time-b.timefreq.bldrdoc.gov   132.163.4.102  NIST, Boulder, Colorado 
    time-c.timefreq.bldrdoc.gov   132.163.4.103  NIST, Boulder, Colorado 
    utcnist.colorado.edu          128.138.140.44 University of Colorado, Boulder 
    time.nist.gov                 192.43.244.18  NCAR, Boulder, Colorado 
    time-nw.nist.gov              131.107.1.10   Microsoft, Redmond, Washington 
    nist1.datum.com                66.243.43.21  Datum, San Jose, California 
    nist1-dc.glassey.com          216.200.93.8   Abovenet, Virginia 
    nist1-ny.glassey.com          208.184.49.9   Abovenet, New York City 
    nist1-sj.glassey.com          207.126.98.204 Abovenet, San Jose, California 
    nist1.aol-ca.truetime.com     207.200.81.113 TrueTime, AOL facility, Sunnyvale, California 
    nist1.aol-va.truetime.com      64.236.96.53 TrueTime, AOL facility, Virginia 
    I'm in North Carolina so I would pick East Coast servers and use the IP address so for me

    net time /setsntp:216.200.93.8 129.6.15.28 so I'd have a Virginia and a Maryland server. If the first one works, the 2nd one never gets checked. The values remain unless you make a change do you only need to do it once.
     
    Newt,
    #4
  6. 2004/05/30
    smithde1000

    smithde1000 Inactive

    Joined:
    2003/01/14
    Messages:
    8
    Likes Received:
    0
    this works very well.

    Question:

    Is there a way to accomplish the same thing in WIN98?

    thanks
     
  7. 2004/05/30
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2
    Tell you the truth, I really don't know. There is no native way with 98 to force a periodic time synch that I'm aware of.

    However, the same net time thing might well work to point your PC to the place you want it to go and if that works, I'm guessing that net time /set would do the deed.

    You could at least take a look. Command prompt and net time /? to see if the feature is available and what options you have.

    If it looks like it will work, you could set up a batch file that did a time synch and have it run at boot time (shutdown or reboot) or if the PC stays up for long periods, just run the batch file.

    Sorry but haven't been on a 9x system for a good while and don't have one to play with.
     
    Newt,
    #6
  8. 2004/06/01
    Meli

    Meli Inactive

    Joined:
    2004/03/19
    Messages:
    32
    Likes Received:
    0
    I found a little utility when I was running Win98SE (the clock was erratic to say the least), and lately there has been an update that I run on WinXP Home. It's non invasive, runs on start-up, and once the time has been synchronized, exits. It can be run on demand also. The utility is called Dimension 4 (D4) and can be found at www.thinkman.com.
     
    Meli,
    #7
  9. 2004/06/01
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2
    D4 - now that's a blast from the past. I ran it myself on 98 and liked it. Good applet. Did it's job and never caused problems.

    Glad to hear it is still around. Hadn't thought of it in years.
     
    Newt,
    #8
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.