VMware: VCSA Cleanup the Log Partition

  1. Enable Shell prompt from the admin panel
  2. SSH to the VCSA appliance
  3. Run the following commands :
    *Note the percentage showing on DF command is different from the web interface
df -h

Find the Top 20 files inside Storage log

du -a /storage/log/ | sort -n -r | head -n 20

*Cleanup the logs inside the directory *log
/storage/log/vmware/vsphere-ui/logs

*Cleanup the logs inside the directory *.log.gz
/storage/log/vmware/vpxd

Or Autogrow the partion Disk  and run the following command to Autogrow

vpxd_servicecfg storage lvm autogrow

Related Posts