Symptom:
The Run Script or Run Program operators fail when they are run on RHEL6.
Solution:
The Run Program and Run Script operators look for Korn shell (ksh) when they get execute on UNIX or Linux platforms. By default, RHEL 6 does not have ksh installed.
This issue can be resolved by following either of these options:
ksh can be installed using the following command:
yum install ksh
Create a symbolic link /bin/ksh and map the same to any shell (such as Bash) that exists on that computer. Use this command, where /bin/bash is the location of bashshell:
ln -s /bin/bash /bin/ksh
|
Copyright © 2014 CA.
All rights reserved.
|
|