Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > SNTP Setup on Windows 2003

Reply
Thread Tools Display Modes

SNTP Setup on Windows 2003

 
 
Anthony Lopez
Guest
Posts: n/a

 
      07-29-2009
I am attempting to sync our new Windows 2003 Standard Edition R2 server to
our network NTP time source device. I have done this for our other Windows
2000 servers with out a problem.

I have made similar changes to the W2k3 server to no good avail. Why did it
get so much more difficult?



 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      07-29-2009
Hello Anthony,

Is that a workgroup server or domain controller?

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 am attempting to sync our new Windows 2003 Standard Edition R2
> server to our network NTP time source device. I have done this for our
> other Windows 2000 servers with out a problem.
>
> I have made similar changes to the W2k3 server to no good avail. Why
> did it get so much more difficult?
>



 
Reply With Quote
 
Anthony Lopez
Guest
Posts: n/a

 
      07-29-2009

Workgroup Server


On 7/28/09 6:12 PM, in article
, "Meinolf Weber [MVP-DS]"
<> wrote:

> Hello Anthony,
>
> Is that a workgroup server or domain controller?
>
> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>> server to our network NTP time source device. I have done this for our
>> other Windows 2000 servers with out a problem.
>>
>> I have made similar changes to the W2k3 server to no good avail. Why
>> did it get so much more difficult?
>>

>
>


 
Reply With Quote
 
Anthony Lopez
Guest
Posts: n/a

 
      07-29-2009
Its a workgroup server


On 7/28/09 6:32 PM, in article C694F4D2.31CD%, "Anthony
Lopez" <> wrote:

> Workgroup Server
>
>
> On 7/28/09 6:12 PM, in article
> , "Meinolf Weber [MVP-DS]"
> <> wrote:
>
>> Hello Anthony,
>>
>> Is that a workgroup server or domain controller?
>>
>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>> server to our network NTP time source device. I have done this for our
>>> other Windows 2000 servers with out a problem.
>>>
>>> I have made similar changes to the W2k3 server to no good avail. Why
>>> did it get so much more difficult?
>>>

>>
>>

>


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      07-29-2009

Hello Anthony,

Be sure that UDP/123 is open when a firewall is used. Run following command:

w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/


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


> Workgroup Server
>
> On 7/28/09 6:12 PM, in article
> , "Meinolf Weber
> [MVP-DS]" <> wrote:
>
>> Hello Anthony,
>>
>> Is that a workgroup server or domain controller?
>>
>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>> server to our network NTP time source device. I have done this for
>>> our other Windows 2000 servers with out a problem.
>>>
>>> I have made similar changes to the W2k3 server to no good avail. Why
>>> did it get so much more difficult?
>>>



 
Reply With Quote
 
Anthony Lopez
Guest
Posts: n/a

 
      07-30-2009
We have a LAN device which is our Stratum-1 time source for all host. It
provides NTP and SNTP version 1, 2, and 3 frames.

Made your suggested changes as described below

Ensured that Firewall is turned off

Just turned off Group Policy

Did a: Stop/Start of w32time

Did a: w32tm /resync /rediscover and got the following error response:
"The computer did not resync because no time data was available."


On 7/29/09 3:59 PM, in article
, "Meinolf Weber [MVP-DS]"
<> wrote:

> Hello Anthony,
>
> Be sure that UDP/123 is open when a firewall is used. Run following command:
>
> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/
>
>
> 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
>
>
>> Workgroup Server
>>
>> On 7/28/09 6:12 PM, in article
>> , "Meinolf Weber
>> [MVP-DS]" <> wrote:
>>
>>> Hello Anthony,
>>>
>>> Is that a workgroup server or domain controller?
>>>
>>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>>> server to our network NTP time source device. I have done this for
>>>> our other Windows 2000 servers with out a problem.
>>>>
>>>> I have made similar changes to the W2k3 server to no good avail. Why
>>>> did it get so much more difficult?
>>>>

>
>


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      07-30-2009
Hello Anthony,

Please post the command you used. Also what did you mean with turned off
Group policy? Do you use GPOs for time configuration?

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


