After upgrading VMware Aria Suite Lifecycle Manager (vRLCM) from version 8.10 onwards, the root (/) filesystem may require expansion due to increased space utilization. This document outlines the prerequisite packages and step-by-step procedure to safely extend the root partition.
Note: This article applies only if VMware Aria Suite Lifecycle Manager (vRLCM) was upgraded from version 8.10.
If VMware Aria Suite Lifecycle Manager (vRLCM) was upgraded from version 8.12 or later, please refer to the article “Extend root and alt_root volumes on VMware Aria Suite Lifecycle appliance for versions 8.12.x and later.”
VMware Aria Suite Lifecycle 8.10.x and later
Important: Ensure a full image-level backup of the vRLCM virtual appliance is taken before proceeding.
Prerequisite:
The growpart utility from the cloud-utils package is required.
tdnf install -y <package-name>.rpm
or
rpm -ivh <package-name>.rpm
Procedure to Extend Root Filesystem:
echo 1 > /sys/class/block/sda/device/rescan
lsblk
growpart and resize2fs.growpart /dev/sda <partition-number>
(Example: growpart /dev/sda 3)
resize2fs /dev/sda<partition-number>
(Example: resize2fs /dev/sda3)
df -h