<?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: UDP Port 123 in use in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373365#M868809</link>
    <description>Hi,&lt;BR /&gt;Use&lt;BR /&gt;# netstat -a&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
    <pubDate>Tue, 07 Sep 2004 04:18:43 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2004-09-07T04:18:43Z</dc:date>
    <item>
      <title>UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373363#M868807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May I know what is the command to check whether UDP Port 123 being utilized? If yes, how to release it?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 07 Sep 2004 04:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373363#M868807</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-09-07T04:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373364#M868808</link>
      <description>Check /etc/services. Bij default UDP port 123 is used by the ntp service.&lt;BR /&gt;&lt;BR /&gt;MB.</description>
      <pubDate>Tue, 07 Sep 2004 04:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373364#M868808</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-09-07T04:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373365#M868809</link>
      <description>Hi,&lt;BR /&gt;Use&lt;BR /&gt;# netstat -a&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 07 Sep 2004 04:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373365#M868809</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-09-07T04:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373366#M868810</link>
      <description>We can start the check as,&lt;BR /&gt;&lt;BR /&gt; grep -w '132' /etc/services&lt;BR /&gt;&lt;BR /&gt; It will give the service name details.&lt;BR /&gt;&lt;BR /&gt; Check the network status as,&lt;BR /&gt;&lt;BR /&gt; netstat -na | grep -w '132'&lt;BR /&gt; &lt;BR /&gt; It will give informations.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 04:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373366#M868810</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-07T04:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373367#M868811</link>
      <description>The file /etc/services only stores mappings of service names to corresponding port numbers.  It neither "reserves" port numbers, nor gives any indication that a given port number is actually in use.&lt;BR /&gt;&lt;BR /&gt;Netstat -a will show if "ntp" is in use, because it will see that there is a socket bound to the port number corresponding to the service name "ntp" but will not show the number "123" itself (you have to add -n) and will not say which process or processes has a socket open bound to port 123 - you have to use lsof for that.</description>
      <pubDate>Tue, 07 Sep 2004 19:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373367#M868811</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-07T19:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373368#M868812</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to use lsof? I try to man lsof but nothing for this command.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 07 Sep 2004 19:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373368#M868812</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-09-07T19:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373369#M868813</link>
      <description>You have to install lsof "from the net" - either from the HP-UX porting archives, or perhaps the HP Internet Express bits (software.hp.com) or from the original sources.  Google or other searches for "lsof" will/should find the sources.&lt;BR /&gt;&lt;BR /&gt;If netstat -an shows there is a socket bound to port 123, given that is indeed the port number assigned to the service provided by NTP, you could simply do a ps -ef | grep ntp and see if the xntpd is running.&lt;BR /&gt;&lt;BR /&gt;If it is, then that would explain why say an attempt to run ntpdate would fail.  And if xntpd is running, it should in theory be synced with its time sources, making a run of ntpdate unnecessary.  The ntpq command can be used to check on the status of time synchronization, and you can check the syslog file (/var/adm/syslog/syslog.log) for message from the xntpd.</description>
      <pubDate>Tue, 07 Sep 2004 20:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373369#M868813</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-07T20:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: UDP Port 123 in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373370#M868814</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;The following command shows a listing for all ports in use &lt;BR /&gt;# lsof -i&lt;BR /&gt;&lt;BR /&gt;Or for specific ports use:&lt;BR /&gt;# lsof -i :123&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Tue, 07 Sep 2004 20:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-port-123-in-use/m-p/3373370#M868814</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-09-07T20:02:47Z</dc:date>
    </item>
  </channel>
</rss>

