参考:
https://www.settlersoman.com/how-to-reclaim-space-on-storageseat-in-vcenter-appliance-5-5-or-6-x/
Enable VCSA shell:
shell.set --enabled true
Stop vCenter service:
service vmware-vpxd stop
Get password to the vCenter database (between ‘‘):
cat /etc/vmware-vpx/embedded_db.cfg | grep PASSWORD
Enter the following command and then the password you got in the previous step.
/opt/vmware/vpostgres/9.3/bin/psql -d VCDB postgres
Enter the following command to purge tables:
TRUNCATE TABLE vpx_event CASCADE;
原文:https://www.cnblogs.com/d9394/p/12868642.html