Starting Web Agent, this one doesn't process request and reports error :
[15/Mar/2017:11:27:30] [Error] SiteMinder Agent
Failed to Start the LLAWP process.
Execlp failed: 'Invalid argument'. LLAWP.exe must be callable from the system path.
strace command reports :
17:27:50 setuid(48) = 0
17:27:50 execve("/opt/CA/webagent/bin/LLAWP",
["LLAWP", "/etc/httpd/conf/WebAgent.conf", "-APACHE22", "", ""],
[/* 25 vars */]) = -1 EACCES (Permission denied)
17:27:50 +++ exited with 127 +++
Solution #1:
Set the group permissions for read/write/execute for
the group on the directory :
/opt/CA/webagent
/opt/CA:
drwx------ 4 root daemon 4.0K Mar 13 16:11 webagent
to
drwxrwx--- 4 root daemon 4.0K Mar 13 16:11 webagent
solved the issue
-----------------------
Solution #2
The systemd /etc/sysconf/httpd environemt variable source file is missing the /opt/CA/webagent/bin folder from the PATH variable.