vRanger and NetVault Backup Technical Support may require VMware Diagnostics including of which include host and VC logs, VDDK info, etc. This article provides instructions as well as a link to the VMware KB article with instructions on how to generate and gather this info if needed.
VMware vSphere PowerCLI can be used to download a vc-support
or vm-support
log bundle from VMware vSphere vCenter Server and/or ESX/ESXi hosts, or to view or search the individual log files stored on the host. For more information on VMware PowerCLI, see the VMware vSphere PowerCLI Documentation.
To run specific vSphere PowerCLI cmdlets and perform administration or monitoring tasks, you must connect to vCenter Server or an ESX/ESXi host.
Connect-VIServer -Server HostnameOrIPAddress
Name Port User
---- ---- ----
HostnameOrIPAddress 443 Username
To download a vc-support
diagnostic log bundle from vCenter Server:
Get-Log -Bundle -DestinationPath c:\Storage\Location\
Data
----
C:\Storage\Location\vc-support-nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.tgz
To download a vm-support
diagnostic log bundle from an ESX/ESXi host managed by vCenter Server:
Get-VMHost HostNameOrIP | Get-Log -Bundle -DestinationPath c:\Storage\Location\
Data
----
C:\Storage\Location\vm-support-nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn.tgz
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center