cdinst.sh script is not an exectable
search cancel

cdinst.sh script is not an exectable

book

Article ID: 267780

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

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

 

Environment

Release : 9.4.x

Resolution

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