Resolution 1
Run the following commands on the Oracle
Command 1
BASE=$(adrci exec="show base" | awk '{gsub("\"","",$0); print $NF}')
Command 2
CRS=$(adrci exec="show homes" | grep crs)
Command 3
echo $BASE
Command 4
echo $CRS
Command 5
echo $BASE/$CRS/trace/alert.log
The output from Commands 1 through 4 should have only one line each and should not have a space in the output (unless a space is included into the actual path on the server)
The output from Command 5 should be a path that can be found on the server.
If any the path in the output after Command 5 cannot be found, review the outputs from the first four commands and correct the installation on the Oracle server.
Resolution 2
When creating the CRS agent confirm that the correct CRS_HOME location is used instead of the ORACLE_HOME. Often this will be in this location
ORACLE_BASE/diag/crs/host_name/crs |