When trying to upgrade from WCC 11.4 SP6 to WCC 11.4 SP7 (running the install as root) failed as follows:
*-------------- CA Workload Control Center r11.4 SP7 Installer ----------------*
* Copyright (c) 2018 CA. All rights reserved. *
Choose an option from the list below:
Option
1. Install CA Workload Control Center r11.4 SP7
0. Exit
Which option? (Key 0, 1 or r to refresh the screen, then press Enter)
1
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....
Release : 11.4
Component : CA Workload Automation AE (AutoSys)
The /tmp directory should have a minimum of 500 MB of space available.
Please check the disk space on /tmp.
If you can not increase disk space on /tmp, you can use following workaround:
# mkdir /ca_tmp
# chmod 777 /ca_tmp
# IATEMPDIR=/ca_tmp; export IATEMPDIR
Launch WCC installation again
After the installation is complete, remove the temporary directory /ca_tmp and unset the IATEMPDIR variable
# rm -rf /ca_tmp
# unset IATEMPDIR
+
Check if /tmp is not mounted as readonly. You can use following command to make /tmp non-readonly:
mount –o remount,exec /tmp