KB Article #161127
Cluster script execution failing with 'bad interpreter' error on linux box
-- While trying to execute the cluster script 'Install_Integrator_Linux' from <Integrator>/extras/cluster/SCRIPTS/Integrator it throws below error message
'/bin/ksh^M: bad interpreter: No such file or directory' .
* This error happens when the korn shell scripts are not in the proper Unix format. Before executing the scripts you need to use dos2unix command on the script (including all the dependent scripts).
For example:-
>dos2unix Install_Integrator_Linux
>dos2unix Install_Local_Component_Linux