How to crosscheck the firewall port has opened from source to target

                How to crosscheck the firewall port has opened from source to target

We can check by telnet or curl command. Sometimes in some system telnet will not work,but we
can check by curl command.

Exadata Source:- Telnet is not working, but Curl is working .The firewall port 7839 is working in Exadata production

 Curl command demonstration
 ----------------------------
[oracle@ixyp04dbadm01 ~]$ telnet 192.168.10.80 7839
 -bash: telnet: command not found
 [oracle@ixyp04dbadm01 ~]$ curl -v telnet://192.168.10.80:7839
 * About to connect() to 192.168.10.80 port 7839 (#0)
 *   Trying 192.168.10.80... connected
 * Connected to 192.168.10.80 (192.168.10.80) port 7839 (#0)
 * Closing connection #0
 [oracle@ixyp04dbadm01 ~]$



Telnet command demonstration
-----------------------------
i47ulpora15:/apps/oracle> telnet 192.168.10.80 7839
Trying...
i47ulpora15:/apps/oracle> curl -v telnet://192.168.10.80:7839
ksh: curl:  not found.
 i47ulpora15:/apps/oracle> telnet 192.168.10.80 7839
 Trying...

Comments

Popular posts from this blog

Oracle Golden Gate FAQ

Oracle Golden gate - Long running transactions while stopping an extract

FAQ on Oracle Golden gate for unix & windows