<?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 to find a process using a port value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044837#M748872</link>
    <description>Clint,&lt;BR /&gt;&lt;BR /&gt;This link will give you a little bit more of details on using lsof command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1084531&amp;amp;admit=-682735245+1178554680228+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1084531&amp;amp;admit=-682735245+1178554680228+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
    <pubDate>Mon, 07 May 2007 11:19:01 GMT</pubDate>
    <dc:creator>Jaime Bolanos Rojas.</dc:creator>
    <dc:date>2007-05-07T11:19:01Z</dc:date>
    <item>
      <title>How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044834#M748869</link>
      <description>I need a way to discover what process on the 11.11 server I have is using a cetain port (port value = 12349) so that I can kill it as I need to free the port up again.  I could re-boot but it would be easier if there was a way to find the process.</description>
      <pubDate>Mon, 07 May 2007 11:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044834#M748869</guid>
      <dc:creator>Clint Gibler</dc:creator>
      <dc:date>2007-05-07T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044835#M748870</link>
      <description>Use lsof to find the process on the local machine using port 12349&lt;BR /&gt;&lt;BR /&gt;# lsof -i@servername:12349</description>
      <pubDate>Mon, 07 May 2007 11:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044835#M748870</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-05-07T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044836#M748871</link>
      <description>in case you do not already have it installed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.77/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.77/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 May 2007 11:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044836#M748871</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-07T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044837#M748872</link>
      <description>Clint,&lt;BR /&gt;&lt;BR /&gt;This link will give you a little bit more of details on using lsof command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1084531&amp;amp;admit=-682735245+1178554680228+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1084531&amp;amp;admit=-682735245+1178554680228+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 07 May 2007 11:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044837#M748872</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-05-07T11:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044838#M748873</link>
      <description>what is lsof? I try the command you gave me but it just says sh: lsof:  not found.&lt;BR /&gt;does it need to be run from someplace or is this a feature I don't have installed?</description>
      <pubDate>Mon, 07 May 2007 11:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044838#M748873</guid>
      <dc:creator>Clint Gibler</dc:creator>
      <dc:date>2007-05-07T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044839#M748874</link>
      <description>sorry didn't see the new posts</description>
      <pubDate>Mon, 07 May 2007 11:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044839#M748874</guid>
      <dc:creator>Clint Gibler</dc:creator>
      <dc:date>2007-05-07T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044840#M748875</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;lsof is a non-standard but very useful comand to accomplish your goal.&lt;BR /&gt;&lt;BR /&gt;Click the link posted earlier&lt;BR /&gt;&lt;BR /&gt;swinstall the depot.&lt;BR /&gt;&lt;BR /&gt;Run the command posted earlier to identify the process for death.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 May 2007 11:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044840#M748875</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-07T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044841#M748876</link>
      <description>You may want to see if lsof is on on your system and then by specifying its full path if it exists.&lt;BR /&gt;&lt;BR /&gt;# whereis lsof</description>
      <pubDate>Mon, 07 May 2007 11:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044841#M748876</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-05-07T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a process using a port value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044842#M748877</link>
      <description>That worked Thanks,</description>
      <pubDate>Mon, 07 May 2007 13:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-a-process-using-a-port-value/m-p/5044842#M748877</guid>
      <dc:creator>Clint Gibler</dc:creator>
      <dc:date>2007-05-07T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

