Forum Discussion
Server 2016 Std DNS BPA Errors
Thanks very much Dave Patrick for your reply. Unfortunately the time sync didn't work. I think there is a slight sequence error in the commands. So I have changed the unregister command to be after the net stop command. I have changed the time server IP to 3.uk.pool.ntp.org which pings successfully.
The serious issue as I see it are the DNS errors. I suppose I can always set the CMOS clock accurately occasionally but any further assistance in resolving the NTP issue gratefully received..
Results below:
C:\Users\XXX-Admin>net stop w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
C:\Users\XXX-Admin>w32tm /unregister
W32Time successfully unregistered.
W32Time successfully registered.
The Windows Time service is starting.
The Windows Time service was started successfully.
C:\Users\XXX-Admin>w32tm /config /manualpeerlist:85.199.214.100 /syncfromflags:manual /reliable:yes /update
The command completed successfully.
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
C:\Users\XXX-Admin>net start w32time
The Windows Time service is starting.
The Windows Time service was started successfully.
C:\Users\XXX-Admin>w32tm /query /source
Local CMOS Clock
C:\Users\XXX-Admin>w32tm /query /configuration
[Configuration]
AnnounceFlags: 5 (Policy)
TimeJumpAuditOffset: 28800 (Local)
MinPollInterval: 6 (Policy)
MaxPollInterval: 10 (Policy)
MaxNegPhaseCorrection: 172800 (Policy)
MaxPosPhaseCorrection: 172800 (Policy)
MaxAllowedPhaseOffset: 300 (Policy)
PollAdjustFactor: 5 (Policy)
LargePhaseOffset: 50000000 (Policy)
SpikeWatchPeriod: 900 (Policy)
LocalClockDispersion: 2 (Policy)
HoldPeriod: 5 (Policy)
PhaseCorrectRate: 1 (Policy)
UpdateInterval: 100 (Policy)
[TimeProviders]
DllName: C:\Windows\SYSTEM32\w32time.DLL (Local)
Enabled: 1 (Local)
InputProvider: 1 (Local)
CrossSiteSyncFlags: 2 (Policy)
AllowNonstandardModeCombinations: 1 (Local)
ResolvePeerBackoffMinutes: 15 (Policy)
ResolvePeerBackoffMaxTimes: 7 (Policy)
CompatibilityFlags: 2147483648 (Local)
EventLogFlags: 0 (Policy)
LargeSampleSkew: 3 (Local)
SpecialPollInterval: 3600 (Policy)
Type: NT5DS (Policy)
DllName: C:\Windows\SYSTEM32\w32time.DLL (Local)
Enabled: 1 (Local)
InputProvider: 0 (Local)
AllowNonstandardModeCombinations: 1 (Local)
No, the sequence is correct. You can ignore errors depending on the state of service. From the results above the time configuration is being overridden by a policy. However if you're moving on to other issues then please run;
- Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
- repadmin /showrepl >C:\repl.txt
- ipconfig /all > C:\dc1.txt
- ipconfig /all > C:\dc2.txt
- ipconfig /all > C:\dc3.txt
then put unzipped text files up on OneDrive and share a link.
- David_BexSep 12, 2019Copper Contributor
Hi Dave Patrick
Content not anonymised. Link herewith:
https://1drv.ms/u/s!AmMne01oSBYoixayALNeAxb9e8Dt?e=izuUW9
Thanks again.
- Dave PatrickSep 12, 2019MVP
Looks Ok to me. I'd suggest removing the router address as forwarder. There are quite a number of DCOM errors in system event log that may need attention. As to anything DNS I'd check the system event log for related errors since last boot.
- David_BexSep 21, 2019Copper ContributorHi DaveThanks for the response and apologies for the delay in replying. I don't come to site too often and don't like making some changes remotely.I've removed the router IP from the list of forwarders but still have the same BPA results.When I ran the DNS configuration wizard I selected 'small network' there being only nine users and 12 devices hence only creating forward lookup zones. Should I try rerunning the wizard selecting large users and hence creating forward and reverse lookup zones? This is the only server on the network and as such has the FSMO roles.Thanks.