<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584373#M32170</link>
    <description>When you say ntp will not start, do you mean in the bootup process, or by stopping and starting manually, or both?  If you are trying manual restarts, are you looking to see that ntp is actually dying?  I used to see where ntp would not die properly from /sbin/init.d/xntpd stop...  &lt;BR /&gt;&lt;BR /&gt;Applying patch PHNE_23717 seems to have resolved this problem.&lt;BR /&gt;&lt;BR /&gt;If not starting at reboot, I agree that you should verify that nothing else is using that port.  If you determine that nothing else is using that port during normal runtime, possibly move the ntp startup to a later time in the bootup???</description>
    <pubDate>Wed, 26 Sep 2001 15:35:19 GMT</pubDate>
    <dc:creator>John Payne_2</dc:creator>
    <dc:date>2001-09-26T15:35:19Z</dc:date>
    <item>
      <title>NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584369#M32166</link>
      <description>I have recently setup NTP in HP-UX 10.20.&lt;BR /&gt;Everytime xntpd services start, Server prompt  error messages of " /usr/sbin/ntpdate : the NTP socket is in use , existing" . I notice that the xntpd services is not startup properly.&lt;BR /&gt;&lt;BR /&gt;Anyone know what's going wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks in advanced !!!&lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 25 Sep 2001 08:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584369#M32166</guid>
      <dc:creator>Patricia Tang</dc:creator>
      <dc:date>2001-09-25T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584370#M32167</link>
      <description>First, check if xntpd is already running on the system.  If not, then make sure that the upd port 123 is not already in use.  You can check this using the netstat command, i.e.:&lt;BR /&gt;&lt;BR /&gt;netstat -na|grep 123&lt;BR /&gt;&lt;BR /&gt;and look for an entry like:&lt;BR /&gt;&lt;BR /&gt;udp        0      0  *.123                  *.*&lt;BR /&gt;&lt;BR /&gt;If this you do see this, then some other process is using NTP's port.  You can trace down the process using lsof using the syntax:&lt;BR /&gt;&lt;BR /&gt;lsof -i UDP:123&lt;BR /&gt;&lt;BR /&gt;which will give you the proc id and the owner of the proc (most likely root since that's a privledged port).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 25 Sep 2001 08:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584370#M32167</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-25T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584371#M32168</link>
      <description>Hi Patricia:&lt;BR /&gt;&lt;BR /&gt;Are you trying to run BOTH 'ntpdate' and 'xntpd' concurrently? If so, this is the problem.  Both processes use the same port.  Do a 'ps -ef|grep ntpdate' to verify this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584371#M32168</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-25T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584372#M32169</link>
      <description>Opps, missed the fact that you were trying to run ntpupdate...like James said, you can't run ntpupdate while the xntpd daemon is running.  But then why would you want to since xntpd should be synching up the time anyway.&lt;BR /&gt;&lt;BR /&gt;Also take a look at this thread for some more information on ntp:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb6388ffa98a2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb6388ffa98a2d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 25 Sep 2001 11:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584372#M32169</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-25T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584373#M32170</link>
      <description>When you say ntp will not start, do you mean in the bootup process, or by stopping and starting manually, or both?  If you are trying manual restarts, are you looking to see that ntp is actually dying?  I used to see where ntp would not die properly from /sbin/init.d/xntpd stop...  &lt;BR /&gt;&lt;BR /&gt;Applying patch PHNE_23717 seems to have resolved this problem.&lt;BR /&gt;&lt;BR /&gt;If not starting at reboot, I agree that you should verify that nothing else is using that port.  If you determine that nothing else is using that port during normal runtime, possibly move the ntp startup to a later time in the bootup???</description>
      <pubDate>Wed, 26 Sep 2001 15:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584373#M32170</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2001-09-26T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584374#M32171</link>
      <description>Try netstat -an |grep 123 to see if the port is already in use. If xntpd/ntpdate are both not running and if you are seeing this port in use, you may need to investigate why this port is being used.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 26 Sep 2001 16:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-problem/m-p/2584374#M32171</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-26T16:14:26Z</dc:date>
    </item>
  </channel>
</rss>

