Results 1 to 6 of 6

Thread: Configuring Windows Time Service on windows Server 2003

  1. #1
    lmg Guest

    Configuring Windows Time Service on windows Server 2003

    I would like to configure the Windows Time Service on our PDC emulator to
    synchronise with an external time source. After my initial investigation, I
    understand that you can either edit the registry as per KB816042 or use the
    w32tm command.
    Does it matter which option I select?
    Can I use Group Policy to alter the Windows Time Service on the PDC emulator?
    Is the w32tm command a one of synchronization or will it regularly
    synchronize?
    Your guidance is appreciated.
    Regards

  2. #2
    Meinolf Weber Guest

    Re: Configuring Windows Time Service on windows Server 2003

    Hello lmg,

    I would not work in the registry, easier with one command line on the PDCEmulator.

    w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes /update

    With "peers" you can set the time source, either DNS name (time.windows.com)
    or an ip address from a reliable time source.

    Here you can find some of them:
    http://www.pool.ntp.org/


    GPO you can use for the clients setup, but i would let them work as default.
    Default in a domain means, all DC's sync with the PDCEmulator and all member
    servers and workstations sync with one of the available DC's, doesn't matter
    which one.

    Time sync occurs after every reboot and regulary.

    Best regards

    Meinolf Weber
    Disclaimer: This posting is provided "AS IS" with no warranties, and confers
    no rights.
    ** Please do NOT email, only reply to Newsgroups
    ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

    > I would like to configure the Windows Time Service on our PDC emulator
    > to
    > synchronise with an external time source. After my initial
    > investigation, I
    > understand that you can either edit the registry as per KB816042 or
    > use the
    > w32tm command.
    > Does it matter which option I select?
    > Can I use Group Policy to alter the Windows Time Service on the PDC
    > emulator?
    > Is the w32tm command a one of synchronization or will it regularly
    > synchronize?
    > Your guidance is appreciated.
    > Regards




  3. #3
    David Shen [MSFT] Guest

    RE: Configuring Windows Time Service on windows Server 2003

    Dear Customer,

    Thank you for posting in newsgroup. And thanks to Meinolf for the
    contributions.

    According to the description, you want to configure the Windows Time
    Service on our PDC emulator to synchronize with an external time source. If
    I have any misunderstanding, please feel free to let me know.

    Based on the research, here is some information which may be helpful for
    you.

    Analysis and Suggestions:
    =====================

    1. You may refer to Microsoft Knowledge base KB 816042 to configure an
    authoritative time server in Windows Server 2003:

    http://support.microsoft.com/kb/816042

    You may also run the w32tm command-line on the PEC emulator operation
    master to configure with synchronizing with the external time server
    regularly.

    Ex. w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes
    /update

    /manualpeerlist:peers
    Set the manual peer list to <peers>, which is a space-delimited list of DNS
    or IP address of the reliable external time server.

    /syncfromflags:manual
    Set what sources the NTP client should sync from.

    /reliable:yes
    Set this machine is a reliable time server

    /update:
    Set the time service configuration update.

    Since the PDC emulator operations master at the root of the forest becomes
    authoritative for the organization. We would like to suggest that you
    configure the authoritative time server to gather the time from a reliable
    external hardware source. We also recommend that you reduce your time
    correction settings for your servers and stand-alone clients. These
    recommendations provide more accuracy and security to your domain.

    2. For your concern about using Group Policy to alter the Windows Time
    Service on the PDC emulator, the authoritative Windows Time server cannot
    be changed with GPO on PDC emulator. However, you may use Group Policy to
    make all the domain clients to sync time with the authoritative time server
    in the domain.

    You can find the Group Policy settings used to configure W32Time in the
    Group Policy Object Editor snap-in in the following locations:

    Configure Global Configuration Settings here.
    Computer Configuration\Administrative Templates\System\Windows Time Service

    Configure Windows NTP Client settings here.
    Computer Configuration\Administrative Templates\System\Windows Time
    Service\Time Providers

    3. Is w32tm command a one of synchronization or will it regularly
    synchronize?

    Yes, You may use following example to sync the time server every time the
    server is reboot.

    Ex. w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes
    /update

    Generally speaking, after you configure time server, Windows Time service
    will synchronize time periodically.

    For more information:
    ====================

    How to configure an authoritative time server in Windows Server 2003
    http://support.microsoft.com/kb/816042

    Windows Time Service Technical Reference
    http://msdn2.microsoft.com/en-us/library/bb608215.aspx

    Hope all the information will be helpful.

    Thanks for your time.

    David Shen
    Microsoft Online Partner Support


  4. #4
    lmg Guest

    RE: Configuring Windows Time Service on windows Server 2003

    Thanks to both parties who responded to my post. Regards

    "David Shen [MSFT]" wrote:

    > Dear Customer,
    >
    > Thank you for posting in newsgroup. And thanks to Meinolf for the
    > contributions.
    >
    > According to the description, you want to configure the Windows Time
    > Service on our PDC emulator to synchronize with an external time source. If
    > I have any misunderstanding, please feel free to let me know.
    >
    > Based on the research, here is some information which may be helpful for
    > you.
    >
    > Analysis and Suggestions:
    > =====================
    >
    > 1. You may refer to Microsoft Knowledge base KB 816042 to configure an
    > authoritative time server in Windows Server 2003:
    >
    > http://support.microsoft.com/kb/816042
    >
    > You may also run the w32tm command-line on the PEC emulator operation
    > master to configure with synchronizing with the external time server
    > regularly.
    >
    > Ex. w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes
    > /update
    >
    > /manualpeerlist:peers
    > Set the manual peer list to <peers>, which is a space-delimited list of DNS
    > or IP address of the reliable external time server.
    >
    > /syncfromflags:manual
    > Set what sources the NTP client should sync from.
    >
    > /reliable:yes
    > Set this machine is a reliable time server
    >
    > /update:
    > Set the time service configuration update.
    >
    > Since the PDC emulator operations master at the root of the forest becomes
    > authoritative for the organization. We would like to suggest that you
    > configure the authoritative time server to gather the time from a reliable
    > external hardware source. We also recommend that you reduce your time
    > correction settings for your servers and stand-alone clients. These
    > recommendations provide more accuracy and security to your domain.
    >
    > 2. For your concern about using Group Policy to alter the Windows Time
    > Service on the PDC emulator, the authoritative Windows Time server cannot
    > be changed with GPO on PDC emulator. However, you may use Group Policy to
    > make all the domain clients to sync time with the authoritative time server
    > in the domain.
    >
    > You can find the Group Policy settings used to configure W32Time in the
    > Group Policy Object Editor snap-in in the following locations:
    >
    > Configure Global Configuration Settings here.
    > Computer Configuration\Administrative Templates\System\Windows Time Service
    >
    > Configure Windows NTP Client settings here.
    > Computer Configuration\Administrative Templates\System\Windows Time
    > Service\Time Providers
    >
    > 3. Is w32tm command a one of synchronization or will it regularly
    > synchronize?
    >
    > Yes, You may use following example to sync the time server every time the
    > server is reboot.
    >
    > Ex. w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes
    > /update
    >
    > Generally speaking, after you configure time server, Windows Time service
    > will synchronize time periodically.
    >
    > For more information:
    > ====================
    >
    > How to configure an authoritative time server in Windows Server 2003
    > http://support.microsoft.com/kb/816042
    >
    > Windows Time Service Technical Reference
    > http://msdn2.microsoft.com/en-us/library/bb608215.aspx
    >
    > Hope all the information will be helpful.
    >
    > Thanks for your time.
    >
    > David Shen
    > Microsoft Online Partner Support
    >
    >


  5. #5
    David Shen [MSFT] Guest

    RE: Configuring Windows Time Service on windows Server 2003

    Dear Customer,

    I am glad that the information is helpful. If you have other question,
    welcome to the newsgroup again.

    Thanks.

    David Shen
    Microsoft Online Partner Support


  6. #6
    Join Date
    May 2008
    Posts
    1
    how do i configure the peer list ? I understand everything except where and how to input my ntp servers. Thanks for any help.

Similar Threads

  1. Need help with run as service in windows server 2003
    By Indivar in forum Networking & Security
    Replies: 5
    Last Post: 01-12-2010, 12:08 AM
  2. Configuring swap files in Windows Server 2003
    By Dharamsi in forum Networking & Security
    Replies: 3
    Last Post: 07-08-2009, 02:47 PM
  3. Can't time sync with Windows 2003 Server Std.
    By Calab in forum Windows Server Help
    Replies: 5
    Last Post: 10-04-2008, 01:35 PM
  4. Replies: 3
    Last Post: 25-07-2007, 04:44 PM
  5. Time Sync on a Windows 2003 Server
    By Russyan in forum Active Directory
    Replies: 3
    Last Post: 04-06-2007, 11:55 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,308,170.63718 seconds with 17 queries