<?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 configuring NTP server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602245#M593408</link>
    <description>I want to configure NTP server so that other HP-UX clients can synchronize to obtain the correct time.&lt;BR /&gt;&lt;BR /&gt;Any suggestions, please let me know.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Frank Quinteros&lt;BR /&gt;frank.quinteros@groupvu.com</description>
    <pubDate>Fri, 26 Oct 2001 14:54:20 GMT</pubDate>
    <dc:creator>Paul T. Green</dc:creator>
    <dc:date>2001-10-26T14:54:20Z</dc:date>
    <item>
      <title>configuring NTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602245#M593408</link>
      <description>I want to configure NTP server so that other HP-UX clients can synchronize to obtain the correct time.&lt;BR /&gt;&lt;BR /&gt;Any suggestions, please let me know.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Frank Quinteros&lt;BR /&gt;frank.quinteros@groupvu.com</description>
      <pubDate>Fri, 26 Oct 2001 14:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602245#M593408</guid>
      <dc:creator>Paul T. Green</dc:creator>
      <dc:date>2001-10-26T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602246#M593409</link>
      <description>HI&lt;BR /&gt;Here is link to online documentation for installing/configuring NTP.&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;HTH&lt;BR /&gt;Prashant.</description>
      <pubDate>Fri, 26 Oct 2001 15:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602246#M593409</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-26T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602247#M593410</link>
      <description>Here is a simple implementation of NTP that I've done before (using one of the server as master clock).&lt;BR /&gt;&lt;BR /&gt;NTP Server&lt;BR /&gt;----------&lt;BR /&gt;1) Edit "netdaemons" config file :-  &lt;BR /&gt;# vi /etc/rc.config.d/netdaemons&lt;BR /&gt;....&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;2) Check to make sure timezone is correct (file /etc/TIMEZONE).&lt;BR /&gt;&lt;BR /&gt;3) Edit /etc/ntp.conf&lt;BR /&gt;# vi /etc/ntp.conf&lt;BR /&gt;server 127.127.1.1  # Psuedo IP identifies this system as time source &lt;BR /&gt;fudge 127.127.1.1 stratum 10  # Stratum 10 means it's not a reliable time source&lt;BR /&gt;&lt;BR /&gt;4) Start NTP&lt;BR /&gt;# /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;I'm going to assume you know how to setup the client side.&lt;BR /&gt;&lt;BR /&gt;hope this helps ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 15:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602247#M593410</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-10-26T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602248#M593411</link>
      <description>Basically set up your /etc/ntp.conf file specifying the your time source.  Then set up /etc/rc.config.d/netdaemons so that XNTPD=1 and finally start the ntp daemons by running /sbin/init.d/xntpd start.&lt;BR /&gt;&lt;BR /&gt;For more information see:&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;Chapter 7:           Configuring the Network Time Protocol (NTP)&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 26 Oct 2001 15:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602248#M593411</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-26T15:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: configuring NTP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602249#M593412</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The document Santosh has referenced is an excellent guide.  You can configure one of your own servers to serve as a local time source, propagating it to others in your network, or you can establish connectivity to an external source to which you can synchronize and propagate time. &lt;BR /&gt;&lt;BR /&gt;For a good list of time sources, see: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eecis.udel.edu/~mills/ntp/clock1.htm" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp/clock1.htm&lt;/A&gt; &lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 26 Oct 2001 16:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ntp-server/m-p/2602249#M593412</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-26T16:05:35Z</dc:date>
    </item>
  </channel>
</rss>

