Network Time Protocol: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 1: Line 1:
*testen:
{| class="wikitable"
w32tm /stripchart /computer:ntp.belnet.be /samples:5 /dataonly
|-
*source zetten:
| test|| w32tm /stripchart /computer:ntp.belnet.be /samples:5 /dataonly
W32tm /config /manualpeerlist:ntp.belnet.be,0x0 /syncfromflags:manual
|-
*check source
| set source || W32tm /config /manualpeerlist:ntp.belnet.be,0x0 /syncfromflags:manual
w32tm /query /source
|-
 
| check source || w32tm /query /source
w32tm /query /peers
|-
 
|  || w32tm /query /peers
w32tm /query /status
|-
 
|  || w32tm /query /status
|-
| That tells the computer to since from the domain hierarchy (DCs) and to update itself.  || w32tm /config /update /syncfromflags:DOMHIER
|}


* be.pool.ntp.org
* be.pool.ntp.org

Revision as of 14:21, 1 December 2015

test w32tm /stripchart /computer:ntp.belnet.be /samples:5 /dataonly
set source W32tm /config /manualpeerlist:ntp.belnet.be,0x0 /syncfromflags:manual
check source w32tm /query /source
w32tm /query /peers
w32tm /query /status
That tells the computer to since from the domain hierarchy (DCs) and to update itself. w32tm /config /update /syncfromflags:DOMHIER
  • be.pool.ntp.org
  • ntp.belnet.be


on PDC

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

http://technet.microsoft.com/en-us/library/cc794937%28v=ws.10%29.aspx