What are the steps to expand /var after Automation Suite validation fails disk error?
Issue:
Automation Suite install will fail if /var is less than 10gb. Many cloud providers will deploy VMs with a minimal amount of space for common directories such as /var
Resolution:
- Identity /var
#df -h
- extend logical volume for var to equal or above 10gb
# lvextend -L +7G /dev/mapper/rhel/var
# resize2fs /dev/mapper/rhel/var
# resize2fs /dev/mapper/rhel/var
- Confirm expand
lsblk
- Continue with installation