Oracle Restart Add a listener
RHEL 7.9
GI 12.2.0.1.0
I am trying to add a listener to ASM Restart I execute the command:
srvctl config listener -l LISTENER_NAME
PRCR-1001 : Resource ora.LISTENER_NAME.lsnr does not exist
srvctl add listener -l LISTENER_NAME
PRCN-2061 : Failed to add listener ora.LISTENER_NAME.lsnr
PRCN-2065 : Ports 1521 are not available on the nodes given
PRCN-2067 : Port 1521 is not available on nodes: SERVER_NAME
The port used by this listener is not 1521. What is the real problem?