0% found this document useful (0 votes)
33 views5 pages

Connectivity Check

Uploaded by

gnanavel b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views5 pages

Connectivity Check

Uploaded by

gnanavel b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

[oradb@ommuenvpd01 ~]$ lsnrctl status

LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 12-OCT-2024 13:09:15

Copyright (c) 1991, 2014, Oracle. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ommuenvpd01-
vip1.enhanceoman.local)(PORT=1531)(IP=FIRST)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date 04-OCT-2024 14:59:55
Uptime 7 days 22 hr. 9 min. 20 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /orahome/PROD/grid/12.1.0/network/admin/listener.ora
Listener Log File
/orahome/PROD/app/diag/tnslsnr/ommuenvpd01/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.11)(PORT=1531)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.50)(PORT=1531)))
Services Summary...
Service "+ASM" has 1 instance(s).
Instance "+ASM1", status READY, has 1 handler(s) for this service...
Service "PROD" has 1 instance(s).
Instance "PROD_1", status READY, has 1 handler(s) for this service...
Service "PROD_ebs_patch" has 1 instance(s).
Instance "PROD_1", status READY, has 1 handler(s) for this service...
Service "ebs_patch" has 1 instance(s).
Instance "PROD_1", status READY, has 1 handler(s) for this service...
The command completed successfully
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ tnsping PRODS

TNS Ping Utility for Linux: Version 12.1.0.2.0 - Production on 12-OCT-2024 13:09:40

Copyright (c) 1997, 2014, Oracle. All rights reserved.

Used parameter files:


/orahome/PROD/rdbms/12.1.0/network/admin/PROD_1_ommuenvpd01/sqlnet_ifile.ora

Used TNSNAMES adapter to resolve the alias


Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.81)
(PORT=1521)) (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.82)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.83)(PORT=1521)) (CONNECT_DATA=
(SERVICE_NAME=PRODS) (INSTANCE_NAME=PROD1)))
OK (0 msec)
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ telnet 192.168.9.21 1521
Trying 192.168.9.21...
Connected to 192.168.9.21.
Escape character is '^]'.
^C

Connection closed by foreign host.


[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ telnet 192.168.9.81 1521
Trying 192.168.9.81...
Connected to 192.168.9.81.
Escape character is '^]'.
^C

Connection closed by foreign host.


[oradb@ommuenvpd01 ~]$ telnet 192.168.9.82 1521
Trying 192.168.9.82...
Connected to 192.168.9.82.
Escape character is '^]'.
^C

Connection closed by foreign host.


[oradb@ommuenvpd01 ~]$ telnet 192.168.9.83 1521
Trying 192.168.9.83...
telnet: connect to address 192.168.9.83: No route to host
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ ping 192.168.9.81
PING 192.168.9.81 (192.168.9.81) 56(84) bytes of data.
64 bytes from 192.168.9.81: icmp_seq=1 ttl=64 time=0.396 ms
64 bytes from 192.168.9.81: icmp_seq=2 ttl=64 time=0.348 ms
^C
--- 192.168.9.81 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.348/0.372/0.396/0.024 ms
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ ping 192.168.9.82
PING 192.168.9.82 (192.168.9.82) 56(84) bytes of data.
64 bytes from 192.168.9.82: icmp_seq=1 ttl=64 time=0.408 ms
64 bytes from 192.168.9.82: icmp_seq=2 ttl=64 time=0.364 ms
^C
--- 192.168.9.82 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.364/0.386/0.408/0.022 ms
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ ping 192.168.9.83
PING 192.168.9.83 (192.168.9.83) 56(84) bytes of data.
From 192.168.9.11 icmp_seq=1 Destination Host Unreachable
From 192.168.9.11 icmp_seq=2 Destination Host Unreachable
^C
--- 192.168.9.83 ping statistics ---
4 packets transmitted, 0 received, +2 errors, 100% packet loss, time 3002ms
pipe 2
[oradb@ommuenvpd01 ~]$ telnet 192.168.9.82 1521
Trying 192.168.9.82...
Connected to 192.168.9.82.
Escape character is '^]'.
^C
^CConnection closed by foreign host.
[oradb@ommuenvpd01 ~]$
[oradb@ommuenvpd01 ~]$ ping 192.168.9.83
PING 192.168.9.83 (192.168.9.83) 56(84) bytes of data.
From 192.168.9.11 icmp_seq=1 Destination Host Unreachable
From 192.168.9.11 icmp_seq=2 Destination Host Unreachable
^C
--- 192.168.9.83 ping statistics ---
4 packets transmitted, 0 received, +2 errors, 100% packet loss, time 3002ms
pipe 2
[oradb@ommuenvpd01 ~]$ telnet 192.168.9.83 1521
Trying 192.168.9.83...
telnet: connect to address 192.168.9.83: No route to host
[oradb@ommuenvpd01 ~]$

+++++++++++++++++++++++++++++

[oradb@ommuenvpd01 PROD_1_ommuenvpd01]$ cat tnsnames.ora


###############################################################
#
# Do not edit settings in this file manually. They are managed
# automatically and will be overwritten when AutoConfig runs.
# For more information about AutoConfig, refer to the Oracle
# E-Business Suite Setup Guide.
#
#$Header: NetServiceHandler.java 120.28.12020000.12 2017/06/12 19:38:21 rdamodar
ship $
#
###############################################################

PROD=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.60)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.61)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.62)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD_1)
)
)

PROD_1_FO=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.60)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.61)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.62)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD_1)
)
)

PROD_FO=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.60)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.61)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.62)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD_1)
)
)

PROD_1_LOCAL=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ommuenvpd01-vip1.enhanceoman.local)
(PORT=1531))
)

PROD_BALANCE=
(DESCRIPTION=
(ADDRESS_LIST=
(LOAD_BALANCE=YES)
(FAILOVER=YES)
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.60)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.61)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.62)(PORT=1521))
)
(CONNECT_DATA=
(SERVICE_NAME=PROD)
)
)

PROD_REMOTE=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.60)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.61)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.62)(PORT=1521))
)
)

(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.9.50)(PORT=1521))=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ommuenvpd01-vip1.enhanceoman.local)
(PORT=1531))
)

extproc_connection_data =
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD_1))
)
(CONNECT_DATA=
(SID=PLSExtProc)
(PRESENTATION = RO)
) )

PROD_1=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=OMMUENVPD01)(PORT=1531))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD_1)
)
)

PRODS=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.81)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.82)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.83)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PRODS)
(INSTANCE_NAME=PROD1)
)
)

PROD_PR=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ommuenracdbscan)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD_1)
)
)

PRODS_DR=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.21)(PORT=1521))
(CONNECT_DATA=
(SERVICE_NAME=PRODS)
(INSTANCE_NAME=PROD1)
)
)

IFILE=/orahome/PROD/rdbms/12.1.0/network/admin/PROD_1_ommuenvpd01/
PROD_1_ommuenvpd01_ifile.ora
[oradb@ommuenvpd01 PROD_1_ommuenvpd01]$

You might also like