listener is down: TNS-12543: TNS:destination host unreachable [message #619625] |
Wed, 23 July 2014 14:32  |
Database admin
Messages: 365 Registered: September 2006 Location: india
|
Senior Member |
 
|
|
Hi ,
I found the following in grid control.
The listener is down: TNS-12543: TNS:destination host unreachable .
listener name is LISTENER_SCAN1
usir01.com:POSTIDF2:/home/oracle>ps -ef|grep lsnr
oracle 730 24924 0 22:24 pts/1 00:00:00 grep lsnr
oracle 7754 1 0 18:38 ? 00:00:00 /opt/app/oracle/db11/bin/tnslsnr LSNADMIN -inherit
oracle 7756 1 0 18:38 ? 00:00:03 /opt/app/oracle_grid/product/11.2.0.4/bin/tnslsnr LSNRMAN -inherit
oracle 7809 1 0 18:38 ? 00:00:00 /opt/app/oracle_grid/product/11.2.0.4/bin/tnslsnr LISTENER -inherit
oracle 7866 1 0 18:38 ? 00:00:01 /opt/app/oracle_grid/product/11.2.0.4/bin/tnslsnr LISTENER_SCAN1 -inherit
usir01.com:PA0001C:/home/oracle>lsnrctl status LISTENER_SCAN1
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 23-JUL-2014 22:25:09
Copyright (c) 1991, 2013, Oracle. All rights reserved.
TNS-01101: Could not find service name LISTENER_SCAN1
usir01.com:PA0001C:/home/oracle>lsnrctl status
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 23-JUL-2014 22:25:36
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LSNADMIN
Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Start Date 23-JUL-2014 18:38:34
Uptime 0 days 3 hr. 47 min. 2 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/app/oracle/db11/network/admin/listener.ora
Listener Log File /opt/app/oracle/db11/log/diag/tnslsnr/usir01/lsnadmin/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.189.76.60)(PORT=1527)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.204.60)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.176.204.61)(PORT=1521)))
Services Summary...
Service "BA0001C" has 1 instance(s).
Instance "BA0001C", status UNKNOWN, has 1 handler(s) for this service...
Service "PA0001C" has 1 instance(s).
Instance "PA0001C", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
usir01.com:
Can you help me to fix this error?
Regards,
Srini
[Updated on: Wed, 23 July 2014 14:32] Report message to a moderator
|
|
|
Re: listener is down: TNS-12543: TNS:destination host unreachable [message #619631 is a reply to message #619625] |
Wed, 23 July 2014 15:01   |
John Watson
Messages: 8805 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You have messed up your listening configuration by running listeners off both the RDBMS home and the GI home. If you do not know what you are doing, that is a bad idea. You need to decide what node listeners and how many SCAN listeners you want to run (probably three SCAN listeners and one node listener per node) and off what home you want to run them (probably all off the GI home) and whether to place them under GI control (probably a good idea) and configure accordingly.
|
|
|
|
|
|