Starting the Stat Oracle agent on Linux the following bash error is received:
The Korn shell is not specified in the linux user login or it is not installed on the system machine.
It is an operating system issue and not specific to Stat.
RESOLUTION:
Since this is an operating system issue there are several publicly available solutions that can be found by performing a web search on:
"bad interpreter: No such file or directory"
One such resolution is provided below:
1. From the unix prompt type:
$ which ksh <-- this will return the path where the Korn shell is installed
2. type echo $PATH <-- if the result from point above is not in the PATH, add it to the PATH
A web search will find several additional possible solutions for this error that may resolve the issue. Here are two examples...
http://www.linuxquestions.org/questions/linux-software-2/bin-ksh-bad-interpreter-no-such-file-or-directory-4175447653/
http://stackoverflow.com/questions/14219092/bash-my-script-bin-bashm-bad-interpreter-no-such-file-or-directory