<?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 The port on my server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122650#M314992</link>
    <description>Hi&lt;BR /&gt;how i can find all port opened on my server &lt;BR /&gt;HP-UX (rp8420 11i)&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Mon, 31 Dec 2007 11:03:47 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2007-12-31T11:03:47Z</dc:date>
    <item>
      <title>The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122650#M314992</link>
      <description>Hi&lt;BR /&gt;how i can find all port opened on my server &lt;BR /&gt;HP-UX (rp8420 11i)&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 31 Dec 2007 11:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122650#M314992</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-31T11:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122651#M314993</link>
      <description>Use lsof.  If you don't have it, get it here:&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;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 31 Dec 2007 11:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122651#M314993</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-12-31T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122652#M314994</link>
      <description>Hi&lt;BR /&gt;i am installed but the command not work&lt;BR /&gt;&lt;BR /&gt;# lsof&lt;BR /&gt;/usr/bin/ksh: lsof:  not found&lt;BR /&gt;&lt;BR /&gt;Note i am installed under " /usr/local "&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 31 Dec 2007 11:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122652#M314994</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-31T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122653#M314995</link>
      <description>Security for root... "." isnt current profile...&lt;BR /&gt;&lt;BR /&gt;try with ./lsof</description>
      <pubDate>Mon, 31 Dec 2007 11:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122653#M314995</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-31T11:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122654#M314996</link>
      <description>Moreever you can use nmap as well for checking out the ports opened on your server. Try Google for nmap.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Anshu</description>
      <pubDate>Mon, 31 Dec 2007 11:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122654#M314996</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-31T11:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122655#M314997</link>
      <description>Well,basically you can use :&lt;BR /&gt;&lt;BR /&gt;"netstat -an | grep  "LISTEN"  shows ports that LISTEN to incoming connection&lt;BR /&gt;&lt;BR /&gt;"netstat -an | grep "EST" will show established (active) connections</description>
      <pubDate>Mon, 31 Dec 2007 11:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122655#M314997</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2007-12-31T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122656#M314998</link>
      <description>Hi&lt;BR /&gt;the same problem, and i am root user&lt;BR /&gt;and i can see the command from man page&lt;BR /&gt;&amp;gt;man lsof&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Dec 2007 11:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122656#M314998</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-31T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122657#M314999</link>
      <description>Do as below...&lt;BR /&gt;cd /usr/local    &lt;BR /&gt;ls -ltr lsof&lt;BR /&gt;./lsof&lt;BR /&gt;&lt;BR /&gt;and post the results of all above.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Anshu</description>
      <pubDate>Mon, 31 Dec 2007 12:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122657#M314999</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-31T12:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122658#M315000</link>
      <description>&amp;gt;i am installed but the command not work&lt;BR /&gt;# lsof&lt;BR /&gt;/usr/bin/ksh: lsof: not found&lt;BR /&gt;&amp;gt;Note i am installed under "/usr/local"&lt;BR /&gt;&lt;BR /&gt;This doesn't mean it doesn't work.  It means you didn't find it.  You could use the absolute path: /usr/local/bin/lsof</description>
      <pubDate>Mon, 31 Dec 2007 12:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122658#M315000</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-31T12:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122659#M315001</link>
      <description>Hi&lt;BR /&gt;# cd /usr/local&lt;BR /&gt;# ll&lt;BR /&gt;total 528&lt;BR /&gt;lrwxr-xr-x   1 root       sys             28 Nov 14 15:31 CAlib -&amp;gt; /opt/CA/SharedComponents/lib&lt;BR /&gt;drwxrwxr-x   2 bin        bin           8192 Dec 31 14:42 bin&lt;BR /&gt;drwxr-xr-x   4 root       sys             96 Dec 31 14:42 doc&lt;BR /&gt;drwxrwxr-x   2 bin        bin             96 Aug 22  2006 etc&lt;BR /&gt;drwxrwxr-x   2 bin        bin             96 Aug 22  2006 games&lt;BR /&gt;drwxrwxr-x   2 bin        bin             96 Dec  2 10:40 lib&lt;BR /&gt;-rw-r-----   1 root       sys         256000 Dec 31 14:27 lsof-4.78-hppa-11.11.depot&lt;BR /&gt;drwxrwxr-x   3 bin        bin             96 Dec 31 14:42 man&lt;BR /&gt;# ls -ltr lsof&lt;BR /&gt;lsof not found&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Dec 2007 12:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122659#M315001</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-31T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122660#M315002</link>
      <description>check in bin.&lt;BR /&gt;./lsof&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Dec 2007 13:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122660#M315002</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-31T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122661#M315003</link>
      <description>It does not matter what directory you are in. Typing lsof requires that the full path for this command is one of the paths shown in $PATH. If not, the command will not be found. If lsof is actually installed on your system, start with the common locations:&lt;BR /&gt; &lt;BR /&gt;find /usr/local /usr/contrib /opt -name lsof&lt;BR /&gt; &lt;BR /&gt;Then you type the fullpath to the command:&lt;BR /&gt; &lt;BR /&gt;/usr/local/bin/lsof&lt;BR /&gt; &lt;BR /&gt;Or you change the file: /etc/PATH to add /usr/local/bin (or whatever is needed) so that the fullpath can be found.</description>
      <pubDate>Tue, 01 Jan 2008 17:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122661#M315003</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-01T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: The port on my server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122662#M315004</link>
      <description>thanks for all</description>
      <pubDate>Wed, 02 Jan 2008 05:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-port-on-my-server/m-p/4122662#M315004</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2008-01-02T05:43:32Z</dc:date>
    </item>
  </channel>
</rss>