> We have a LAN device which is our Stratum-1 time source for all host.
> It provides NTP and SNTP version 1, 2, and 3 frames.
>
> Made your suggested changes as described below
>
> Ensured that Firewall is turned off
>
> Just turned off Group Policy
>
> Did a: Stop/Start of w32time
>
> Did a: w32tm /resync /rediscover and got the following error response:
> "The computer did not resync because no time data was available."
>
> On 7/29/09 3:59 PM, in article
> , "Meinolf Weber
> [MVP-DS]" <> wrote:
>
>> Hello Anthony,
>>
>> Be sure that UDP/123 is open when a firewall is used. Run following
>> command:
>>
>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/
>> 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
>>> Workgroup Server
>>>
>>> On 7/28/09 6:12 PM, in article
>>> , "Meinolf Weber
>>> [MVP-DS]" <> wrote:
>>>
>>>> Hello Anthony,
>>>>
>>>> Is that a workgroup server or domain controller?
>>>>
>>>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>>>> server to our network NTP time source device. I have done this for
>>>>> our other Windows 2000 servers with out a problem.
>>>>>
>>>>> I have made similar changes to the W2k3 server to no good avail.
>>>>> Why did it get so much more difficult?
>>>>>



 
Reply With Quote
 
Anthony Lopez
Guest
Posts: n/a

 
      07-30-2009

Here are the commands that I used

Gpedit.msc

Local Computer Policy | Computer Configuration | Administrative
Configuration | System | Windows Time Service | Time Providers | Configure
Windows NTP Client = Not Configured

Gpupdate /force

Net stop w32time && Net start w32time

w32tm /resync /rediscover



On 7/30/09 1:57 PM, in article
, "Meinolf Weber [MVP-DS]"
<> wrote:

> Hello Anthony,
>
> Please post the command you used. Also what did you mean with turned off
> Group policy? Do you use GPOs for time configuration?
>
> 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
>
>
>> We have a LAN device which is our Stratum-1 time source for all host.
>> It provides NTP and SNTP version 1, 2, and 3 frames.
>>
>> Made your suggested changes as described below
>>
>> Ensured that Firewall is turned off
>>
>> Just turned off Group Policy
>>
>> Did a: Stop/Start of w32time
>>
>> Did a: w32tm /resync /rediscover and got the following error response:
>> "The computer did not resync because no time data was available."
>>
>> On 7/29/09 3:59 PM, in article
>> , "Meinolf Weber
>> [MVP-DS]" <> wrote:
>>
>>> Hello Anthony,
>>>
>>> Be sure that UDP/123 is open when a firewall is used. Run following
>>> command:
>>>
>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/
>>> 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
>>>> Workgroup Server
>>>>
>>>> On 7/28/09 6:12 PM, in article
>>>> , "Meinolf Weber
>>>> [MVP-DS]" <> wrote:
>>>>
>>>>> Hello Anthony,
>>>>>
>>>>> Is that a workgroup server or domain controller?
>>>>>
>>>>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>>>>> server to our network NTP time source device. I have done this for
>>>>>> our other Windows 2000 servers with out a problem.
>>>>>>
>>>>>> I have made similar changes to the W2k3 server to no good avail.
>>>>>> Why did it get so much more difficult?
>>>>>>

>
>


 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      07-30-2009

Hello Anthony,

So you didn't use:
w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /update

where PEERS is replaced with ip address from your stratum device?

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


> Here are the commands that I used
>
> Gpedit.msc
>
> Local Computer Policy | Computer Configuration | Administrative
> Configuration | System | Windows Time Service | Time Providers |
> Configure Windows NTP Client = Not Configured
>
> Gpupdate /force
>
> Net stop w32time && Net start w32time
>
> w32tm /resync /rediscover
>
> On 7/30/09 1:57 PM, in article
> , "Meinolf Weber
> [MVP-DS]" <> wrote:
>
>> Hello Anthony,
>>
>> Please post the command you used. Also what did you mean with turned
>> off Group policy? Do you use GPOs for time configuration?
>>
>> 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
>>> We have a LAN device which is our Stratum-1 time source for all
>>> host. It provides NTP and SNTP version 1, 2, and 3 frames.
>>>
>>> Made your suggested changes as described below
>>>
>>> Ensured that Firewall is turned off
>>>
>>> Just turned off Group Policy
>>>
>>> Did a: Stop/Start of w32time
>>>
>>> Did a: w32tm /resync /rediscover and got the following error
>>> response: "The computer did not resync because no time data was
>>> available."
>>>
>>> On 7/29/09 3:59 PM, in article
>>> , "Meinolf Weber
>>> [MVP-DS]" <> wrote:
>>>
>>>> Hello Anthony,
>>>>
>>>> Be sure that UDP/123 is open when a firewall is used. Run following
>>>> command:
>>>>
>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/
>>>> 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
>>>>> Workgroup Server
>>>>>
>>>>> On 7/28/09 6:12 PM, in article
>>>>> , "Meinolf Weber
>>>>> [MVP-DS]" <> wrote:
>>>>>
>>>>>> Hello Anthony,
>>>>>>
>>>>>> Is that a workgroup server or domain controller?
>>>>>>
>>>>>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>>>>>> server to our network NTP time source device. I have done this
>>>>>>> for our other Windows 2000 servers with out a problem.
>>>>>>>
>>>>>>> I have made similar changes to the W2k3 server to no good avail.
>>>>>>> Why did it get so much more difficult?
>>>>>>>



 
Reply With Quote
 
