<?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: netstat in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658894#M806097</link>
    <description>netstat -nr is used for getting routing entries not port information. Use netstat -in :)&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
    <pubDate>Thu, 27 Oct 2005 04:43:54 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-27T04:43:54Z</dc:date>
    <item>
      <title>netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658885#M806088</link>
      <description>how can i check what are all the ports (used and unused) allocated to my server.&lt;BR /&gt;And how can we decide which port belongs to which application or ...</description>
      <pubDate>Thu, 27 Oct 2005 04:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658885#M806088</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-10-27T04:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658886#M806089</link>
      <description>Check with /etc/services and # netstat -na &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 27 Oct 2005 04:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658886#M806089</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-27T04:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658887#M806090</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;under /etc/services u can see all ur ports&lt;BR /&gt;if u install an applikation it should make a entry in this file&lt;BR /&gt;&lt;BR /&gt;netstat -a &lt;BR /&gt;man netstat &lt;BR /&gt;&lt;BR /&gt;regrads gga</description>
      <pubDate>Thu, 27 Oct 2005 04:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658887#M806090</guid>
      <dc:creator>GGA</dc:creator>
      <dc:date>2005-10-27T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658888#M806091</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;so, how is your patch installation?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=968532" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=968532&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;guess u have not assign any points:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1323105&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1323105&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;ports your server is listening to:&lt;BR /&gt;# netstat -an|grep -i listen&lt;BR /&gt;&lt;BR /&gt;ports your server has establish connection:&lt;BR /&gt;# netstat -an|grep -i estab&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 27 Oct 2005 04:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658888#M806091</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-10-27T04:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658889#M806092</link>
      <description>man netstat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check ur /etc/services file to view all informations.&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Thu, 27 Oct 2005 04:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658889#M806092</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-27T04:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658890#M806093</link>
      <description>b) how can we decide which port belongs to which application?&lt;BR /&gt;&lt;BR /&gt;Ports and service name allocation is done based on /etc/services file. &lt;BR /&gt;&lt;BR /&gt;It will be like,&lt;BR /&gt;&lt;BR /&gt;servicename port number/protocol&lt;BR /&gt;&lt;BR /&gt;a) how can i check what are all the ports (used and unused) allocated to my server?&lt;BR /&gt;&lt;BR /&gt;You can check with netstat or lsof (free downloadable tool).&lt;BR /&gt;&lt;BR /&gt; i) Using netstat&lt;BR /&gt;    # netstat -na | grep -w &lt;PORT&gt;&lt;BR /&gt;&lt;BR /&gt; ii) Using lsof&lt;BR /&gt;    # lsof -P&lt;PORTNUMBER&gt;&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;BR /&gt;&lt;/PORTNUMBER&gt;&lt;/PORT&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658890#M806093</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-27T04:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658891#M806094</link>
      <description>netstat -an&lt;BR /&gt;lsof -i tcp&lt;BR /&gt;lsof -i udp</description>
      <pubDate>Thu, 27 Oct 2005 04:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658891#M806094</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-27T04:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658892#M806095</link>
      <description>thanku all for the quick response.&lt;BR /&gt;i got thr. netstat -nr.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 04:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658892#M806095</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-10-27T04:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658893#M806096</link>
      <description>You can download lsof from, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Man page is at &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/man.html" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/man.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 27 Oct 2005 04:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658893#M806096</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-27T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658894#M806097</link>
      <description>netstat -nr is used for getting routing entries not port information. Use netstat -in :)&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 27 Oct 2005 04:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658894#M806097</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-27T04:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658895#M806098</link>
      <description>Check the /etc/services to find of services that are running on your service. These services will be using 0 -1024 standard ports.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Man netstat to find the list of options to find   the various port that are open on your machine.&lt;BR /&gt;&lt;BR /&gt;And also use port scanners like nmap to find the various ports opened and services running using those ports.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Thu, 27 Oct 2005 04:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658895#M806098</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2005-10-27T04:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658896#M806099</link>
      <description>netstat -a list all port status.&lt;BR /&gt; &lt;BR /&gt;And this is a common tcp port usege.</description>
      <pubDate>Fri, 28 Oct 2005 05:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658896#M806099</guid>
      <dc:creator>沈國維</dc:creator>
      <dc:date>2005-10-28T05:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658897#M806100</link>
      <description>One important item to grep for is LISTEN in netstat.&lt;BR /&gt;"netstat -an|grep LISTEN"&lt;BR /&gt;This would show all the active listen ports which shows a lot more than /etc/services and the reason is that applications could start their on ports outside of /etc/services.&lt;BR /&gt;&lt;BR /&gt;Matthew from Boston</description>
      <pubDate>Fri, 28 Oct 2005 07:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658897#M806100</guid>
      <dc:creator>Matthew Ghofrani</dc:creator>
      <dc:date>2005-10-28T07:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658898#M806101</link>
      <description>thanku all , i got the answer by using netstat -an</description>
      <pubDate>Fri, 28 Oct 2005 07:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658898#M806101</guid>
      <dc:creator>srinivasa rao vaddadi</dc:creator>
      <dc:date>2005-10-28T07:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658899#M806102</link>
      <description>A small but sematicaly important nit - the /etc/services file does not really "allocate" a port number - at least not in the sense of "reserving" it in any enforced way.  It merely maps a port number to a more human friendly name.  Actual _use_ of a given port number is on a first-come, first-served basis.&lt;BR /&gt;&lt;BR /&gt;And just because something appears in /etc/services, it does not mean that service is active on the system - there are many many many more things in /etc/services than are enabled - perhaps even available - on HP-UX.&lt;BR /&gt;&lt;BR /&gt;A port is only in use if you see it in netstat   or lsof output.</description>
      <pubDate>Fri, 28 Oct 2005 11:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3658899#M806102</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-10-28T11:59:24Z</dc:date>
    </item>
  </channel>
</rss>

