Listener on VIP in GI Standalone Installation Binds to Physical Interface
(Doc ID 1544433.1)
Last updated on MARCH 31, 2022
Applies to:
Oracle Net Services - Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this document applies to any platform.
Symptoms
In an 11g grid infrastructure home, when trying to have two or more listeners, each on separate interface, it can be observed that the listener on the virtual interface will have an additional endpoint on the physical interface ip.
For example, we need to have LISTENER1 to listen on <IP_public_interface>:1521 (public ip) and LISTENER2 on <IP_virtual_interface>:1522 (virtual ip). The LISTENER2 will automatically have two endpoints, <IP_virtual_interface>:1522 and <IP_public_interface>:1522.
Setting DYNAMIC_REGISTRATION_<listener name> = off can avoid this behaviour. But this can lead to listener having status INTERMEDIATE / Not All Endpoints Registered in crs_stat. This is because setting the parameter to off will cause the grid agent not being able to register with the listener.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |