关于VSC6文件夹/storage/seat文件夹清理
作者:互联网
参考:
https://www.settlersoman.com/how-to-reclaim-space-on-storageseat-in-vcenter-appliance-5-5-or-6-x/
- Log in to the VMware vCenter Server Appliance (VCSA) as root using SSH or the console.
-
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;
标签:VSC6,shell,service,storage,文件夹,VCSA,vCenter,password,vmware 来源: https://www.cnblogs.com/d9394/p/12868642.html