Knowledge Base

|
Collecting diagnostic information for VMware ESX/ESXi using the vm-support command (1010705)
Purpose
VMware Technical Support routinely requests the diagnostic information from you when a support request is addressed. This diagnostic information contains product specific logs and configuration files from the host on which the product is run. This information is gathered using a specific script or tool within the product.
This article provides procedures for obtaining diagnostic information for an VMware ESX/ESXi host using the vm-support command line utility. For other methods of collecting the same information, see Collecting diagnostic information for VMware ESX/ESXi using the vSphere Client (653) and Collecting diagnostic information for VMware ESX/ESXi using the vSphere PowerCLI (1027932).
The diagnostic information obtained by using this article is uploaded to VMware Technical Support. To uniquely identify your information, use the Support Request (SR) number you receive when you create the new SR.
- Instructions for opening a support request can be found online at www.vmware.com/support/policies/howto.html.
- Instructions for how to upload your support files can be found at Uploading diagnostic information to VMware (1008525).
- Instructions for obtaining diagnostic information for other VMware products can be found at Collecting diagnostic information for VMware products (1008524).
Resolution
The command-line vm-support utility is present on all versions of VMware ESX/ESXi, though some of the options available with the utility differ among versions.
Running vm-support in a console session on ESX/ESXi hosts.
The traditional way of using the vm-support command-line utility produces a gzipped tarball (.tgz file) locally on the host. The resulting file can be copied off the host using FTP, SCP or another method.
- Open a console to the ESX or ESXi host. For more information, see Unable to connect to an ESX host using Secure Shell (SSH) (1003807), Tech Support Mode for Emergency Support (1003677), or Using Tech Support Mode in ESXi 4.1 (1017910).
- Run the command:
vm-support
Note: Additional options can be specified to customize the log bundle collection. Use the commandvm-support -hfor a list of options available on a given version of ESX/ESXi.
- A compressed bundle of logs is produced and stored in a file with a
.tgzextension in one of these locations:
/var/tmp//var/log/- The current working directory
- To export the log bundle to a shared vmfs datastore, use this command:
vm-support -f -w /vmfs/volumes/*DATASTORE_NAME*
Note: The -f option is not available in ESXi 5.x, ESX/ESXi 4.1 Update 3 and later. - the log bundle has been collected and downloaded to a client, upload the logs to the FTP site. For more information, see Uploading diagnostic information to VMware (1008525).
Streaming vm-support output from an ESXi 5.0 host
Starting with ESXi 5.0, the vm-support command-line utility supports streaming content to standard out. This allows for sending content over an SSH connection without saving anything locally on the ESXi host.
- Enable SSH access to the ESXi shell. For more information, see Enable ESXi Shell and SSH Access with the Direct Console User Interface in the vSphere Installation and Setup guide.
- Using a Linux or Posix client, such as the vSphere Management Assistant appliance, login to the ESXi host and run the vm-support command with the streaming option enabled, specifying a new local file. A compressed bundle of logs is produced on the client at the specified location. For example:
ssh root@ESXHostnameOrIPAddress vm-support -s > vm-support-Hostname.tgz
Note: Requires entry of the password for the root account, and cannot be used with lockdown mode.
- After the log bundle has been collected and downloaded to a client, upload the logs to the FTP site. For more information, see Uploading diagnostic information to VMware (1008525).
HTTP-based download of vm-support output from an ESXi 5.0 host
Starting with ESXi 5.0, the vm-support command-line utility can be invoked via HTTP. This allows for downloading content using a web browser or a command line tool like wget or curl.
- Using any HTTP client, download the resource from
https://username:password@ESXHostnameOrIPAddress/cgi-bin/vm-support.cgi.
For example, download the resource using thewgetutility on a Linux or other Posix client, such as the vSphere Management Assistant appliance. A compressed bundle of logs is produced on the client at the specified location:wget https://root:password@10.11.12.13/cgi-bin/vm-support.cgi
- After the log bundle has been collected and downloaded to a client, upload the logs to the FTP site. For more information, see Uploading diagnostic information to VMware (1008525).
Additional Information
There have been updates for the vm-support command-line utility for some versions of VMware ESX 2.x and 3.x. Ensure that the version of vm-support on each ESX host is up to date. The minimum version listed provides improvements required to protect the security of your data when providing support information to VMware For more information about these security improvements, see Data Security Best Practices - SSL keys for communicating with Virtual Center and other applications (1008166).
Verifying the version of the vm-support utility
Check to see that your version of vm-support is at least that listed for your version of ESX software:
- ESX Server 2.5.5 requires version 1.15 or higher
- ESX Server 3.0.x requires version 1.29 or higher
- ESX/ESXi Server 3.5 requires version 1.30 or higher
- ESX/ESXi Server 4.x requires version 1.29 or higher
- ESXi Server 5.x requires version 2.0 or higher
To see which version is installed on your system, run the vm-support command with no options and then cancel the collection, or run the command vm-support --version. For example:
[user@esxhost]$ cd /tmp
[user@esxhost]$ vm-support
VMware ESX Server Support Script 0.94
Preparing Files: |
[Ctrl+C to cancel]
[user@esxhost]$ vm-support --version
vm-support v2.0
Updating the version of the vm-support utility on ESX
To update the vm-support utility on an ESX host:
- Open a console to the ESX host. For more information, see Unable to connect to an ESX host using Secure Shell (SSH) (1003807).
- Verify the version of the
vm-supportutility installed. - Make a backup of the existing
vm-supportutility using the command:cp /usr/bin/vm-support /usr/bin/vm-support.old
- Download the appropriate file for your version of VMware ESX and place it in the
/tmp/directory in the service console of the ESX system.
Note: Read the Acceptance of Terms Notice before running this download.
Software Version Version Download Location md5sum ESX 2.5.5 1.15 http://download3.vmware.com/software/vi/
ESX255-vm-support.tar5f148445d3f02caa5e5946c389dc41ed ESX 3.0.1 1.29 http://download3.vmware.com/software/vi/
ESX301-vm-support.tgzbbb5e11ee6166775c81ab152d01068a8 ESX 3.0.2 1.29 http://download3.vmware.com/software/vi/
ESX302-vm-support.tar395184ab520cbf8f8d8de5fd9b5920e4 ESX 3.0.3 1.29 http://download3.vmware.com/software/vi/
ESX303-vm-support.tar798e0185ba86b49d0ed1e90deff84e6a ESX 3.5 1.30 http://download3.vmware.com/software/vi/
ESX35Classic-vm-support.tar11af1759471892c240376cdf1e7a4ad0 ESX/ESXi 4.x 1.29 vm-support is up to date for ESX/ESXi 4, no updates are available. ESXi 5.x 2.0 vm-support is up to date for ESX/ESXi 5, no updates are available.
- Run this command to extract the archive:
tar xvzf <filename>.tgz
- Verify that the MD5 sum of the
vm-supportfile in the attachment matches the value for your software version listed in the table above. For example:md5sum vm-support11af1759471892c240376cdf1e7a4ad0 vm-support
- Copy the
vm-supportutility to the /usr/bin/ directory, replacing the originalvm-supportscript.
Note: When running on an older version of ESX, the updated script might report errors about missing commands. This is normal.
Acceptance of Terms Notice
NOTICE: BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THESE KERNEL MODULES, INCLUDING DRIVERS, PLUG-INS, OR UPDATES, YOU UNDERSTAND AND AGREE THESE KERNEL MODULES ARE TO BE CONSIDERED RELATED COMPONENT(S) OF THE SOFTWARE UNDER THE TERMS OF YOUR VMWARE ESX END USER LICENSE AGREEMENT (“EULA”) AND YOUR USE OF THESE KERNEL MODULES IS GOVERNED BY THE TERMS OF YOUR EULA. IF YOU DO NOT AGREE TO THESE TERMS, YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THESE KERNEL MODULES. "YOU" MEANS THE NATURAL PERSON OR THE ENTITY THAT IS AGREEING TO BE BOUND THESE TERMS, THEIR EMPLOYEES AND THIRD PARTY CONTRACTORS THAT PROVIDE SERVICES TO YOU. YOU SHALL BE LIABLE FOR ANY FAILURE BY SUCH EMPLOYEES AND THIRD PARTY CONTRACTORS TO COMPLY WITH THE TERMS OF THIS AGREEMENT.
Tags
See Also
- Tech Support Mode for Emergency Support
- Collecting diagnostic information for VMware vCenter Server and ESX/ESXi using the vSphere PowerCLI
- VMware ESXi サーバに関する診断情報の収集
- Recopilar información de diagnóstico para VMware ESX/ESXi utilizando el comando vm-support
- Collecting diagnostic information for VMware ESX/ESXi using the vSphere Client
Update History
Request a Product Feature
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

