Listener in INTERMEDIATE status with "Not All Endpoints Registered"
In this Document
Information in this document applies to any platform.
APPLIES TO:
Oracle Server - Enterprise Edition - Version 11.2.0.1 and laterSYMPTOMS
2 node RAC cluster, trying to add 2nd instance using dbca, get error:
$crsctl stat res -t shows the listeners are in INTERMEDIATE status on node 2.
ONLINE ONLINE racdb1
ONLINE INTERMEDIATE racdb2 Not All Endpoints Registered
ora.LISTENER_SCAN1.lsnr
1 ONLINE INTERMEDIATE racdb2 Not All Endpoints Registered
CAUSE
The problem is caused by another listener defined statically in listener.ora, using the same port and IP is running from the RDBMS ORACLE_HOME, started manually causing the default listener starting from GRID_HOME can not register its endpoint. Hence the error reported in dbca.
grid 7222 1 0 Apr26 ? 00:00:13 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN1 -inherit
grid 7237 1 0 Apr26 ? 00:00:13 /u01/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
oracle 7354 1 0 Apr26 ? 00:00:01 /u02/app/oracle/product/11.2.0/db/bin/tnslsnr LISTENER -inherit
Another possible cause is the listener or scan listener being defined manually in listener.ora, for example:
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = racnode1)(PORT = 1523))
)
LISTENER_SCAN1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = racnode1)(PORT = 1521))
SOLUTION
From 11.2 onwards, all listeners should be runing from GRID_HOME, listener and listener_scan
1. Stop the listener running from RDBMS ORACLE_HOME
$
2. stop the listener from GRID_HOME
$
$
eg:
$
$
If above command fails to stop the tnslsnr process, please use "kill -9
3. remove any manually added LISTENER definition from listener.ora if it exists
4. restart the LISTENER and LISTENER_SCAN1 from GRID_HOME
$
$
5. check crsctl stat res -t output, they both should show ONLINE status now.
REFERENCES
NOTE:1088754.1 - TNS-12518 Can Not Connect To RAC 11gR2 Database來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29108064/viewspace-1245658/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Listener in INTERMEDIATE status with "Not All Endpoints Registered
- [重慶思莊每日技術分享]-RAC 一節點Listener狀態為Not All Endpoints Registered
- oracle rac的scan監聽狀態Not All Endpoints RegisteredOracle
- [Shell] monitor oracle database listener & instance statusOracleDatabase
- Script – List status of all submitted DBMS jobs(轉)MIT
- 7.monitor oracle database listener & instance statusOracleDatabase
- save the status of schema and gather all stat of schemas again.AI
- ch08_opp_intermediate
- Fails to Join the Cluster as CRSD and EVMD are in INTERMEDIATE StateAI
- The directory xx is registered as a Git rootGit
- ORA-12528: TNS:listener: all appropriate instances are blocking new connectionsAPPBloC
- k8s endpoints controller分析K8SController
- Intermediate Crystal Reports XI TrainingAI
- module hmrclient is not a registered callable moduleclient
- 關於local_listener、remote_listener、current_listenerREM
- remote_listener和listener passwordREM
- Listener
- Presentation Skills 1: The Overview and the Agenda C1-Upper-IntermediateView
- remote_listener和local_listenerREM
- Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERRORAIDNNError
- ‘FirewallD‘ object has no attribute ‘path‘ 、‘fw‘、is not registeredObject
- local_listener ,remote_listener 的配置REM
- TNS Listener Hang, New Child Listener Process Forked
- Listener & FilterFilter
- Oracle ListenerOracle
- git status 命令Git
- local_listener與remote_listener詳述REM
- No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet registeredWebAPPContextServlet
- This system is not registered with RHN 解決方案(附表:配置yum)
- Qt 錯誤記錄registered using qRegisterMetaType().QT
- Qt 解決報錯registered using qRegisterMetaType()QT
- Check database status in RACDatabase
- STATUS OF ORACLE INSTANCEOracle
- JavaWeb-ListenerJavaWeb
- Filter&ListenerFilter
- An error from listenerError
- A resource type with the name 'ora.daemon.type' is already registered
- docker in allDocker