<?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: Port number in use in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508575#M595602</link>
    <description>I will _guess_ that you will find old connections from the last instantiation o fthe app - stuff in TIME_WAIT, FIN_WAIT_2, perhaps other states. So long as there is nothing for that port number in the LISTEN state it implies there is a bug in the app - it is not setting SO_REUSEADDR before attempting to bind() to its well-known port number.&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Mar 2001 17:33:41 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2001-03-23T17:33:41Z</dc:date>
    <item>
      <title>Port number in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508572#M595599</link>
      <description>I have a problem starting an app, because of error "port number already in use".  How can I see a list of port numbers allocated and in use?  Thanks.</description>
      <pubDate>Thu, 22 Mar 2001 14:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508572#M595599</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2001-03-22T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Port number in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508573#M595600</link>
      <description>Try using lsof utility for something like this.  You can download from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.51/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.51/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Thu, 22 Mar 2001 14:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508573#M595600</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-03-22T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Port number in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508574#M595601</link>
      <description>You can also use netstat -a|grep xxx&lt;BR /&gt;where xxx is the port in question.</description>
      <pubDate>Thu, 22 Mar 2001 15:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508574#M595601</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-03-22T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Port number in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508575#M595602</link>
      <description>I will _guess_ that you will find old connections from the last instantiation o fthe app - stuff in TIME_WAIT, FIN_WAIT_2, perhaps other states. So long as there is nothing for that port number in the LISTEN state it implies there is a bug in the app - it is not setting SO_REUSEADDR before attempting to bind() to its well-known port number.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2001 17:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508575#M595602</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-03-23T17:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Port number in use</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508576#M595603</link>
      <description>netstat -a|grep EST, would give you the connection couples that were established.&lt;BR /&gt;&lt;BR /&gt;The lsof command (optional) should be able to tell you which process have these ports open.&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
      <pubDate>Fri, 23 Mar 2001 20:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-number-in-use/m-p/2508576#M595603</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-23T20:58:18Z</dc:date>
    </item>
  </channel>
</rss>

