Administrators observe a "Disk Space Low" or "Filesystem Full" alert on the vCenter Server Appliance root partition.
The alert coincides with the execution of the "Export System Logs" task in the vSphere Client.
The root partition usage drops after the bundle is downloaded and deleted, or remains high if the download fails/persists.
vCenter: 8.x, 8.U3
VCF: 5.x
TCP: 8.x
When a support bundle is triggered via the vSphere Client UI, the appliance constructs the bundle in the following staging directory: /etc/vmware-vpx/docRoot/diagnostics
This directory is mounted on the Root partition (/dev/sda3). In large environments, a support bundle can exceed 10GB. If the root partition is already partially consumed (e.g., 40-50%), the addition of this large temporary file can trigger capacity alarms or fill the partition completely.
Connect to the VCSA via SSH as root.
Navigate to the staging directory: cd /etc/vmware-vpx/docRoot/diagnostics
List files to confirm their size: ls -lh
Remove the artifacts: rm *.tgz
Use CLI for large bundle generation: To avoid stressing the root partition, generate the bundle via the command line and target the larger /storage/core partition.
SSH into VCSA.
Switch to the core storage directory: cd /storage/core
Execute the log collection command: vc-support -l
Once complete, use SCP/SFTP to offload the file from /storage/core.