<?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: How can I tell what process is using a particular port? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435503#M4802</link>
    <description>Download lsof, I got the same suggestion.</description>
    <pubDate>Thu, 10 Aug 2000 07:25:25 GMT</pubDate>
    <dc:creator>S.Venkatesh</dc:creator>
    <dc:date>2000-08-10T07:25:25Z</dc:date>
    <item>
      <title>How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435497#M4796</link>
      <description>HPUX 10.20&lt;BR /&gt;Netstat -a lists active port, how can I tell what process is tied to it. &lt;BR /&gt;I have a port that is tied up by something using a wrong port number. I have used netstat to see that it is active:&lt;BR /&gt;tcp   0  0 dixie.50680    *.*     LISTEN&lt;BR /&gt;Thanks&lt;BR /&gt;Karen</description>
      <pubDate>Tue, 08 Aug 2000 18:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435497#M4796</guid>
      <dc:creator>Karen Elrod</dc:creator>
      <dc:date>2000-08-08T18:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435498#M4797</link>
      <description>There's a shareware product called lsof I've used to do this before.</description>
      <pubDate>Tue, 08 Aug 2000 18:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435498#M4797</guid>
      <dc:creator>Erich Noll_1</dc:creator>
      <dc:date>2000-08-08T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435499#M4798</link>
      <description>Check the thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb14268c57f64d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb14268c57f64d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you need to get and install lsof from the porting centre</description>
      <pubDate>Tue, 08 Aug 2000 18:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435499#M4798</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-08T18:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435500#M4799</link>
      <description>Download lsof from HP-UX Porting Site at:&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2000 18:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435500#M4799</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-08T18:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435501#M4800</link>
      <description>The command netstat -an will give you a little more of what your looking for....BUT you will find that getting and using lsof is more preferred.&lt;BR /&gt;Here's where you can find it:&lt;BR /&gt;LSOF can be dowloaded using the following procedure:&lt;BR /&gt;&lt;BR /&gt;               1. Go to &lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt;&lt;BR /&gt;               2. Scroll down to the end and follow the link "HPUX Public Domain Software"&lt;BR /&gt;               3. Type lsof into the search field and click search.&lt;BR /&gt;               4. Download the current version of lsof&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2000 18:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435501#M4800</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-08T18:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435502#M4801</link>
      <description>you can also get it from the original source the advantage is that you can get the latest version and compile it to suit you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/" target="_blank"&gt;ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2000 00:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435502#M4801</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-08-09T00:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I tell what process is using a particular port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435503#M4802</link>
      <description>Download lsof, I got the same suggestion.</description>
      <pubDate>Thu, 10 Aug 2000 07:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-tell-what-process-is-using-a-particular-port/m-p/2435503#M4802</guid>
      <dc:creator>S.Venkatesh</dc:creator>
      <dc:date>2000-08-10T07:25:25Z</dc:date>
    </item>
  </channel>
</rss>

