Aria Suite Lifecycle Manager 8.x cannot fetch any information and excessive slowness
book
Article ID: 345992
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
To make sure all requests from Aria Suite Lifecycle Manager 8.x UI are executed without any delay.
Symptoms:
Aria Suite Lifecycle Manager 8.x UI is unable to fetch any information.
All operations from Aria Suite Lifecycle Manager 8.x UI are excessively slow and result in a timeout.
The memory and the CPU utilization remain constantly spiked up on the Aria Suite Lifecycle Manager 8.x appliance.
Adding more memory or CPU makes no difference.
Environment
Aria Suite Lifecycle Manager 8.x
Resolution
Workaround :
The workaround is to clean up the Aria Suite Lifecycle Manager 8.x database with VACUUM: The workaround is to clean up the Aria Suite Lifecycle Manager 8.x database with VACUUM
Take a snapshot of the Aria Suite Lifecycle Manager 8.x appliance from vCenter
SSH as root to the Aria Suite Lifecycle Manager 8.x Appliance
Connect to the Aria Suite Lifecycle Manager 8.x DB:
su - postgres
cd /opt/vmware/vpostgres/11/bin
./psql -d vrlcm
Run the below query:
select count(*) from vm_rs_request where requestname='lcmgenricsetting';
to clean up DB:
Run VACUUM FULL VERBOSE ANALYZE vm_rs_request;
quit
Exit
Reboot the Aria Suite Lifecycle Manager 8.x VM.
Additional Information
Impact/Risks: The issue can slow Aria Suite Lifecycle Manager 8.x performance.