NTPTRACE(8) BSD System Manager's Manual NTPTRACE(8)NAME
ntptrace -- trace a chain of NTP servers back to the primary source
SYNOPSIS
ntptrace [-vdn] [-r retries] [-t timeout] [server]
DESCRIPTION
ntptrace determines where a given Network Time Protocol (NTP) server gets its time from, and follows the chain of NTP servers back to their
master time source. If given no arguments, it starts with localhost. Here is an example of the output from ntptrace:
% ntptrace
localhost: stratum 4, offset 0.0019529, synch distance 0.144135
server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784
usndh.edu: stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
On each line, the fields are (left to right): the host name, the host stratum, the time offset between that host and the local host (as mea-
sured by ntptrace ; this is why it is not always zero for localhost ), the host synchronization distance, and (only for stratum-1 servers)
the reference clock ID. All times are given in seconds. Note that the stratum is the server hop count to the primary source, while the syn-
chronization distance is the estimated error relative to the primary source. These terms are precisely defined in RFC-1305.
OPTIONS -d Turns on some debugging output.
-n Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down.
-r retries
Sets the number of retransmission attempts for each host (default = 5).
-t timeout
Sets the retransmission timeout (in seconds) (default = 2).
-v Prints verbose information about the NTP servers.
AUTHORS
David L. Mills (mills@udel.edu)
BUGS
This program makes no attempt to improve accuracy by doing multiple samples.
BSD March 29, 2000 BSD
Check Out this Related Man Page
NTPTRACE(1) General Commands Manual NTPTRACE(1)NAME
ntptrace - trace a chain of NTP servers back to the primary source
SYNOPSIS
ntptrace [ -n ] [ server ]
DESCRIPTION
ntptrace determines where a given Network Time Protocol (NTP) server gets its time from, and follows the chain of NTP servers back to their
master time source. If given no arguments, it starts with localhost. Here is an example of the output from ntptrace:
% ntptrace
localhost: stratum 4, offset 0.0019529, synch distance 0.144135
server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784
usndh.edu: stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
On each line, the fields are (left to right): the host name, the host stratum, the time offset between that host and the local host (as
measured by ntptrace; this is why it is not always zero for "localhost"), the host synchronization distance, and (only for stratum-1
servers) the reference clock ID. All times are given in seconds. Note that the stratum is the server hop count to the primary source, while
the synchronization distance is the estimated error relative to the primary source. These terms are precisely defined in RFC-1305.
OPTIONS -d Turns on some debugging output.
-n Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down.
-r retries
Sets the number of retransmission attempts for each host (default = 5).
-t timeout
Sets the retransmission timeout (in seconds) (default = 2).
-v Prints verbose information about the NTP servers.
BUGS
This program makes no attempt to improve accuracy by doing multiple samples.
Network Time Protocol October 7, 2006 NTPTRACE(1)
When I try to open XNTPDC (NTP Debug tool) I get an error. Can not find localhost. If I set the local host using the localhost <hostname> command and exit the program it doesn't stick. As soon as I come back into the program I get the same error. Does anyone know how to fix this? (1 Reply)
we're having problems logging into host servers thru X-window(we use hummingbird exceed)...If I have 10 host servers, I only see 3 servers from exceed which I can access. I'm not sure whether this is a exceed x-window problems or host server problms or NFS problems or NIS problems?..no... (4 Replies)
Hi all
I am lookig for the procedure to setup a NTP server and clients. I would like to setup a machine in my DMZ that would be a client to a external time server and all my internal systems to be clients of the machine in the DMZ.
I am on AIX 5.2 and the machine that will be in the DMZ will... (2 Replies)
Hello everyone; can any help me to know how to activate the NTP on mein AIX server? The proprosal its thet 3 oder servers are synv on time.
Thaks, and regards (3 Replies)
Hello all,
What would be the most convienint and proper way on syncing up the time and date on Solaris 8 servers with an NTP server?
Any help would be appreciated. Thanks (2 Replies)
Hello All,
Does some one know how to synchronize the primary name server with the secondary without knowing the domains on which synchronization failed.
I have just done /usr/sbin/ndc reload
Alternatively how do i find out the domains on which synchronization failed? (4 Replies)
configuring NTP in Solaris/Windows/Linux environment. Can anybody please explain the below table to monitor NTP daemon status
This contains many columns like remote,refid,st....various values corresponding to those columns
If possible provide me any link to study about... (1 Reply)
Hi,
I need to add a new host to a primary dns. what i need to add or change?
I know i dont need to do nothing in named.conf and in the /etc/hosts.
Thanks (2 Replies)
Hi folks, I have developed a Linux server for my customer. After migrating the server to my customer site, I was trying to sync its time to the NTP time servers at my customer site.
Below is the ntp.conf:
% vi /etc/ntp.conf
# Permit time synchronization with our time source, but do not
# permit... (2 Replies)
Hello Everyone,
I got a question regarding NTP (Network time protocal) in AIX.
AIX is new in our environment. so' we do not have any time server that is useful for new LPARs.
so' i tried using IBM steps to configure NTP server on one of our test/lab LPARs.
I used the below link to make it... (2 Replies)
Linux Release
Uname details
Data file
Ive been at the command line for some time. Back as far as SCO and Interactive Unix. I have always used this construct without issues. I want to isolate the ip / field 1. As you can see .. the first line is "skipped".
This works as... (6 Replies)