Facing some permission issues when trying to install IGAXpress
search cancel

Facing some permission issues when trying to install IGAXpress

book

Article ID: 426538

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

You see error during installation:

-bash: line 1: /tmp/iga_xpress_dir/xpress: Permission denied

and after that:

Failed to start Xpress, please check service log for more details

Environment

IGAXpress above version 1

Cause

/tmp folder is mounted with noexec so script can't execute properly.

 

Resolution

You can confirm that /tmp is mounted with noexec by using command:

mount | grep " /tmp "

Remove noexec from /tmp folder for example by modifying /etc/fstab entry for /tmp.