<?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: NTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717711#M252164</link>
    <description>For just about anything you could ever want to know about NTP, go here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eecis.udel.edu/~mills/ntp.html" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ntp.org/" target="_blank"&gt;http://www.ntp.org/&lt;/A&gt;</description>
    <pubDate>Wed, 25 Jan 2006 19:11:42 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-01-25T19:11:42Z</dc:date>
    <item>
      <title>NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717710#M252163</link>
      <description>How often does an NTP client request time from a server or is it a settable parameter that can be changed?</description>
      <pubDate>Wed, 25 Jan 2006 18:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717710#M252163</guid>
      <dc:creator>cko015</dc:creator>
      <dc:date>2006-01-25T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717711#M252164</link>
      <description>For just about anything you could ever want to know about NTP, go here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eecis.udel.edu/~mills/ntp.html" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ntp.org/" target="_blank"&gt;http://www.ntp.org/&lt;/A&gt;</description>
      <pubDate>Wed, 25 Jan 2006 19:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717711#M252164</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-25T19:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717712#M252165</link>
      <description>Hi Kerilyn:&lt;BR /&gt;&lt;BR /&gt;If you do 'ntpq -p' you will see a column headed "Poll".  This is the interval (in seconds) the server is queried.  Generally its 1024 seconds for servers and 64 for an external clock such as a GPS.  The 'minpoll' and 'maxpoll' values can be adjusted but are better left alone.&lt;BR /&gt;&lt;BR /&gt;See the Technical Knowledge Base document #KBRC00015657 for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 25 Jan 2006 19:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717712#M252165</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-25T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717713#M252166</link>
      <description>It is a rather complicated adaptive algorithm. Depending upon the stability, quality, and reachability of the time sources, and the stability of the local client's clock --- and you should have more than 1 (typically at least 3 time sources) the polling starts out at 64 seconds and diminishes to about 1024 seconds. In any event, if you are concerned about loading an NTP server; the overhead, even with many, many clients is quite trivial and gets better the longer the server is up.&lt;BR /&gt;&lt;BR /&gt;You can use the ntpq -p timeserver command to get these values for your environment. As the dispersion decreases the poll seconds increases.&lt;BR /&gt;You reduce the frequency of polling by using a good network and good time sources.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 19:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717713#M252166</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-25T19:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717714#M252167</link>
      <description>There are two ways Client can get information from Server: &lt;BR /&gt;a) Configuring a Client to Use Server Polling &lt;BR /&gt;A polling client has information about its server and contacts it for time information over a network. A typical /etc/ntp.conf file for a client that is using gama as its timeserver is as shown next.&lt;BR /&gt; &lt;BR /&gt;# vi /etc/ntp.conf&lt;BR /&gt;server gama &lt;BR /&gt;driftfile /var/adm/ntp.drift &lt;BR /&gt;&lt;BR /&gt;Multiple timeservers may be used in the configuration file. The default polling time for the timeserver is once every 64 seconds. At every poll time, drift in the local time and the server time is recorded. If the drift is high, the next polling time is scheduled to occur earlier. If the drift is low, the next polling time is later.&lt;BR /&gt; &lt;BR /&gt;b )Configuring a Client to Use Server Broadcast &lt;BR /&gt;A broadcast client does not contact any server for time information but listens for broadcast time information from a broadcast timeserver. The configuration for the broadcast NTP client is like the following.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/ntp.conf&lt;BR /&gt;broadcastclient yes &lt;BR /&gt;driftfile /var/adm/ntp.drift &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/3717714#M252167</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-01-27T03:43:33Z</dc:date>
    </item>
  </channel>
</rss>

