When running the installer for SPS 12.8SP4 upgrade, this one ends unexpectedly returning the error :
# sh ca-proxy-12.8-sp04-linux-x86-64.bin
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
JRE libraries are missing or not compatible....
Exiting....
CA Access Gateway (SPS) 12.8SP4 on RedHat 7;
The /tmp directory is mounted with the option "noexec", which doesn't allow the execution of binaries.
The mount command reports:
# mount
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noexec,relatime)
# mount -o remount,exec /tmp
# sudo mount -o remount,exec /tmp
# mount -o remount /tmp
# sudo mount -o remount /tmp