<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100504#M540197</link>
    <description>Hi Amitav&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ESTABLISHED command will assist you to learn about your connections and ports&lt;BR /&gt;&lt;BR /&gt;Please look at following url&lt;BR /&gt;&lt;A href="http://www.wlug.org.nz/TcpStates" target="_blank"&gt;http://www.wlug.org.nz/TcpStates&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat</description>
    <pubDate>Mon, 12 Nov 2007 02:13:49 GMT</pubDate>
    <dc:creator>Murat SULUHAN</dc:creator>
    <dc:date>2007-11-12T02:13:49Z</dc:date>
    <item>
      <title>Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100501#M540194</link>
      <description>How can i check which ports are opened on my server, and how can can we open/close ports in HP-UX servers..?? Kindly explain along with the cmds...</description>
      <pubDate>Mon, 12 Nov 2007 00:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100501#M540194</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2007-11-12T00:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100502#M540195</link>
      <description>Hi Amitav&lt;BR /&gt;&lt;BR /&gt;netstat will help you&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep LISTEN&lt;BR /&gt;netstat -an | grep ESTABLIS&lt;BR /&gt;&lt;BR /&gt;man netstat for details&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is another utility like netstat but also list open files called as lsof. You can get it from following url&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.78/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.78/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat</description>
      <pubDate>Mon, 12 Nov 2007 01:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100502#M540195</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2007-11-12T01:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100503#M540196</link>
      <description>thanks murat for ur reply, but anyway how can we check or see thru which port my HP-UX server is connected...??</description>
      <pubDate>Mon, 12 Nov 2007 01:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100503#M540196</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2007-11-12T01:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100504#M540197</link>
      <description>Hi Amitav&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ESTABLISHED command will assist you to learn about your connections and ports&lt;BR /&gt;&lt;BR /&gt;Please look at following url&lt;BR /&gt;&lt;A href="http://www.wlug.org.nz/TcpStates" target="_blank"&gt;http://www.wlug.org.nz/TcpStates&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat</description>
      <pubDate>Mon, 12 Nov 2007 02:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100504#M540197</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2007-11-12T02:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100505#M540198</link>
      <description>hi Amitav,&lt;BR /&gt;&lt;BR /&gt;you can use also lsof to know which port is used by which process &lt;BR /&gt;&lt;BR /&gt;for example &lt;BR /&gt;&lt;BR /&gt;lsof -i tcp:22&lt;BR /&gt;&lt;BR /&gt;COMMAND   PID USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;sshd     1278 root    5u  inet 0xe000000165d66740      0t0  TCP *:22 (LISTEN)&lt;BR /&gt;sshd    21752 root    5u  inet 0xe0000001712ff3c0  0t79559  TCP xxx.xx.corp.priv:22-&amp;gt;xxxxxxx.xxx.corp.priv:1549 (ESTABLISHED)&lt;BR /&gt;&lt;BR /&gt;A good url which can be usefull :&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;Regards&lt;BR /&gt;L-DERLYN&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2007 04:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100505#M540198</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2007-11-12T04:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100506#M540199</link>
      <description>Your followup question makes it sound like you are asking about network interface ports (eg rj45 connections on NICs) rather than TCP/UDP port numbers.  Is that the case?</description>
      <pubDate>Mon, 12 Nov 2007 20:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port/m-p/4100506#M540199</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-11-12T20:35:53Z</dc:date>
    </item>
  </channel>
</rss>

