Linux Operating System (MOSC)

MOSC Banner

Open and check port in linux for Oracle installation

edited Apr 5, 2013 12:03PM in Linux Operating System (MOSC) 2 commentsAnswered
Hi all,

    I use RHEL 5.8 64 bit and want to open ports for Oracle installation from executing shell script. I wrote:

    iptables –I INPUT –p tcp –dport 49896 –j ACCEPT

    Unfortunately, I did not have the administrative privileges to execute it. I were confused should I add one more command with OUTPUT, ex to open port 49896, I used:

    iptables –I INPUT –p tcp –dport 49896 –j ACCEPT

    iptables –I OUPUT –p tcp –dport 49896 –j ACCEPT

    Please help to correct me if I wrong. And how I can check port 49896 opened ?

Thanks so much.

Regards.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center