/tmp
directory./tmp
folder will go back to its default size./tmp
directory is full.
/tmp
directory fills up because while downloading the upgrade the size of the upgrade files exceeds the space available in /tmp
directory.Below are the workaround steps:
1. SSH to the LCM Appliance as root
.
2. Using df -h /tmp
command, determine if /tmp
folder is 100%
full.
3. It is time to remount the /tmp
directory with a new, larger size. For this example, we will give the /tmp
directory 20 GBs of space to work with. This size limit should be more than enough. However, feel free to change it to suit your needs. : mount -o remount,size=20G /tmp/
4. With the /tmp
directory dismounted and remounted with a new, larger size, the /tmp
directory should no longer be filled up. Execute df -h /tmp
to confirm.
Note : Once the upgrade is completed and LCM Appliance is re-started, SSH to the LCM again and check the amount of disk space that is free on /tmp
: df -h /tmp
The /tmp
file system will be back to its default size.
The download process of upgrade packages stops and the upgrade fails.