Jump to content

Recommended Posts

Guest pvong
Posted

This is for a Win2003 PDC.

 

I read http://support.microsoft.com/kb/816042 and I think I have this set up

correctly. The only thing I need to know is where to stick

tock.usno.navy.mil,0x1 . I don't see an option in the registry that has

anything like this in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\TimeProviders\NtpServer

 

Can someone help me?

Thanks!

Phil

  • Replies 3
  • Created
  • Last Reply
Guest J Meyer
Posted

RE: w32time

 

I ran this from a command prompt:

 

w32tm /config /manualpeerlist:<timeservername> /syncfromflags:manual

/reliable:yes /update

 

Got it from here:

 

http://go.microsoft.com/fwlink/?LinkId=91969

 

Jamie

 

 

"pvong" wrote:

> This is for a Win2003 PDC.

>

> I read http://support.microsoft.com/kb/816042 and I think I have this set up

> correctly. The only thing I need to know is where to stick

> tock.usno.navy.mil,0x1 . I don't see an option in the registry that has

> anything like this in

> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\TimeProviders\NtpServer

>

> Can someone help me?

> Thanks!

> Phil

>

>

>

Guest pvong
Posted

Re: w32time

 

That's perfect. Thanks!

Phil

 

 

 

"J Meyer" <JMeyer@discussions.microsoft.com> wrote in message

news:874FDA3B-4589-494A-BE0E-9E0F0160DA0A@microsoft.com...

>I ran this from a command prompt:

>

> w32tm /config /manualpeerlist:<timeservername> /syncfromflags:manual

> /reliable:yes /update

>

> Got it from here:

>

> http://go.microsoft.com/fwlink/?LinkId=91969

>

> Jamie

>

>

> "pvong" wrote:

>

>> This is for a Win2003 PDC.

>>

>> I read http://support.microsoft.com/kb/816042 and I think I have this set

>> up

>> correctly. The only thing I need to know is where to stick

>> tock.usno.navy.mil,0x1 . I don't see an option in the registry that has

>> anything like this in

>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\TimeProviders\NtpServer

>>

>> Can someone help me?

>> Thanks!

>> Phil

>>

>>

>>

Guest Meinolf Weber
Posted

Re: w32time

 

Hello pvong" phillip*at*yahoo*dot*com,

 

Chhose this way:

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/

 

 

Client configuration (if needed):

To configure a client computer for automatic domain time synchronization

 

w32tm /config /syncfromflags:domhier /update

 

After that run:

 

net stop w32time

 

net start w32time

 

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

> This is for a Win2003 PDC.

>

> I read http://support.microsoft.com/kb/816042 and I think I have this

> set up correctly. The only thing I need to know is where to stick

> tock.usno.navy.mil,0x1 . I don't see an option in the registry that

> has anything like this in

> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\TimeProvi

> ders\NtpServer

>

> Can someone help me?

> Thanks!

> Phil


×
×
  • Create New...