IO Exception: The Network Adapter Could Not Establish a Connection_604155.1
ASM Access From DBCA or OEM Fails With "IO Exception: The Network Adapter Could Not Establish a Connection" (Doc ID 604155.1)
In this Document
Symptoms
Changes
Cause
Solution
References
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review. |
Applies to:
Oracle Net Services - Version: 10.2.0.1.0 to 10.2.0.4.0
Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 10.2.0.4
This problem can occur on any platform.
Symptoms
Normal RAC configuration with ASM enabled.
Sometimes, when changes are made to the listener.ora file (manually or with a Nettool), then neither OEM nor DBCA are able to connect to the ASM instances.
Also, just installing RAC and configuring ASM this can occur.
The error thrown by DBCA is:
"Error when connecting to ASM instance on local node:
IO exception: The Network Adapter could not establish a connection."
.
Changes
Changes made to the listener.ora file, such as the inclusion of control parameters such as:
ADMIN_RESTRICTIONS_
LOGGING_
Cause
1. One cause is if the listener(s) is stopped or not listening on the correct TCP hostname. If this is the situation, then the DBCA or OEM tools will not locate the +ASM instance(s).
2. Another common cause is if the listener is only configured for TCP address communication and has no IPC address. Then there may be a problem with an "internal" tool such as lsnrctl and DBCA communicating with the +ASM instance(s).
Under certain conditions, these tools may require the IPC Protocol to be set in the listener for correct communication to the +ASM instances. Reason is, there seem to be some unknown factors and conditions that combine with TCP use which can cause mis-communication with some tools to find the ASM instances.
Solution
Check to make certain that:
a) the listeners related to the RAC cluster are all up and running;
b) the listeners are listening on correct and valid VIP hostnames (make certain that the local HOSTS file does not specify that the VIP hostname is linked in any way to the localhost IP address of 127.0.0.1);
c) when 'lsnrctl services' is issued on each listener, that they show the +ASM instances in the services summary (the status of "Blocked" is normal);
d) at least one IPC address entry is included in the listener.ora file for all RAC listeners that may be used to access the ASM instances. The IPC key can be anything at all as it will only be used by DBCA access for ASM. If External Procedures will be run on the nodes, then this will be required anyway.
References
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1157514/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- lightdb WARNING: could not establish connection after 30000 ms
- org.hibernate.exception.SQLGrammarException: could not extract ResultSet解決方案ExceptionSQL
- VirtualBox Network設定的NAT和Bridged Adapter模式區別APT模式
- nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379ExceptionRedislocalhost
- ASYNC_NETWORK_IO網路等待和最佳化過程
- ERROR: failed to establish dependency between database db_name and diskgroupErrorAIDatabase
- Adapter PatternAPT
- java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop(已解決)JavaExceptionNullHadoop
- recycleView通用AdapterViewAPT
- Oracle exceptionOracleException
- 【Android Adapter】是時候開啟Adapter新時代了AndroidAPT
- VirtualBox Host-only Adapter,Failed to create the host-only adapter 轉APTAI
- Istio Mixer Adapter開發 (三)自定義Mixer Grpc Adapter部署APTRPC
- draw.io drawio 打不開 Page could not be loaded. Please try refreshing. Please ensure JavaScript is enabled.JavaScript
- 異常(Exception)Exception
- Exception和ErrorExceptionError
- RecyclerView-->通用的AdapterViewAPT
- Sanic Exception – 異常Exception
- java exception and finally returnJavaException
- ch12_exceptionException
- 介面卡模式(adapter pattern)模式APT
- Adapter-介面卡模式APT模式
- IP Adapter程式碼筆記APT筆記
- Canal adapter 同步 ElasticSearch 記錄APTElasticsearch
- Android RecyclerView中Adapter和ViewHoAndroidViewAPT
- SQL Server郵件相關SQL語句出現嚴重的ASYNC_NETWORK_IO等待事件案例SQLServer事件
- apt could not get lockAPT
- IO模式和IO多路複用(阻塞IO、非阻塞IO、同步IO、非同步IO等概念)模式非同步
- Simple Neural Network
- Set介面_network
- Exception和Error的理解ExceptionError
- Oracle 中的exception——(Raise)OracleExceptionAI
- oracle 使用異常exceptionOracleException
- 【譯】Exception Helper – Rethrown ExceptionsException
- Symfony\Component\Debug\Exception\FatalErrorExceptionExceptionError
- Sanic exception() 方法/函式Exception函式
- Java-Exception與RuntimeExceptionJavaException
- PHP 異常類 ExceptionPHPException
- Android:打造“萬能”Adapter與ViewHolderAndroidAPTView