adopmnctl.sh: exiting with status 2

adopmnctl.sh: exiting with status 2
We may get this error ,we t
ry to start the application or OPMN (adstrtal.sh apps/<apps_pwd>
or adopmnctl.sh start).
Error Details:
adopmnctl.sh: exiting with status 2
Expected Solution : 
Normally, this error occurs when opmn associate with wrong ip address.
So, we need to validate the ip address with correct one.

Check Ip Adress:-
root$ ifconfig

Check IP Adress in network:-

root$ ping <IP Address>

Match same IP assign to hostname:-

Root$ cat /etc/hosts




No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...