To increase the space on /storage for the Aria Suite Lifecycle appliance.
/storage
partition on the Aria Suite Lifecycle appliance is full.This happens because the /storage
on the Aria Suite Lifecycle appliance is full and does not have enough space to load the Aria Suite Lifecycle services.
/storage
partition in the appliance.
Login as root
to the Aria Suite Lifecycle Appliance
Check the disk space utilization consuming high space: df -h
Figured /storage
was full and in /dev/sdc
by running pvdisplay
Note: Incase you have 2 disks with same storage size check by running lsscsi -v
, this will show controller ID)
Added more disk space to this drive from vCenter.
Reboot the Aria Suite Lifecycle appliance.
Aria Suite Lifecycle UI should be accessible now.
Connect to the Aria Suite Lifecycle DB:
su - postgres
cd /opt/vmware/vpostgres/11/bin
./psql -d vrlcm
8. Run VACUUM FULL VERBOSE ANALYZE vm_rs_request;
to clean up DB
Quit
Exit
Note: All screenshots are from lab environment.
Impact/Risks: Unable to login to the Aria Suite Lifecycle appliance UI.