Results 1 to 2 of 2

Thread: Setting my PDC Emulator to time sync to external time source

  1. #1
    aja44 Guest

    Setting my PDC Emulator to time sync to external time source

    Hi all,

    I have a couple of servers and a few hundered computers in my school. I
    have a time sync as part of the users logon scripts that sync the time on
    their PC to the PDC Emulator FSMO box. All DC's are running Server 2003 with
    a couple of 2000 servers running applications. All the servers and PC's show
    the same time as my PDC Emulator. But when I go to
    http://www.time.gov/timezone.cgi?Eastern/d/-5/java for time I find that I am
    3 minutes off. I would like to sync my PDC Emulator DC to an outside time
    source. Can some help me out doing this. I found a kb article that has a
    series of registry settings but reference peers which I did not understand.

    Thanks,

  2. #2
    Bjarne Duelund Guest

    Re: Setting my PDC Emulator to time sync to external time source

    Use this command on your PDC:
    w32tm /config /manualpeerlist:<timesource> /syncfromflags:manual
    /reliable:yes /update

    where <timesource> is the IP address or DNS name of your external
    timesource.

    and restart the time service with (might not be needed, but just in
    case...):
    net stop w32time
    net start w32time

    All other Domain Controllers should sync automatically with the PDC and all
    other clients (member servers and workstations (Windows 2000+)) in the
    domain, should automatically sync with any Domain Controller - no need for
    syncing in the logon script.

    To assure normal domain time syncing on other than the PDC, use this
    command:
    w32tm /config /syncfromflags:domhier /update

    and restart the time service with:
    net stop w32time
    net start w32time


    Hope this helps,
    - Bjarne Duelund


    "aja44" <aja44@discussions.microsoft.com> skrev i meddelelsen
    news:00CB48C6-9B01-4310-B33E-9E17C2CEF2A9@microsoft.com...
    > Hi all,
    >
    > I have a couple of servers and a few hundered computers in my school. I
    > have a time sync as part of the users logon scripts that sync the time on
    > their PC to the PDC Emulator FSMO box. All DC's are running Server 2003
    > with
    > a couple of 2000 servers running applications. All the servers and PC's
    > show
    > the same time as my PDC Emulator. But when I go to
    > http://www.time.gov/timezone.cgi?Eastern/d/-5/java for time I find that I
    > am
    > 3 minutes off. I would like to sync my PDC Emulator DC to an outside time
    > source. Can some help me out doing this. I found a kb article that has a
    > series of registry settings but reference peers which I did not
    > understand.
    >
    > Thanks,



Similar Threads

  1. Source Code to get all the available time zones with using java
    By samualres in forum Software Development
    Replies: 3
    Last Post: 30-11-2009, 10:20 AM
  2. Replies: 3
    Last Post: 10-07-2009, 11:40 PM
  3. Server Time and Time Sync
    By Somchai in forum Windows Server Help
    Replies: 1
    Last Post: 29-12-2008, 01:16 AM
  4. Setting Up SBS to Sync w/ External Time Source
    By Christopher in forum Small Business Server
    Replies: 3
    Last Post: 14-06-2005, 03:52 PM
  5. w32time + PDC + External time source = errors + warnings
    By Jéjé in forum Windows Server Help
    Replies: 4
    Last Post: 15-02-2005, 07:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,898,057.92346 seconds with 17 queries