We are unable to start agent service through ./cybAgent -a command post installation on linux ppcle_64 server.
Release : 12.0
Component :
The libjvm.so seems to be not found.
libjvm.so => not found
As a workaround we first find if this file is located in the server directory as follows
ls -l /opt/CA/WAAER12/SystemAgent/CUSTOM_PRD/jre/lib/ppc64le/server/libjvm.so
If this is available then we can set a LD_LIBRARY_PATH point to this location and then start the agent as follows
For example
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/CA/WorkloadAutomationAE/SystemAgent/WA_AGENT/jre/lib/amd64/server
# ./cybAgent -s
Agent service is stopping...
Agent service has been stopped
# ./cybAgent -a
Agent service is starting...
Post implementation of the workaround, we are able to start & stop agent services.