This article provides instructions for manually expanding the /opt/vmware/support filesystem in the vSphere Replication Management Server (VRMS) appliance. When the existing /opt/vmware/support partition reaches capacity, manual LVM expansion is required as it resides on a separate virtual disk (/dev/sdb) from the root partition.
Error: "No space left on device" during log generation.
/opt/vmware/support partition usage is at 100%.
vSphere Replication Appliance 9.x
To expand the /opt/vmware/support filesystem, perform the following steps:
Power OFF the VR appliance.
Edit the VM settings and expand the second virtual disk (HDD2) (/dev/sdb) to the desired size (e.g., from 17 GB to 27 GB).
Power ON the VR appliance.
Take a snapshot of the VR appliance to allow for reversion if necessary.
SSH into the VR appliance as root.
Validate if the physical volume has expanded: lsblk
If not reflected, expand the physical volume: pvresize /dev/sdb
Expand the logical volume (/dev/mapper/support_vg-support): lvextend -L<New_Size>G /dev/mapper/support_vg-support
(Replace <New_Size> with the intended size in GB)
Expand the filesystem: resize2fs /dev/mapper/support_vg-support
Validate that the expansion has completed: df -h
If you require further assistance or need to speak with a Support Engineer, see Contact Broadcom Support.