9394952

导航

关于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;

  7. Start vCenter service:

    service vmware-vpxd start

posted on 2020-05-11 13:48  9394952  阅读(836)  评论(0编辑  收藏  举报