Database - RAC/Scalability (MOSC)

MOSC Banner

Static and Dynamic endpoint registration at the same time causes "Not All Endpoints Registered error

edited Aug 19, 2020 12:17PM in Database - RAC/Scalability (MOSC) 14 commentsAnswered

I've configured endpoints in srvctl and listener.ora file:

Srvctl:

[grid@rac1 ~]$ srvctl modify listener -p "TCP:1522/TCPS:1524"

Listener.ora file:

LISTENER =

  (DESCRIPTION_LIST =

    (DESCRIPTION =

      (ADDRESS = (PROTOCOL = TCP)(HOST = rac1.example.com)(PORT = 1522))

      (ADDRESS = (PROTOCOL = IPC)(KEY = LISTENER))

      (ADDRESS = (PROTOCOL = TCPS)(HOST =rac1.example.com)(PORT = 1524))

    ))

Because of the static registration in listener.ora file, the dynamic registration from srvctl fails and leaves ora.LISTENER.lsnr resource in the INTERMEDIATE state::

Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=rac1.example.com)(PORT=1524)))

Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rac1.example.com)(PORT=1522)))

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center