w32time

J

James Payne

I have a w2k domain. I have a ntp server (time) setup to accept time
checks. I have setup my 3 domain controllers to look at this time server
for w32time (172.19.1.100 is the ip) I get errors in the event log saying
it could not update the time form this source.

When I run this command w32tm -v -once -test the output tells me it cannot
bind to the network card. I then do a net stop w32time and try it again.
This time it tells me that The time source failed to produce usable
timestamp.

I have other machines using this device for ntp and are not experiencing any
problems. What else could it be? Following is a copy of the results of the
second w32tm -v -once -test I ran.

W32Time: BEGIN:InitAdjIncr
W32Time: Adj 156250 , Incr 156250 fAdjust 0
W32Time: END:Line 2503
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: TimeMMInit()
W32Time: Kernel timer : using default maximum resolution
W32Time: MaximumTime = 156250
W32Time: CurrentTime = 156250
W32Time: Timer calibrated, looped 1 times
W32Time: BEGIN:InitTmCfg
W32Time: END:Line 807
W32Time: BEGIN:InitTmCli
W32Time: END:Line 2596
W32Time: BEGIN:InitTmData
W32Time: END:Line 2618
W32Time: AvoidTimeSyncOnWan 0
W32Time: ntpserver - 172.19.1.100
W32Time: BEGIN:CMOSSynchSet
W32Time: Setting adjustment 156250 - Bool 0
W32Time: BEGIN:SetTSTimeRes
W32Time: END:Line 1295
W32Time: END:Line 864
W32Time: BEGIN:InitializeDC
W32Time: BEGIN:GetRole
W32Time: Role is 'BDC'
W32Time: END Line 672
W32Time: BEGIN:FetchParentDomainName
W32Time: NetLogonGetTimeServiceParentDomain() returned 54b with ptr 0
W32Time: END:Line 782
W32Time: END:Line 704
W32Time: Server: Binding to 1 NIC.
W32Time: Advertising that I'm a Time Service Provider
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: NTP(S): waiting for datagram...
W32Time: timeBeginPeriod: setting resolution 9
W32Time: BEGIN:TimeSync
W32Time: BEGIN:FGetType
W32Time: END Line 254
W32Time: BEGIN:FDoTimeNTPType
W32Time: BEGIN:ChooseNTPServer
W32Time: END Line 2178
W32Time: BEGIN:GetSocketForSynch
W32Time: NTP: ntpptrs[0] - 172.19.1.100
W32Time: Port Pinging to - 123
W32Time: Connecting to "172.19.1.100" (172.19.1.100)
W32Time: END:Line 1170
W32Time: BEGIN:GetDefaultRid
W32Time: END Line 2359
W32Time: BEGIN:ComputeDelay
W32Time: BEGIN:NTPTry -- init
W32Time: END Line 1683
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: Recv'ed from client...
W32Time: BEGIN:ComputeServerDigest
W32Time: I_NetlogonComputeServerDigest() returned 0
W32Time: END:Line 642
W32Time: Delay in ComputeServerDigest() - 0 MilliSeconds
W32Time: Packet from 172.19.1.81:31488, in:12704148031873500000,
out:12704148031873500000
W32Time: Sending to client...
W32Time: NTP(S): waiting for datagram...
W32Time: NTP: didn't receive datagram
W32Time: Logging event 0x8000000B. 15 min until this event is
allowed again.
W32Time: 0x8000000B reported to System Log in Event Viewer
W32Time: END Line 1951
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: Time Out occured in sockets
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: NTP: didn't receive datagram
W32Time: Rejecting logging event 0x8000000B. 895 sec until this
event is allowed.
W32Time: END Line 1951
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: Time Out occured in sockets
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: NTP: didn't receive datagram
W32Time: Rejecting logging event 0x8000000B. 890 sec until this
event is allowed.
W32Time: END Line 1949
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: END Line 1496
W32Time: END Line 368
W32Time: BEGIN:ComputePostTimeData
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: BEGIN:ComputeSleepStuff
W32Time: Computed stagger is 0ms, bias is 0ms
W32Time: Time until next sync - 2699.960s
W32Time: END:Line 816
W32Time: END:Line 221
W32Time: END:Line 196
W32Time: BEGIN:TermTime
W32Time: NTP(S): received shutdown notification.
W32Time: TimeMMCleanup()
W32Time: BEGIN:FinishCleanup
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: Inform NetLogon That you are not a TS Provider
W32Time: BEGIN:UnInitializeDC
W32Time: Ptrs 0 - 0
W32Time: END:Line 727
W32Time: Time service stopped.
W32Time: END:Line 407
 
J

James Payne

Well, stopping the w32time service did solve my problem. I restarted the
ntp service on my time source and redid the command below and it succeeded.
Thanks

James Payne said:
I have a w2k domain. I have a ntp server (time) setup to accept time
checks. I have setup my 3 domain controllers to look at this time server
for w32time (172.19.1.100 is the ip) I get errors in the event log saying
it could not update the time form this source.

When I run this command w32tm -v -once -test the output tells me it cannot
bind to the network card. I then do a net stop w32time and try it again.
This time it tells me that The time source failed to produce usable
timestamp.

I have other machines using this device for ntp and are not experiencing any
problems. What else could it be? Following is a copy of the results of the
second w32tm -v -once -test I ran.

W32Time: BEGIN:InitAdjIncr
W32Time: Adj 156250 , Incr 156250 fAdjust 0
W32Time: END:Line 2503
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: TimeMMInit()
W32Time: Kernel timer : using default maximum resolution
W32Time: MaximumTime = 156250
W32Time: CurrentTime = 156250
W32Time: Timer calibrated, looped 1 times
W32Time: BEGIN:InitTmCfg
W32Time: END:Line 807
W32Time: BEGIN:InitTmCli
W32Time: END:Line 2596
W32Time: BEGIN:InitTmData
W32Time: END:Line 2618
W32Time: AvoidTimeSyncOnWan 0
W32Time: ntpserver - 172.19.1.100
W32Time: BEGIN:CMOSSynchSet
W32Time: Setting adjustment 156250 - Bool 0
W32Time: BEGIN:SetTSTimeRes
W32Time: END:Line 1295
W32Time: END:Line 864
W32Time: BEGIN:InitializeDC
W32Time: BEGIN:GetRole
W32Time: Role is 'BDC'
W32Time: END Line 672
W32Time: BEGIN:FetchParentDomainName
W32Time: NetLogonGetTimeServiceParentDomain() returned 54b with ptr 0
W32Time: END:Line 782
W32Time: END:Line 704
W32Time: Server: Binding to 1 NIC.
W32Time: Advertising that I'm a Time Service Provider
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: NTP(S): waiting for datagram...
W32Time: timeBeginPeriod: setting resolution 9
W32Time: BEGIN:TimeSync
W32Time: BEGIN:FGetType
W32Time: END Line 254
W32Time: BEGIN:FDoTimeNTPType
W32Time: BEGIN:ChooseNTPServer
W32Time: END Line 2178
W32Time: BEGIN:GetSocketForSynch
W32Time: NTP: ntpptrs[0] - 172.19.1.100
W32Time: Port Pinging to - 123
W32Time: Connecting to "172.19.1.100" (172.19.1.100)
W32Time: END:Line 1170
W32Time: BEGIN:GetDefaultRid
W32Time: END Line 2359
W32Time: BEGIN:ComputeDelay
W32Time: BEGIN:NTPTry -- init
W32Time: END Line 1683
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: Recv'ed from client...
W32Time: BEGIN:ComputeServerDigest
W32Time: I_NetlogonComputeServerDigest() returned 0
W32Time: END:Line 642
W32Time: Delay in ComputeServerDigest() - 0 MilliSeconds
W32Time: Packet from 172.19.1.81:31488, in:12704148031873500000,
out:12704148031873500000
W32Time: Sending to client...
W32Time: NTP(S): waiting for datagram...
W32Time: NTP: didn't receive datagram
W32Time: Logging event 0x8000000B. 15 min until this event is
allowed again.
W32Time: 0x8000000B reported to System Log in Event Viewer
W32Time: END Line 1951
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: Time Out occured in sockets
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: NTP: didn't receive datagram
W32Time: Rejecting logging event 0x8000000B. 895 sec until this
event is allowed.
W32Time: END Line 1951
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: Time Out occured in sockets
W32Time: BEGIN:NTPTry -- try
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: Sending to server 48 bytes...
W32Time: NTP: didn't receive datagram
W32Time: Rejecting logging event 0x8000000B. 890 sec until this
event is allowed.
W32Time: END Line 1949
W32Time: Time source failed to produce usable timestamp.
W32Time: BEGIN:NTPTry -- fail
W32Time: END Line 1683
W32Time: END Line 1496
W32Time: END Line 368
W32Time: BEGIN:ComputePostTimeData
W32Time: BEGIN:ComputeInterval
W32Time: END Line 2479
W32Time: BEGIN:ComputeSleepStuff
W32Time: Computed stagger is 0ms, bias is 0ms
W32Time: Time until next sync - 2699.960s
W32Time: END:Line 816
W32Time: END:Line 221
W32Time: END:Line 196
W32Time: BEGIN:TermTime
W32Time: NTP(S): received shutdown notification.
W32Time: TimeMMCleanup()
W32Time: BEGIN:FinishCleanup
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: Inform NetLogon That you are not a TS Provider
W32Time: BEGIN:UnInitializeDC
W32Time: Ptrs 0 - 0
W32Time: END:Line 727
W32Time: Time service stopped.
W32Time: END:Line 407
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top