<?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 useage hpux 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753636#M258183</link>
    <description>You can try downloading the source code for lsof and/or a copy of the pre-compiled binary from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/&lt;/A&gt;</description>
    <pubDate>Fri, 17 Mar 2006 11:25:10 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2006-03-17T11:25:10Z</dc:date>
    <item>
      <title>port useage hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753635#M258182</link>
      <description>i'm trying to find what application is using a specific port. I see references to a command 'lsof' but this command doesn't work on my hp ux11i box(pa risc 64). I tried the netstat -an|grep 3938 but that just told me it was in use.</description>
      <pubDate>Fri, 17 Mar 2006 11:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753635#M258182</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2006-03-17T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: port useage hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753636#M258183</link>
      <description>You can try downloading the source code for lsof and/or a copy of the pre-compiled binary from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/" target="_blank"&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/&lt;/A&gt;</description>
      <pubDate>Fri, 17 Mar 2006 11:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753636#M258183</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2006-03-17T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: port useage hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753637#M258184</link>
      <description>when you say "it doesn't work" do you mean you can't find it? You might try this link and download the binary, unzip it, and put in in your path like /usr/sbin or /usr/local/sbin.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.br.xemacs.org/pub/unix-tools/lsof/binaries/hpux/" target="_blank"&gt;http://ftp.br.xemacs.org/pub/unix-tools/lsof/binaries/hpux/&lt;/A&gt;</description>
      <pubDate>Fri, 17 Mar 2006 11:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753637#M258184</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2006-03-17T11:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: port useage hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753638#M258185</link>
      <description>Hi Donald,&lt;BR /&gt;&lt;BR /&gt;netstat -an will give you the port usage also, however it could be listing a port on a remote system also. You need to be specific on your filtering criteria i.e.&lt;BR /&gt;&lt;BR /&gt;# netstat -an | awk '{if(z[split($4,z,".")]==3938) print $0}'&lt;BR /&gt;&lt;BR /&gt;...the awk construct splits $4 (Local Address) and compares the port no. to the last split-field. Or use lsof, downloading it from &lt;A href="http://hpux.cs.utah.edu/," target="_blank"&gt;http://hpux.cs.utah.edu/,&lt;/A&gt; as:&lt;BR /&gt;&lt;BR /&gt;# lsof -i:3938&lt;BR /&gt;&lt;BR /&gt;the benefit of lsof is that it gives the process that's listening/bound to that port.&lt;BR /&gt;&lt;BR /&gt;hope it helps!</description>
      <pubDate>Fri, 17 Mar 2006 12:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-useage-hpux-11i/m-p/3753638#M258185</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-17T12:31:48Z</dc:date>
    </item>
  </channel>
</rss>