Anthony Lopez
Guest
Posts: n/a

 
      07-30-2009

I sort of thought you were asking about the additional commands I used.
Below is the revised edition


w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /update

>> Gpedit.msc
>>
>> Local Computer Policy | Computer Configuration | Administrative
>> Configuration | System | Windows Time Service | Time Providers |
>> Configure Windows NTP Client = Not Configured
>>
>> Gpupdate /force
>>
>> Net stop w32time && Net start w32time
>>
>> w32tm /resync /rediscover


On 7/30/09 2:30 PM, in article
, "Meinolf Weber [MVP-DS]"
<> wrote:

> Hello Anthony,
>
> So you didn't use:
> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /update
>
> where PEERS is replaced with ip address from your stratum device?
>
> 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
>
>
>> Here are the commands that I used
>>
>> Gpedit.msc
>>
>> Local Computer Policy | Computer Configuration | Administrative
>> Configuration | System | Windows Time Service | Time Providers |
>> Configure Windows NTP Client = Not Configured
>>
>> Gpupdate /force
>>
>> Net stop w32time && Net start w32time
>>
>> w32tm /resync /rediscover
>>
>> On 7/30/09 1:57 PM, in article
>> , "Meinolf Weber
>> [MVP-DS]" <> wrote:
>>
>>> Hello Anthony,
>>>
>>> Please post the command you used. Also what did you mean with turned
>>> off Group policy? Do you use GPOs for time configuration?
>>>
>>> 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
>>>> We have a LAN device which is our Stratum-1 time source for all
>>>> host. It provides NTP and SNTP version 1, 2, and 3 frames.
>>>>
>>>> Made your suggested changes as described below
>>>>
>>>> Ensured that Firewall is turned off
>>>>
>>>> Just turned off Group Policy
>>>>
>>>> Did a: Stop/Start of w32time
>>>>
>>>> Did a: w32tm /resync /rediscover and got the following error
>>>> response: "The computer did not resync because no time data was
>>>> available."
>>>>
>>>> On 7/29/09 3:59 PM, in article
>>>> , "Meinolf Weber
>>>> [MVP-DS]" <> wrote:
>>>>
>>>>> Hello Anthony,
>>>>>
>>>>> Be sure that UDP/123 is open when a firewall is used. Run following
>>>>> command:
>>>>>
>>>>> w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /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/
>>>>> 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
>>>>>> Workgroup Server
>>>>>>
>>>>>> On 7/28/09 6:12 PM, in article
>>>>>> , "Meinolf Weber
>>>>>> [MVP-DS]" <> wrote:
>>>>>>
>>>>>>> Hello Anthony,
>>>>>>>
>>>>>>> Is that a workgroup server or domain controller?
>>>>>>>
>>>>>>> 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 am attempting to sync our new Windows 2003 Standard Edition R2
>>>>>>>> server to our network NTP time source device. I have done this
>>>>>>>> for our other Windows 2000 servers with out a problem.
>>>>>>>>
>>>>>>>> I have made similar changes to the W2k3 server to no good avail.
>>>>>>>> Why did it get so much more difficult?
>>>>>>>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SNTP not syncing with 2003 Server Anthony Lopez Server Networking 0 08-14-2009 09:05 PM
SNTP setup Anthony Lopez Windows Server 2 08-04-2009 10:39 PM
SNTP service from Windows XP or Windows Vista? Sven Pran Windows Vista General Discussion 12 12-04-2007 07:26 AM
how to setup site so that exchange 2003 communicates only with windows 2003 global catalog gary Active Directory 2 04-10-2007 01:59 PM
Using Windows 2003 Server as a NTP/SNTP server for network devices JasonG Server Setup 0 01-21-2005 07:37 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59