Applications Manager's cdinst.sh script is not a executable by default and is given only read/write permission.
[ams@myhost V9]$ ls -l cdinst*
-rw-rw-r--. 1 ams ams 29921 cdinst.sh
-rw-rw-r--. 1 ams ams 3303 cdinst_s.sh
Release : 9.4.x
Applications Manager version 9.5's cdinst.sh script will be an executable by default.
Workaround:
Run chmod command to add executable permissions to file permissions. For example:
chmod 755 cdinst.sh