unable to start crs after relinking
In standalone we are trying to relink the oracle, but getting the below error
[/home/root] #$ORACLE_HOME/crs/install/roothas.pl -patch
Using configuration parameter file: /r2grid/app/11.2/crs/install/crsconfig_params
CLSU-00105: Operating System interface has reported an internal failure
CLSU-00103: error location: canexec2
CLSU-00104: additional error information: no exe permission, file [/r2grid/app/11.2/bin/ohasd]
CRS-4000: Command Start failed, or completed with errors
The file permission of ohasd file as is as follows
/r2grid/app] #ls -lrt /r2grid/app/11.2/bin/ohasd
-rwxr----- 1 r2grid oinstall 8579 Aug 20 14:56 /r2grid/app/11.2/bin/ohasd
Anybody can help on this