We’re running AIX, and when we installed our IS, we had some miscommunication, and it got installed by root. The end result is that root is the only one who can start the server up.
At the time, we didn’t have time to do a reinstall, so we did a bunch of development on it, and eventually went to production still running as root. We’d like to secure it now, but it’s obviously not as simple as just running server.sh as a different user.
Does anyone know what permissions we have to change in order for the server to run properly under a different user id?
Thanks