How to Collect Logs from vCenter Appliance
1) Log into the VCSA as user root using ssh.
2) Set the shell to bash
>shell.set --enabled true
>shell
3) Run command to collect the logs:
# vc-support -l
Logs are ouput to file: /storage/log/<VCSA Name>-<date>.tgz
4) Use Win SCP to download.
When using WinSCP, set the SFTP server to shell /usr/libexec/sftp-server
Login to VCSA as root.
Navigate to directory log bundle was collected to.
Click and drag to copy the file locally.
Remember to delete the file on VCSA once copied to conserve space.