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:

java.sql.SQLSyntaxErrorException: Access was denied to the user in MySQL 8.4.

 java.sql.SQLSyntaxErrorException: Access denied for user 'SIT'@'%' to database 'SIT' means the MySQL user SIT does ...