<?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: ** Tracking down a Process using a Port ** in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594837#M853093</link>
    <description>Hi Micheal:&lt;BR /&gt;&lt;BR /&gt;lsof is definitely the tool for this job. Be aware that if you are running 64-bit 11x that you must download the source and compile it as the only binary versions available are 32-bit and will not execute in 64-bit land.</description>
    <pubDate>Mon, 15 Oct 2001 13:50:42 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-10-15T13:50:42Z</dc:date>
    <item>
      <title>** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594833#M853089</link>
      <description>I need to find out which process ID is using a network port (socket).  I am trying to start a web service using a port like 8000 and I am being told it is in use.  Using netstat -a, i find that is in fact being used but how can I get the PID so I can kill it?  Any help would be grateful,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 15 Oct 2001 11:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594833#M853089</guid>
      <dc:creator>Michael Gretton</dc:creator>
      <dc:date>2001-10-15T11:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594834#M853090</link>
      <description>You will probably need to install the lsof command. This can be found at the "Software Porting and Archive Centre for HPUX" and also at tucows.com . Perform a lsof with a -i option to look at tcpip stuff. This will list PID for any open connections it finds</description>
      <pubDate>Mon, 15 Oct 2001 11:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594834#M853090</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-10-15T11:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594835#M853091</link>
      <description>Micheal,&lt;BR /&gt;&lt;BR /&gt;You need to use lsof to get this information.&lt;BR /&gt;&lt;BR /&gt;Try it from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's easy,&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 15 Oct 2001 11:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594835#M853091</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-15T11:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594836#M853092</link>
      <description>Hello Michael,&lt;BR /&gt;&lt;BR /&gt;AFAIK the best answer is "lsof" (list open files" used with the "-i" (internet) option:&lt;BR /&gt;lsof -i tcp:21&lt;BR /&gt;&lt;BR /&gt;This will show you all processes using TELNET (i.e. TCP, and port 21).&lt;BR /&gt;&lt;BR /&gt;Get it from the "HP-UX Porting Archives" near you...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Mon, 15 Oct 2001 13:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594836#M853092</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-15T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594837#M853093</link>
      <description>Hi Micheal:&lt;BR /&gt;&lt;BR /&gt;lsof is definitely the tool for this job. Be aware that if you are running 64-bit 11x that you must download the source and compile it as the only binary versions available are 32-bit and will not execute in 64-bit land.</description>
      <pubDate>Mon, 15 Oct 2001 13:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594837#M853093</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-15T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594838#M853094</link>
      <description>Hello,&lt;BR /&gt;I administer a hpux 11.00 64bit system and tried to compile the lsof-4.55 but got the following output:&lt;BR /&gt;&lt;BR /&gt;Looking for ipis_s with /usr/contrib/bin/q4 ...&lt;BR /&gt;!!!ERROR!!! /usr/contrib/bin/q4 failed and produced the following output.&lt;BR /&gt;q4: (warning) no modules in the crashdump or no INDEX file&lt;BR /&gt;nm: invalid option -- h&lt;BR /&gt;Usage: nm [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]&lt;BR /&gt;       [--debug-syms] [--extern-only] [--print-armap] [--print-file-name]&lt;BR /&gt;       [--numeric-sort] [--no-sort] [--reverse-sort] [--size-sort]&lt;BR /&gt;       [--undefined-only] [--portability] [-f {bsd,sysv,posix}]&lt;BR /&gt;       [--format={bsd,sysv,posix}] [--demangle] [--no-demangle] [--dynamic]&lt;BR /&gt;       [--defined-only] [--line-numbers]&lt;BR /&gt;       [--version] [--help]&lt;BR /&gt;       [file...]&lt;BR /&gt;nm: supported targets: som srec symbolsrec tekhex binary ihex hpux-core&lt;BR /&gt;q4: (error) nm command exited, but not cleanly (status==0x100)&lt;BR /&gt;!!ERROR!!&lt;BR /&gt;Configure can't use /usr/contrib/bin/q4 to examine the ipis_s&lt;BR /&gt;structure.  You must do that yourself, report the result in&lt;BR /&gt;the HPUX_IPC_S_PATCH environment variable, then repeat the&lt;BR /&gt;Configure step.  Consult the Configure script's use of&lt;BR /&gt;/usr/contrib/bin/q4 and the 00XCONFIG file for information&lt;BR /&gt;on ipis_s testing and the setting of HPUX_IPC_S_PATCH.&lt;BR /&gt;&lt;BR /&gt;What is wrong with it?&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;michael</description>
      <pubDate>Tue, 30 Oct 2001 11:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594838#M853094</guid>
      <dc:creator>michael nowak</dc:creator>
      <dc:date>2001-10-30T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: ** Tracking down a Process using a Port **</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594839#M853095</link>
      <description>get it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sunsite.securitycentralhq.com/mirrors/security/lsof/binaries/hpux/B.11.00/" target="_blank"&gt;http://sunsite.securitycentralhq.com/mirrors/security/lsof/binaries/hpux/B.11.00/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 12:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tracking-down-a-process-using-a-port/m-p/2594839#M853095</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-30T12:43:50Z</dc:date>
    </item>
  </channel>
</rss>

