<?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/2946725#M577365</link>
    <description>Not sure if this will help you, but this document is extremely good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;</description>
    <pubDate>Wed, 09 Apr 2003 02:12:05 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-04-09T02:12:05Z</dc:date>
    <item>
      <title>NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946724#M577364</link>
      <description>My NTP server is SUN server, and client will&lt;BR /&gt;have linux, HPUX, in client linux, after configuration NTP client,then it works. But&lt;BR /&gt;in HP-UX, I also configration NTP client, then&lt;BR /&gt;restart xntpd daemon, it said couldn't find &lt;BR /&gt;the NTP server. Does anyone tell me how to do &lt;BR /&gt;this? Can HP-UX as a NTP client, if NTP server&lt;BR /&gt;if SUN server.</description>
      <pubDate>Wed, 09 Apr 2003 01:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946724#M577364</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-04-09T01:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946725#M577365</link>
      <description>Not sure if this will help you, but this document is extremely good.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;</description>
      <pubDate>Wed, 09 Apr 2003 02:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946725#M577365</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-09T02:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946726#M577366</link>
      <description>NTP is an Internet Protocol with reserved ports in /etc/services:&lt;BR /&gt;&lt;BR /&gt;ntp 123/tcp &lt;BR /&gt;ntp 123/udp &lt;BR /&gt;&lt;BR /&gt;This makes it an IP standard and universal between other servers.&lt;BR /&gt;&lt;BR /&gt;Check client synchronization with ntpq -p.  Note the "*" in the left of the report.  The "*" indicates who the client has selected as an NTP server.&lt;BR /&gt;&lt;BR /&gt;There is also up to a 10 minute latency for synchronization.  Also the client must start out with less then a 3 minute offset to the server's time or you'll see the failure in syslog.log.</description>
      <pubDate>Wed, 09 Apr 2003 02:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946726#M577366</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-09T02:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946727#M577367</link>
      <description>Can you ping the SUN server both by IP address and by name?&lt;BR /&gt;&lt;BR /&gt;Does &lt;BR /&gt;nslookup hostnameofSunServer&lt;BR /&gt;&lt;BR /&gt;give the correct IP address?&lt;BR /&gt;&lt;BR /&gt;What do you have in your /etc/ntp.conf file?&lt;BR /&gt;&lt;BR /&gt;Is the time within 3minutes?&lt;BR /&gt;&lt;BR /&gt;Is the SUN server running version 3 of ntp?&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 16:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946727#M577367</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-04-09T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946728#M577368</link>
      <description>ntp is common for all systems, including PCs, I think.&lt;BR /&gt;&lt;BR /&gt;I use actual IP addresses in my /etc/ntp.conf. &lt;BR /&gt;&lt;BR /&gt;1.  here is what a client /etc/ntp.conf looks like:&lt;BR /&gt;&lt;BR /&gt;                driftfile /etc/ntp.drift&lt;BR /&gt;                restrict default notrust nomodify&lt;BR /&gt;                restrict 151.208.28.49&lt;BR /&gt;                restrict 151.208.28.45&lt;BR /&gt;                server 151.208.28.49&lt;BR /&gt;                server 151.208.28.45&lt;BR /&gt;&lt;BR /&gt;The "49" and "45" are my two ntp servers.&lt;BR /&gt;&lt;BR /&gt;2.      Set local clients and servers to initiate ntp at boot time:&lt;BR /&gt;&lt;BR /&gt;        vi      /etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;        export NTPDATE_SERVER=Time server name or IP address&lt;BR /&gt;        export XNTPD=1&lt;BR /&gt;        export XNTPD_ARGS=&lt;BR /&gt;&lt;BR /&gt;3.  Here is how you change ntp.conf on the fly:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        /sbin/init.d/xntpd stop&lt;BR /&gt;        cp /etc/ntp.conf /etc/ntp.conf.old&lt;BR /&gt;        vi /etc/ntp.conf&lt;BR /&gt;        /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;4.  Here are some usefull ntp commands on hp-ux:&lt;BR /&gt;&lt;BR /&gt;        ntpq -p         List peers&lt;BR /&gt;        xntpdc -p       List peers&lt;BR /&gt;        xntpdc &lt;HOSTNAME&gt;&lt;BR /&gt;                sysinfo&lt;BR /&gt;                peers&lt;BR /&gt;                help&lt;BR /&gt;        ntpdate         &lt;NTP server="" name=""&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/NTP&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 09 Apr 2003 19:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp/m-p/2946728#M577368</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-04-09T19:33:40Z</dc:date>
    </item>
  </channel>
</rss>

