/Aveksa_System.cfg was not found while restarting and checking status
/Aveksa_System.cfg was not found while restarting and checking status
That's odd. It should be looking for Aveksa_System.cfg on /home/oracle folder not in root. If you have the file in /home/oracle folder, try placing it in / and see if that works. If your system is down, I suggest you open a support case though as that is a quicker way to troubleshoot these kind of issues.
This is a problem with environment variables. It is likely checking something like $AVEKSA_HOME/Aveksa_System.cfg but since the env variables are not set, then it checks /.
Which user are you using to start the services? And how do you login with that user?
The correct way is to only use the oracle user for starting/stopping services. If you login first with another user, then switch to oracle using su, make sure you always add - so that the env variables are setup correctly. For example:
su - oracle
Which app server are you using? Is your application currently down?