<?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 check open port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587788#M650977</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm trying to change my current listener port no to something else but when I started the listener, there is no service registered after 1 minute.&lt;BR /&gt;&lt;BR /&gt;I need to find out how to determine if this port is blocked.&lt;BR /&gt;&lt;BR /&gt;trying telnet host_ip portno gets connection refused.&lt;BR /&gt;&lt;BR /&gt;thanx for helping</description>
    <pubDate>Sun, 21 Feb 2010 20:51:39 GMT</pubDate>
    <dc:creator>Mohd Azahari</dc:creator>
    <dc:date>2010-02-21T20:51:39Z</dc:date>
    <item>
      <title>check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587788#M650977</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm trying to change my current listener port no to something else but when I started the listener, there is no service registered after 1 minute.&lt;BR /&gt;&lt;BR /&gt;I need to find out how to determine if this port is blocked.&lt;BR /&gt;&lt;BR /&gt;trying telnet host_ip portno gets connection refused.&lt;BR /&gt;&lt;BR /&gt;thanx for helping</description>
      <pubDate>Sun, 21 Feb 2010 20:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587788#M650977</guid>
      <dc:creator>Mohd Azahari</dc:creator>
      <dc:date>2010-02-21T20:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587789#M650978</link>
      <description>&lt;!--!*#--&gt;Should I know what "the listener" is?  Or how&lt;BR /&gt;you started it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] there is no service registered after&lt;BR /&gt;&amp;gt; 1 minute.&lt;BR /&gt;&lt;BR /&gt;And you determined this how, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I need to find out how to determine if this&lt;BR /&gt;&amp;gt; port is blocked.&lt;BR /&gt;&lt;BR /&gt;Who would be blocking it?  How much network&lt;BR /&gt;lies between you and "host_ip"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] connection refused.&lt;BR /&gt;&lt;BR /&gt;That normally means that no one is listening&lt;BR /&gt;at that port.</description>
      <pubDate>Sun, 21 Feb 2010 22:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587789#M650978</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-21T22:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587790#M650979</link>
      <description>is there nay firewall in between ?&lt;BR /&gt;have u added the port in /etc/services&lt;BR /&gt;&lt;BR /&gt;Port would only listen when service is running, are you sure ur application is accepting new port.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 22 Feb 2010 01:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587790#M650979</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-22T01:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587791#M650980</link>
      <description>check all port use this : &lt;BR /&gt;&lt;BR /&gt;#vi /etc/services&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for flush your firewall : &lt;BR /&gt;&lt;BR /&gt;#ipf -Fa&lt;BR /&gt;&lt;BR /&gt;or you can check using :&lt;BR /&gt;&lt;BR /&gt;#netstat -an | grep [port number]</description>
      <pubDate>Mon, 22 Feb 2010 12:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587791#M650980</guid>
      <dc:creator>Fandi Kurnia</dc:creator>
      <dc:date>2010-02-22T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587792#M650981</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'm trying to change my current listener port no to something else but when I started the listener, there is no service registered after 1 minute.&lt;BR /&gt;&lt;BR /&gt;You should investigate what is the reason why your daemon dies. Check your daemon's log (if any) and check the syslog file.&lt;BR /&gt;&lt;BR /&gt;Some daemons exit when have nothing to do and must be re-started when needed.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 22 Feb 2010 12:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587792#M650981</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-22T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587793#M650982</link>
      <description>Can you send the output of, /etc/hosts file , ,netstat -in command , hostname command, lsnrctl start (as oracle admin)command, and your listener.ora file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2010 13:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587793#M650982</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-22T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587794#M650983</link>
      <description>Which port number did you try to change to?&lt;BR /&gt;&lt;BR /&gt;You cannot change to a port no &amp;lt; 1024 as a non root user, i.e. oracle.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2010 17:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587794#M650983</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2010-02-22T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: check open port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587795#M650984</link>
      <description>you might also want to use a tool call 'lsof' - this might be you're best bet, but answer the guys questions above and we can get more detailed.&lt;BR /&gt;&lt;BR /&gt;-RCP</description>
      <pubDate>Mon, 22 Feb 2010 20:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-open-port/m-p/4587795#M650984</guid>
      <dc:creator>Abbott Vascular</dc:creator>
      <dc:date>2010-02-22T20:35:07Z</dc:date>
    </item>
  </channel>
</rss>

