Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

Urgent Question - Time Sychronization Across a Domain

  • 05-07-2005 5:18pm
    #1
    Closed Accounts Posts: 157 ✭✭


    I have a a SQL server running on one machine on my network, and I need to synchronize the time between all the machines on the network.

    Microsoft help has been especially useless as to how to do it.
    Has anybody successfully done it, and if so, would you mind imparting the information on me.

    Cheers.


Comments

  • Registered Users, Registered Users 2 Posts: 651 ✭✭✭sirlinux


    net time /setsntp:ie.pool.ntp.org if it's 2000 or 2003 server and you have permanent internet access, otherwise replace ie.pool.ntp.org with the ip of your interrnal ntp server, if your running Active Directory this should be done for you .

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnw2kmag01/html/TimeWin2K.asp

    for nt4 or older consider the NTP client/server at

    http://www.five-ten-sg.com/

    which actually runs fine on 2000/2003 as well.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭Capt'n Midnight


    if you aren't worried about true time you could also use.

    Net time \\computername /Domain /SET


  • Registered Users, Registered Users 2 Posts: 5,933 ✭✭✭JDxtra


    Or, if you want ultra-synchronisation and don't mind spending a few quid then go for Domain Time from Greyware Software (http://www.greyware.com/software/domaintime/).

    They make some nifty other utils as well.


  • Registered Users, Registered Users 2 Posts: 651 ✭✭✭sirlinux


    in all honesty ntpd is the world wide standard in accuracy, you can even use it with a gps, you would be wasting your money on this, on windows you can to within a couple of ms of accuracy, better on solaris & linux.
    jdempsey wrote:
    Or, if you want ultra-synchronisation and don't mind spending a few quid then go for Domain Time from Greyware Software (http://www.greyware.com/software/domaintime/).

    They make some nifty other utils as well.


Advertisement