/tmp directory./tmp directory will go back to its default size.VMware Aria Suite Lifecycle 8.x
The /tmp directory fills up because the size of the upgrade or patch files exceeds the available space in the partition during the extraction and installation process.
Follow these steps to temporarily increase the /tmp partition size to allow the upgrade to complete.
mount -o remount,size=20G /tmp/
Note: Once the upgrade is completed and the Aria Suite Lifecycle appliance is restarted, SSH to the Aria Suite Lifecycle again and check the amount of disk space available in /tmp: df -h /tmp. The /tmp file system will be back to its default size.
vi /etc/fstab
tmpfs /tmp tmpfs defaults,size=20G 0 0
If a line for /tmp already exists, modify the options to include size=20G. If it doesn't exist, add the line above.
Save and close the file. :wq
Now, the /tmp directory will be mounted with 20GB of space every time the system reboots.
Impact/Risks: The download process of upgrade packages stops and the upgrade fails.