<?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: Checking application on particular port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229966#M328491</link>
    <description>unless you specifically put a name for this service in the /etc/servicees file your only option is a enhancement product.&lt;BR /&gt;&lt;BR /&gt;lsof is the most common and works great.  Delivered on HPUX IExpress CDs or via software.hp.com&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jul 2008 16:59:28 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-07-08T16:59:28Z</dc:date>
    <item>
      <title>Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229960#M328485</link>
      <description>Hi Gurus ... do you know how to define which application is binding to specific port other than checking at /etc/services . &lt;BR /&gt;&lt;BR /&gt;For example .. i'm trying to check the application that utilize high WAN utilisation between these 2 nodes .. i captured the netstat &lt;BR /&gt;&lt;BR /&gt;$ netstat -an | grep 243.69&lt;BR /&gt;&lt;BR /&gt;tcp        0     11  10.243.11.153.59619    10.243.69.117.52828     ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.243.11.153.49198    10.243.69.117.5555      ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.243.11.153.50373    10.243.69.117.5555      ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.243.11.153.59619    10.243.69.117.53876     ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I only able to grep 5555 info from the /etc/services whilst the port 53876 &amp;amp; 52828 yield no info from the /etc/services . &lt;BR /&gt;&lt;BR /&gt;Regards , &lt;BR /&gt;n0body</description>
      <pubDate>Tue, 08 Jul 2008 15:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229960#M328485</guid>
      <dc:creator>n00body</dc:creator>
      <dc:date>2008-07-08T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229961#M328486</link>
      <description>Use lsof utility:&lt;BR /&gt;&lt;BR /&gt;lsof -i tcp | grep port &lt;BR /&gt;&lt;BR /&gt;Second columd is a PID.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 08 Jul 2008 15:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229961#M328486</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-07-08T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229962#M328487</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Check it out ,this may help you much .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215367503475+28353475&amp;amp;threadId=1183877" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215367503475+28353475&amp;amp;threadId=1183877&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 08 Jul 2008 15:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229962#M328487</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-07-08T15:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229963#M328488</link>
      <description>Unfortunately the server that I'm administering have no lsof installed .:( . Its gonna be long way to go to get the permission through change request to install this helpful tool . That's why I was relying on netstat .. :( .Is there any other native way that I can use ? Anyway .. thanks guys .</description>
      <pubDate>Tue, 08 Jul 2008 15:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229963#M328488</guid>
      <dc:creator>n00body</dc:creator>
      <dc:date>2008-07-08T15:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229964#M328489</link>
      <description>The file /etc/services lists "well known ports", see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.iana.org/assignments/port-numbers" target="_blank"&gt;http://www.iana.org/assignments/port-numbers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ports in range from 49152 through 65535 are Dynamic and/or Private Ports (not listed in /etc/services).&lt;BR /&gt;&lt;BR /&gt;Some of them are related to OS components, example:&lt;BR /&gt;&lt;BR /&gt;# lsof -i tcp |grep 59790&lt;BR /&gt;diaglogd  22974  root    1u  IPv4 0x4031c40      0t0  TCP *:59790 (LISTEN)&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;dm_stape  23283  root    5u  IPv4 0x44695c0  0t15229  TCP localhost:59834-&amp;gt;localhost:59792 (ESTABLISHED)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(these are online diagnostics processes).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229964#M328489</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-08T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229965#M328490</link>
      <description>try:&lt;BR /&gt;netstat -ap  &lt;BR /&gt;&lt;BR /&gt;This works under linux.</description>
      <pubDate>Tue, 08 Jul 2008 16:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229965#M328490</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-07-08T16:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking application on particular port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229966#M328491</link>
      <description>unless you specifically put a name for this service in the /etc/servicees file your only option is a enhancement product.&lt;BR /&gt;&lt;BR /&gt;lsof is the most common and works great.  Delivered on HPUX IExpress CDs or via software.hp.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-application-on-particular-port/m-p/4229966#M328491</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-08T16:59:28Z</dc:date>
    </item>
  </channel>
</rss>

