11.2.0.3 :PRVG-11134 : Interface "n.n.n.n" on node "racnode1" is not able to..
11.2.0.3 Grid Infrastructure/RAC database CVU/OUI multicast communication check fails:
Checking multicast communication...
Checking subnet "10.47.99.200" for multicast communication with multicast group "230.0.1.0"...
PRVG-11134 : Interface "10.47.99.1" on node "racnode1" is not able to communicate with interface "10.47.99.2" on node "racnode2"
The issue can happen during either fresh install or upgrade.
原因:
Due to
Duplicates:
解決方法:
The bug is fixed in 11.2.0.4 and above. As 11.2.0.3 cssd uses both broadcast and multicast on private network to bootstrap, the warning can be ignored.
參考文件:
Linux: 11.2.0.3 Multicast Communication Failure: PRVG-11134 : Interface "n.n.n.n" on node "racnode1" is not able to communicate with interface "n.n.n.n" on node "racnode2" (文件 ID 1395273.1)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31520497/viewspace-2156770/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 坑爹的Oracle 11.2.0.3Oracle
- Flutter(able) 的單例模式Flutter單例模式
- oracle rac 11.2.0.3 升級到11.2.0.4Oracle
- oracle資料庫11.2.0.3升級到11.2.0.4Oracle資料庫
- interface/介面
- The ArrayAccess interface
- Oracle 11.2.0.3 ORA-12012 ORA-29280 ORA-06512Oracle
- golang使用sqlx報錯:unsupported type []interface {}, a slice of interfaceGolangSQL
- Interface中加Static
- Golang之interfaceGolang
- public interface View介面和public interface ViewResolver介面介紹View
- Flutter:VM snapshot must be valid. Check failed: vm. Must be able to initializeFlutterAI
- firewalld: 介面interface操作
- 如何理解 interface 介面
- Java-介面(interface)Java
- CHECK_INTERFACE作用
- Shooter Game User Interface StarterGAM
- @interface SpringBootTest註解分析Spring Boot
- kubernetes container device interface (CDI)AIdev
- trait in rust, and comparison with interface in javaAIRustJava
- java中的interface(介面)Java
- Uncaught Error: Cannot instantiate interfaceError
- Oracle Payment Interface安裝Oracle
- Go interface實現分析Go
- go interface 的筆記Go筆記
- A Text-based Interface for Energy Modeling
- COMP2211A small shell interface
- 瞭解下C# 介面(Interface)C#
- interface{} 型別的轉換型別
- C#-介面(Interface)詳解C#
- Interface(介面分享)第一節
- 什麼是 constructor signature in interfaceStruct
- go interface{}型別轉換Go型別
- go sort.Interface 排序介面Go排序
- RAG Project with Ollama and LangChain via Gradio InterfaceProjectLangChain
- 被迫開始學習Typescript —— interfaceTypeScript
- 【區分】Typescript 中 interface 和 typeTypeScript
- Typescript的interface、class和abstract classTypeScript