<?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: ports checking in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826640#M87775</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After you extract the tar file, just type './Configure hpux' and 'make' will do all the steps for you.&lt;BR /&gt;&lt;BR /&gt;You can read the HPUX.install or README for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
    <pubDate>Wed, 16 Oct 2002 06:16:51 GMT</pubDate>
    <dc:creator>Patrick Chim</dc:creator>
    <dc:date>2002-10-16T06:16:51Z</dc:date>
    <item>
      <title>ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826636#M87771</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How can I check which all ports are in use and which all ports are not?&lt;BR /&gt;&lt;BR /&gt;Also is there any other file apart from the /etc/services.&lt;BR /&gt;&lt;BR /&gt;In my /etc/services:&lt;BR /&gt;# The X10_LI server for each display listens on ports 5800 + display number.&lt;BR /&gt;# The X10_MI server for each display listens on ports 5900 + display number.&lt;BR /&gt;# The X11 server for each display listens on ports 6000 + display number.&lt;BR /&gt;# The X11 font server listens on port 7000.&lt;BR /&gt;# Do NOT associate other services with these ports.&lt;BR /&gt;# Refer to the X documentation for details.&lt;BR /&gt;&lt;BR /&gt;It has been mentioned that "X11 font server listens on port 7000."&lt;BR /&gt;&lt;BR /&gt;But there is no entry for this port in the /etc/services. How can I check whether this port is in use? If it being used how can I disable it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raje.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 04:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826636#M87771</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2002-10-16T04:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826637#M87772</link>
      <description>Hi,&lt;BR /&gt;#netstat -a &lt;BR /&gt;to see which ports are in use&lt;BR /&gt;or you can down load lsof which gives much clear picture.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 04:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826637#M87772</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-16T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826638#M87773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's good to use 'lsof' to check the port status and you can download in&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are running HP-UX 11i, you have to download the source and compile by yourself.&lt;BR /&gt;&lt;BR /&gt;e.g. lsof -i tcp:7000&lt;BR /&gt;and it will give you the process id that holding this port.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 16 Oct 2002 04:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826638#M87773</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-10-16T04:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826639#M87774</link>
      <description>Hi Patrick/Animish,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 11i and have downloaded lsof 4.64 for 11.00,11.20 and the tar file from &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am unable to use the lsof os 11.00( version mismatch 32 bit and 64 bit) nor of 11.20(Execute permission denied).&lt;BR /&gt;&lt;BR /&gt;As advised I think I have to compile from the source code in the tar file.&lt;BR /&gt;&lt;BR /&gt;Can you give me stepwise the command to extract and compile lsof?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raje.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 06:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826639#M87774</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2002-10-16T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826640#M87775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After you extract the tar file, just type './Configure hpux' and 'make' will do all the steps for you.&lt;BR /&gt;&lt;BR /&gt;You can read the HPUX.install or README for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 16 Oct 2002 06:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826640#M87775</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-10-16T06:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: ports checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826641#M87776</link>
      <description>&lt;BR /&gt;Have a look at this posting:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1de9f715edc6d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1de9f715edc6d5118ff10090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 16 Oct 2002 06:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ports-checking/m-p/2826641#M87776</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-16T06:18:55Z</dc:date>
    </item>
  </channel>
</rss>

