<?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 setup? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532916#M79059</link>
    <description>See &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010528-024824" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010528-024824&lt;/A&gt;</description>
    <pubDate>Mon, 28 May 2001 08:49:21 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-05-28T08:49:21Z</dc:date>
    <item>
      <title>NTP setup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532914#M79057</link>
      <description>How do I setup NTP on linux?&lt;BR /&gt;Is is only /etc/ntp.conf file needs to be changed? I have NTP server running on HP-UX.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 25 May 2001 13:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532914#M79057</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-05-25T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532915#M79058</link>
      <description>Yes, only the /etc/ntp.conf file needs to be updated.  You can use the same information you are using on HP-UX and then start the xntpd demon on Linux by using the following command:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;Let me know if you need assistance getting it into your startup regime as well.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!</description>
      <pubDate>Fri, 25 May 2001 16:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532915#M79058</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2001-05-25T16:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532916#M79059</link>
      <description>See &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010528-024824" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010528-024824&lt;/A&gt;</description>
      <pubDate>Mon, 28 May 2001 08:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532916#M79059</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-28T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532917#M79060</link>
      <description>Sachin, &lt;BR /&gt;&lt;BR /&gt;The first question is whether you have ntp installed on the linux machine. If you do, the executable should be located somewhere like /sbin/ntpd or /usr/sbin/ntpd, with a configuration file /etc/ntp.conf. &lt;BR /&gt;&lt;BR /&gt;It sounds like you want to use your HPUX box for the time server. This is easy to configure in the ntp.conf using the "server" directive:&lt;BR /&gt;&lt;BR /&gt;server hpux.ip.addr prefer&lt;BR /&gt;&lt;BR /&gt;For security, you should probably disable broadcast and select an authentication method (or lack thereof).&lt;BR /&gt;&lt;BR /&gt;If the service is running on the linux box already, stop it and restart.&lt;BR /&gt;&lt;BR /&gt;# ps aux |grep ntp&lt;BR /&gt;# kill pid_number&lt;BR /&gt;# /usr/sbin/ntpd&lt;BR /&gt;&lt;BR /&gt;Assuming you are using a BSD style startup control system, verify that the appropriate symlinks and scripts are installed in the /etc/rc.d subdirectories. the example from my installation:&lt;BR /&gt;&lt;BR /&gt;# ls -l /etc/rc.d/init.d |grep ntp &lt;BR /&gt;-rwxr-xr-x    1 root     root         1412 Apr  5 11:22 ntpd&lt;BR /&gt;# ls -l /etc/rc.d/rc3.d |grep ntp&lt;BR /&gt;   0 lrwxrwxrwx    1 root     root           14 Apr 25 00:53 K74ntpd -&amp;gt; ../init.d/ntpd&lt;BR /&gt;   0 lrwxrwxrwx    1 root     root           14 May  5 19:36 S26ntpd -&amp;gt; ../init.d/ntpd&lt;BR /&gt;&lt;BR /&gt;Similar entries exist in rc5.d also. With all these, your service should start when you enter runlevel 3 or higher and look to your hpux box as its time server.&lt;BR /&gt;&lt;BR /&gt;Best of luck. &lt;BR /&gt;Mark</description>
      <pubDate>Tue, 29 May 2001 17:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532917#M79060</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-05-29T17:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: NTP setup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532918#M79061</link>
      <description>/etc/init.d/xntpd restart kills and restarts the daemon&lt;BR /&gt;&lt;BR /&gt;If you are running ipchains, you need to open up the proper port on the firewall&lt;BR /&gt;&lt;BR /&gt;-A input -s 66.92.143.194/0 -d 0/0 123 -p tcp -y -j ACCEPT&lt;BR /&gt;-A input -s 66.92.143.194/0 -d 0/0 123 -p udp -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/ipchains restart&lt;BR /&gt;&lt;BR /&gt;Please don't use my IP address, its not a time server.  You probably want to put the IP addresses of your chosen time servers for the highest level of security.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2002 17:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-setup/m-p/2532918#M79061</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-09-10T17:06:34Z</dc:date>
    </item>
  </channel>
</rss>

