<?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: opening port 1521 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226743#M51838</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The listner is listening on port 1521?&lt;BR /&gt;&lt;BR /&gt;Maybe you have a problem and your listner is dead.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
    <pubDate>Wed, 24 Feb 2010 11:18:44 GMT</pubDate>
    <dc:creator>Horia Chirculescu</dc:creator>
    <dc:date>2010-02-24T11:18:44Z</dc:date>
    <item>
      <title>opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226740#M51835</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I need the port 1521 in my RHEL 5.3 server to be opened inorder to set up an oracle. &lt;BR /&gt;&lt;BR /&gt;I have my iptables and selinux diabled. But I could not "telnet IPAddress 1521" from server .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ora~]# telnet 172.16.30.230 1521&lt;BR /&gt;Trying 172.16.30.230...&lt;BR /&gt;telnet: connect to address 172.16.3.220: Connection refused&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ora ~]# telnet 127.0.0.1 1521&lt;BR /&gt;Trying 127.0.0.1...&lt;BR /&gt;Connected to localhost.localdomain (127.0.0.1).&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;[root@ora ~]#</description>
      <pubDate>Wed, 24 Feb 2010 10:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226740#M51835</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-02-24T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226741#M51836</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check if you have a firewall enabled ??? &lt;BR /&gt;&lt;BR /&gt;if yes you should make a exeption for the 1521 port.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 24 Feb 2010 11:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226741#M51836</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-24T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226742#M51837</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i forgot :&lt;BR /&gt;&lt;BR /&gt;check if the port 1521 is opened for any connection :&lt;BR /&gt;&lt;BR /&gt;netstat -na |grep -i listen |grep 1521&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 24 Feb 2010 11:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226742#M51837</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-24T11:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226743#M51838</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The listner is listening on port 1521?&lt;BR /&gt;&lt;BR /&gt;Maybe you have a problem and your listner is dead.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 24 Feb 2010 11:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226743#M51838</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-24T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226744#M51839</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Are these the right IP addresses ?&lt;BR /&gt;=======================================&lt;BR /&gt;[root@ora~]# telnet 172.16.30.230 1521&lt;BR /&gt;Trying 172.16.30.230...&lt;BR /&gt;telnet: connect to address 172.16.3.220: Connection refused&lt;BR /&gt;=======================================&lt;BR /&gt;30.230 vs 3.220 ???&lt;BR /&gt;&lt;BR /&gt;1) have you configured your listener (default port 1521) on the machine&lt;BR /&gt;&lt;BR /&gt;2) can youn post the output of :&lt;BR /&gt;"lsnrctl status" command&lt;BR /&gt;&lt;BR /&gt;3) if the listener is up and running , run the "tnsping &lt;ENTRY name=""&gt;" (entry name as your tnsnames.ora config file) and post the output.&lt;BR /&gt;Check your listener log file.&lt;BR /&gt;&lt;BR /&gt;Oracle product and version ?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Jean-Luc&lt;/ENTRY&gt;</description>
      <pubDate>Wed, 24 Feb 2010 11:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226744#M51839</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2010-02-24T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226745#M51840</link>
      <description>[root@ora etc]# netstat -na |grep -i listen |grep 1521&lt;BR /&gt;tcp        0      0 127.0.0.1:1521              0.0.0.0:*                   LISTEN&lt;BR /&gt;[root@ora etc]#&lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;lsnrctl status  is not working in the system&lt;BR /&gt;---------&lt;BR /&gt;Firewall is disabled also selinux too&lt;BR /&gt;======</description>
      <pubDate>Wed, 24 Feb 2010 13:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226745#M51840</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-02-24T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226746#M51841</link>
      <description>&lt;!--!*#--&gt;&amp;gt; telnet: connect to address 172.16.3.220: Connection refused&lt;BR /&gt;&lt;BR /&gt;"Connection refused" normally means that&lt;BR /&gt;there is no one listening at that port.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] to set up an oracle.&lt;BR /&gt;&lt;BR /&gt;Disabling the firewall for a port does not&lt;BR /&gt;run any Oracle software.</description>
      <pubDate>Wed, 24 Feb 2010 13:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226746#M51841</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-24T13:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226747#M51842</link>
      <description>HI Steven,&lt;BR /&gt;&lt;BR /&gt;What are you meant by. Do our ORACLE person has to set this up ...All everything ok from system side now ?</description>
      <pubDate>Wed, 24 Feb 2010 13:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226747#M51842</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-02-24T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226748#M51843</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Connection refused means one of two things.&lt;BR /&gt;&lt;BR /&gt;1) Firewall is blocking.&lt;BR /&gt;2) No service is listening on port 1521&lt;BR /&gt;&lt;BR /&gt;1521 is a port commonly used by the Oracle Database. Oracle does not show the good manners to put an entry in /etc/services to reserve the port.&lt;BR /&gt;&lt;BR /&gt;iptables -L&lt;BR /&gt;&lt;BR /&gt;Look for a firewall rule or general rule blocking traffic. Consider changing the firewall to permit the traffic.&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 1521&lt;BR /&gt;&lt;BR /&gt;See if there is a service listening on port 1521. If not, see if you can start that service.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Feb 2010 14:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226748#M51843</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-24T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226749#M51844</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Do our ORACLE person has to set this&lt;BR /&gt;&amp;gt; up ... [...]&lt;BR /&gt;&lt;BR /&gt;Apparently.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; All everything ok from system side now ?&lt;BR /&gt;&lt;BR /&gt;Perhaps.  I'd expect a different complaint&lt;BR /&gt;if a firewall of some kind were blocking the&lt;BR /&gt;port.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2) can [you] post the output of :&lt;BR /&gt;&amp;gt; "lsnrctl status" command&lt;BR /&gt;&lt;BR /&gt;&amp;gt; lsnrctl status is not working in the system&lt;BR /&gt;&lt;BR /&gt;"Is not working" is not a useful problem&lt;BR /&gt;description.  It does not say what you did.&lt;BR /&gt;It does not say what happened when you did&lt;BR /&gt;it.</description>
      <pubDate>Wed, 24 Feb 2010 14:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226749#M51844</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-24T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226750#M51845</link>
      <description>please enable ip tables :) &lt;BR /&gt;&lt;BR /&gt;1 ) check does anything listen on port 1521, guys already described how to do it &lt;BR /&gt;&lt;BR /&gt;2) open port 1521 on redhat 5 use as root &lt;BR /&gt;&lt;BR /&gt;system-config-securitylevel &lt;BR /&gt;&lt;BR /&gt;small window will open, then "other ports " and add port 1521. &lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Elko</description>
      <pubDate>Wed, 24 Feb 2010 16:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226750#M51845</guid>
      <dc:creator>Elko</dc:creator>
      <dc:date>2010-02-24T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226751#M51846</link>
      <description>here is screenshot &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-basic-firewall.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-basic-firewall.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Elko</description>
      <pubDate>Wed, 24 Feb 2010 16:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226751#M51846</guid>
      <dc:creator>Elko</dc:creator>
      <dc:date>2010-02-24T16:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226752#M51847</link>
      <description>What is the HOST set to the listener.ora file?&lt;BR /&gt;&lt;BR /&gt;Try change it to 172.16.30.230 and restart the listener. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 20:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226752#M51847</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2010-02-24T20:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: opening port 1521</title>
      <link>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226753#M51848</link>
      <description>Thanks</description>
      <pubDate>Wed, 05 Jan 2011 06:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/opening-port-1521/m-p/5226753#M51848</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2011-01-05T06:56:16Z</dc:date>
    </item>
  </channel>
</rss>

