Issue:
After upgrading agents on some of our linux systems we are seeing that the agents are unavailable.
Environment:
CA Release Automation 6.6.0.9640
AIX 6.x
Cause:
Logging into the linux system, changing directory to the where the CA Release Automation Agent is installed (by default: /opt/CA/ReleaseAutomationAgent) and running an "ls -la" revealed that the agent was installed as root with a very restricted set of permissions. The restricted set of permissions is because the root user's umask is set to 0177. After the agent install/upgrade it changed the permissions to this restricted set which prevents the agent from starting. For example, running "./nolio_agent.sh status"
would return the following errors:
/opt/CA/ReleaseAutomationAgent/bin/wrapper-aix-ppc-64 Found but not executable
/opt/CA/ReleaseAutomationAgent/bin/wrapper-aix-ppc-32 Found but not executable
Unable to locate any of the following binaries:
/opt/CA/ReleaseAutomationAgent/bin/wrapper-aix-ppc-64 Found but not executable
/opt/CA/ReleaseAutomationAgent/bin/wrapper-aix-ppc-32 Found but not executable
/opt/CA/ReleaseAutomationAgent/bin/wrapper