<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Check NTP Server/Clients in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893264#M103422</link>
    <description>Nicely summarized, Jeff.&lt;BR /&gt;&lt;BR /&gt;One quick way to test timestamps on other servers, provided you have 'rexec' trust between them, is to do:&lt;BR /&gt;&lt;BR /&gt;date; rexec &lt;REMOTE server=""&gt; date&lt;BR /&gt;&lt;BR /&gt;You will get back two date/time stamps.  If NTP is running correctly, and you don't have horrendous network delays or extremely busy servers, you should see them identical (to the second), or at most one second difference (depending on rounding functions and timing of your command).&lt;BR /&gt;&lt;BR /&gt;Later...  --bmr&lt;/REMOTE&gt;</description>
    <pubDate>Thu, 30 Jan 2003 19:16:53 GMT</pubDate>
    <dc:creator>Brian M Rawlings</dc:creator>
    <dc:date>2003-01-30T19:16:53Z</dc:date>
    <item>
      <title>Check NTP Server/Clients</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893262#M103420</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I was asked to setup NTP on a few new servers that we recently received; we already have NTP server/clients using NTP on other systems. My question is, how do I find out which ones are the servers? Because from what I am reading you have a NTP Time Server Hierarchy (One Stratum 1 Server going out to an external clock, which is how I believe they have set this up)&lt;BR /&gt;My other question is how do I fully test and make sure the clients are working property with the NTP servers.&lt;BR /&gt;Thanks in advance for all your help.&lt;BR /&gt;ekelley&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jan 2003 18:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893262#M103420</guid>
      <dc:creator>Evans Kelley</dc:creator>
      <dc:date>2003-01-30T18:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check NTP Server/Clients</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893263#M103421</link>
      <description>Hi Evans,&lt;BR /&gt;&lt;BR /&gt;1) Check an NTP client's /etc/ntp.conf file. It'll list it's servers in there. Of course your server will be a client to an external source(s) &amp;amp; it's ntp.conf file will list them.&lt;BR /&gt;&lt;BR /&gt;2) To check whether it's working on the clients A) run #ps -ef | grep ntp  to see whether xntpd daemon is running B) Check /etc/rc.config.d/netdaemons &amp;amp; insure XNTPD=1 to make sure it starts at boot C) Check the clients /etc/ntp.conf file for the proper config D) Check the syslog.log to see the adjustments  E) Compare it's time to your NTP server - should not be more than 128 ms difference.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 30 Jan 2003 19:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893263#M103421</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-30T19:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check NTP Server/Clients</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893264#M103422</link>
      <description>Nicely summarized, Jeff.&lt;BR /&gt;&lt;BR /&gt;One quick way to test timestamps on other servers, provided you have 'rexec' trust between them, is to do:&lt;BR /&gt;&lt;BR /&gt;date; rexec &lt;REMOTE server=""&gt; date&lt;BR /&gt;&lt;BR /&gt;You will get back two date/time stamps.  If NTP is running correctly, and you don't have horrendous network delays or extremely busy servers, you should see them identical (to the second), or at most one second difference (depending on rounding functions and timing of your command).&lt;BR /&gt;&lt;BR /&gt;Later...  --bmr&lt;/REMOTE&gt;</description>
      <pubDate>Thu, 30 Jan 2003 19:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893264#M103422</guid>
      <dc:creator>Brian M Rawlings</dc:creator>
      <dc:date>2003-01-30T19:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check NTP Server/Clients</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893265#M103423</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;One of the easist ways to check the viability of a NTP setup is to use 'ntpq'.  See the man pages for more information.  Run 'ntpq -pn' or drop the 'n' flag to resolve IPAddress to DNS name (as available).&lt;BR /&gt;&lt;BR /&gt;For more information on 'xntp' (NTP) and 'ntpq' see chapter-7 of "Installing and Administering Internet Services":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 30 Jan 2003 19:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893265#M103423</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-01-30T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check NTP Server/Clients</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893266#M103424</link>
      <description>Thank you all for your help.</description>
      <pubDate>Thu, 30 Jan 2003 22:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-ntp-server-clients/m-p/2893266#M103424</guid>
      <dc:creator>Evans Kelley</dc:creator>
      <dc:date>2003-01-30T22:18:34Z</dc:date>
    </item>
  </channel>
</rss>

