Installation of the Workload Automation Agent 12.1.01 fails on new Amazon Linux 2023 (AL2023) servers. The installation may abort during the extraction phase.
Symptoms:
cawa_installer.log or AutoSys_Workload_Automation_Install_####.log contains the following error: [CAUAJM_E_115006] The available disk space is: "####" MB. The minimum required disk space is: "2,048" MB. Free some space in the TEMP directory and try again.Components:
Operating System:
The installer requires a minimum of 2,048 MB (2 GB) of free space in the /tmp directory. In the reported case, the environment only had ~1,951 MB available.
To resolve the [CAUAJM_E_115006] error, ensure the installer has access to 2 GB of temporary space. You can follow one of these options:
Redirect the temporary directory to a larger partition using the IATEMPDIR variable:
/your/large/disk/space/temp).export IATEMPDIR=/your/large/disk/space/tempIf you cannot redirect the Temp directory to a larger partition, you can free up space by clearing out unnecessary files in /tmp to meet the 2 GB threshold.
ls -lh /tmp | sort -rh | head -n 10)