<?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 processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467877#M16076</link>
    <description>Kofi, thanks for checking this out for me.  I'm pretty busy right now and am pressed for time.  I'll just wait and see if someone remembers where the compiled 64 bit version is.</description>
    <pubDate>Tue, 28 Nov 2000 15:20:08 GMT</pubDate>
    <dc:creator>Kathy McGohan_1</dc:creator>
    <dc:date>2000-11-28T15:20:08Z</dc:date>
    <item>
      <title>port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467871#M16070</link>
      <description>How do you tell what port a process is using?  Thanks in advance for your help.</description>
      <pubDate>Tue, 28 Nov 2000 12:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467871#M16070</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2000-11-28T12:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467872#M16071</link>
      <description>Hi Kathy&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;netstat -an&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 28 Nov 2000 13:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467872#M16071</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-28T13:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467873#M16072</link>
      <description>Thanks Paula.  I was doing a netstat -a, but not -an.  I had put this message in for one of my co-workers who is downstairs in the machine room.</description>
      <pubDate>Tue, 28 Nov 2000 13:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467873#M16072</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2000-11-28T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467874#M16073</link>
      <description>Kathy:&lt;BR /&gt;&lt;BR /&gt;you can also use the lsof utility to determine the process that owns a port.  netstat -an does not associate a PID to a port/socket.  lsof does.  &lt;BR /&gt;&lt;BR /&gt;You can get a copy of lsof 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;it is an absolute life saver.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Tue, 28 Nov 2000 13:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467874#M16073</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-28T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467875#M16074</link>
      <description>Kofi, thanks for the information on lsof.  I downloaded it and installed it, but when I try to run lsof, it gives me an error message saying, "lsof was built for a 32 bit kernel but this is a 64 bit kernel".&lt;BR /&gt;Is there an lsof for a 64 bit kernel?</description>
      <pubDate>Tue, 28 Nov 2000 14:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467875#M16074</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2000-11-28T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467876#M16075</link>
      <description>Kathy:&lt;BR /&gt;&lt;BR /&gt;Yep - the bin version that is posted on the porting centre is 32 bit.  excerpt from the website "Note that the binary releases of lsof on this archive will ONLY run on OS release they were compiled on and will run on 32-bit HP-UX only. If you have any other release of HP-UX, you must build lsof yourself from the source code."&lt;BR /&gt;&lt;BR /&gt;I do not have a 64 bit OS and so cannot build it for you, but I know that someone posted lsof for 64 bit HPUX on the forums (unfortunately, the search feature is not working so I cannot dig it up for you...) would someone remember where the 64 bit version of lsof is?  &lt;BR /&gt;&lt;BR /&gt;Or if you want to build it yourself, it should be quite straightforward...  you would need ansi c or gcc</description>
      <pubDate>Tue, 28 Nov 2000 15:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467876#M16075</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-28T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467877#M16076</link>
      <description>Kofi, thanks for checking this out for me.  I'm pretty busy right now and am pressed for time.  I'll just wait and see if someone remembers where the compiled 64 bit version is.</description>
      <pubDate>Tue, 28 Nov 2000 15:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467877#M16076</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2000-11-28T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: port processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467878#M16077</link>
      <description>&lt;BR /&gt;I dont think i ever posted the statically linked 64bit version of lsof to the list, couldnt send it as an attachment due to site problems, lets try again with the new format site....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 16:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-processes/m-p/2467878#M16077</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-11-28T16:35:22Z</dc:date>
    </item>
  </channel>
</rss>

