In this blog, we will show how to export support logs from vCD
The command to export vCD support bundle is vmware-vcd-support
To collect supprt bundle (log only) from single cell in the server group
1- Establish an SSH connection to one of the vCloud Director Cell VM and run this command
/opt/vmware/vcloud-director/bin/vmware-vcd-support
The above command collects only log bundle for single-cell by default)
Usage: vmware-vcd-support [OPTIONS]
-a, –all Collects all data bundles for single cell.
If used with –multicell option then it collects
all data bundles from multiple distributed cells.
-m, –multicell If used with –all option, collects all data bundles from multiple cells. If used with –log then
collects only log bundles from multiple distributed cells.
-c, –clean Cleans vcd vmware support data from cell.
-l, –log show log data only
To collect supprt bundle (log only) from all the cells in the server group
/opt/vmware/vcloud-director/bin/vmware-vcd-support -m -l