其他分享
首页 > 其他分享> > 关于VSC6文件夹/storage/seat文件夹清理

关于VSC6文件夹/storage/seat文件夹清理

作者:互联网

参考:

https://www.settlersoman.com/how-to-reclaim-space-on-storageseat-in-vcenter-appliance-5-5-or-6-x/

  1. Log in to the VMware vCenter Server Appliance (VCSA) as root using SSH or the console.
  2. Enable VCSA shell:

    shell.set --enabled true

  3. Stop vCenter service:

    service vmware-vpxd stop

  4. Get password to the vCenter database (between ''):

    cat /etc/vmware-vpx/embedded_db.cfg | grep PASSWORD

  5. Enter the following command and then the password you got in the previous step.

    /opt/vmware/vpostgres/9.3/bin/psql -d VCDB postgres

  6. 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