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.

SBS 2003 Time Sync

Discussion in 'Windows Server System' started by griffmaster, 2007/03/20.

  1. 2007/03/20
    griffmaster

    griffmaster Inactive Thread Starter

    Joined:
    2006/09/12
    Messages:
    88
    Likes Received:
    0
    Got an SBS Server 2003 and 5 XP SP2 clients, all have different times and I am having issues getting them to all sync with the server and use that time.

    Have tried the following commands with no luck

    net time /setsntp:myserver

    then tried: w32tm /stripchart /computer:myserver

    This highlighted the offset still exists with clients. I finally tried the following:

    w32tm /resync /computer:myserver

    But I get the following message:
    Sending resync command to myserver...
    The computer did not resync because no time data was available.


    I have also done what is suggested here http://support.microsoft.com/kb/929276/en-us and everything seems fine.

    Anyone got any ideas? Thanks.

    Griffmaster
     
    Last edited: 2007/03/20
  2. 2007/03/20
    capabel

    capabel Inactive

    Joined:
    2007/03/20
    Messages:
    6
    Likes Received:
    0
    If you have a login script setup try adding the below time

    net time \\%servername% /set /yes
     

  3. to hide this advert.

  4. 2007/03/21
    griffmaster

    griffmaster Inactive Thread Starter

    Joined:
    2006/09/12
    Messages:
    88
    Likes Received:
    0
    I dont actually have any logon scripts, but if suggested then (with advice) I can make one. Only recently the noticed that time offsets, some PCs are worse tahn others.
     
  5. 2007/03/21
    capabel

    capabel Inactive

    Joined:
    2007/03/20
    Messages:
    6
    Likes Received:
    0
    Login scripts can do a lot of very little to nothing,

    create a batch file and just keep it simple call it logon.bat ad the lines

    @echo off

    net time \\%servername% /set /yes
    net use h: \\%servername%\home\%userid%
    EXIT

    Put the logon.bat file in \\%servername%\sysvol\%domainname%\scripts

    Modify the users profile in ad and and add logon.bat under the profile tab in the line that reads Logon script and your done. I added a line for you to map the users home drive if you want. Makes it easy to avoid data loss if data is setup on the server. Once that's setup try setting up roaming profiles.
     
  6. 2007/04/08
    TheWyrm

    TheWyrm Inactive

    Joined:
    2007/04/06
    Messages:
    5
    Likes Received:
    0
    WIN Server 2K3 time Configs

    Hi All, Had a lot of issues with time sync when i first lit up 2K3 server.

    http://www.pool.ntp.org/

    Found a lot of useful config stuff here, If you register you can List your DC In the "Pool" according to country. Then your DC can sync from the pool, and your PC's can sync from DC. I have been running it for 2 yrs without a hitch. It's all free and Your not hooked into the "Big" Time servers.

    All i did was register, change my net time /setsntp to "ca.pool.ntp.org" on my DC,(I have a small lan so i only need one entry), you can have up to five for good ping return. Then tell boxes to sync from local DC.

    My lan is set up so DC Syncs to ca.pool.ntp.org.
    My Networked boxes, are configged net time /setsntp: (Your Local Domain).

    All works well, it even auto synced the recent Daylight Saving time change no prob. i thought FOR sure things were gonna go berzerk. The Ntp pool is free and run by a university. the more people that become active the bigger the pool, and the less load there is on the Major time servers.
     

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.