Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Uploading diagnostic information to VMware (1008525)

Purpose

VMware technical support uses a set of diagnostic information obtained from our products when addressing a support request. 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. For more information on obtaining the diagnostic information, see Collecting diagnostic information for VMware products (1008524).

When obtained, this information must be uploaded to VMware support. This article provides instructions for uploading diagnostic information to VMware support.

Note: Uploading diagnostic information is the same as uploading log files.

Resolution



Upload options

To address a Support Request, VMware technical support requests diagnostic information from the VMware products. You can send diagnostic information to VMware support technicians using one of several options:

Uploading as an attachment to your Support Request

You can add attachments to your Support Request through My VMware. For more information, see Viewing and updating Support Requests in My VMware (2007048).

Notes:
  • You must sign into My VMware with the same profile that was used to file the Support Request.
  • To add attachments in My VMware, you must have the Java plug-in installed. The required version depends on your environment, but VMware recommends Java 5 or higher. You can download the Java plug-in from http://www.java.com/. If you cannot install the Java plug-in or if you are using Mac OS 10.7 or later (which no longer has the Java plug-in, as per Apple article HT5493), use the alternatives in this article.
  • The attachment limit is 2 GB. You can send larger files using FTP.

Uploading by FTP

Note: If your files are larger than 2 GB, you must upload using the command line.

To upload via the FTP portal using your web browser:
  1. Go to https://ftpsite.vmware.com/.
  2. Enter this information:

    Username: inbound
    Password: inbound

  3. Ensure that HTML is selected.
  4. Click Login.
  5. Click New Directory.
  6. Enter your Support Request number in the field and click OK. If you receive an error that the file already exists, proceed to the next step.
  7. Click Change Directory, enter your Support Request number in the field, then click OK.
  8. Click Add, select the files you would like to upload to VMware Support, then click Open.

    Repeat this step for any additional files.

    Note: Files must be smaller than 2 GB.

  9. Click Upload.

    You are notified when the upload completes.

  10. Notify the Technical Support Engineer that the logs have been uploaded:

    1. Send an email to webform@vmware.com
    2. Ensure that the subject line contains:

      VMware Support Request SR# YOUR_SUPPORT_REQUEST_NUMBER

    Click here to open an email with the necessary fields populated. Replace YOUR_SUPPORT_REQUEST_NUMBER in the subject line with your Support Request number.

To upload via the FTP portal using the command line:

Notes:
  • Ensure that you have your Support Request number. This number is provided to you when a Support Request is created.
  • After uploading the diagnostic data, you cannot see the file listing on the server because directory listing is disabled for security reasons.
  1. Open a terminal window to a command line shell:

    • For Windows, click Start > Run, type cmd and press Enter.
    • For Mac OS, click Applications > Utilities > Terminal.
    • For Linux, from your X session run the /usr/bin/xterm command, or open your preferred terminal emulation application.

  2. From the command line shell, run the command:

    ftp ftpsite.vmware.com

  3. Enter this username and password when prompted:

    Username: inbound
    Password: inbound

    Note: The password is not echoed on the screen. Authenticating using this username and password allows you to put files on the site. You cannot delete, move, rename, or modify any files, including the files you upload.

  4. Enable the correct mode for the transfers:

    • If you are using Mac OS, type epsv to disable extended passive mode.
    • If you are using Windows, type pasv to toggle between the active and passive modes. In Windows, Passive mode is required.
    • If your FTP client defaults to ASCII transfer mode, type bin to enable binary transfers to preserve the integrity of the files.

      Note: Prior to initiating the transfer, type hash at the command prompt to see the progress of the transfer.

  5. Create a remote directory on the FTP site for uploading your diagnostic information files. Run the command:

    mkdir YOUR_SUPPORT_REQUEST_NUMBER

    Caution: When making this directory, use only the Support Request number. Do not preface the number with anything. For example, do not use SR##########, as the SR prefix affects the tools used by support to access these files once uploaded.

  6. Change your working directory to the remote directory that you created by running this command:

    cd YOUR_SUPPORT_REQUEST_NUMBER

  7. Change the local directory to the folder that contains the files you wish to upload. If the full path is not specified, the path used defaults to the path from where you executed ftp. Run:

    lcd FULL_LOCAL_PATH

    Notes:
    • In Windows, this step is optional. The full path can be specified in the next step, at the time of the file transfer. If your path includes spaces, be sure to enclose the entire path within quotation marks.
    • In Mac OS and Linux, you must use the lcd command to navigate to the directory on your system where the file is saved. If your path includes spaces, be sure to escape each space with a backslash before it. Alternatively, you can simply drag the file into the terminal window and erase the file name while keeping the directory path.

  8. To upload a file from the local directory to the remote directory, run:

    put FILENAME

    where FILENAME is the name of the file you are uploading.

    Notes:
    • You can also use mput * to upload all log files from the current local directory.
    • If you are using Windows, you may include the file path with the file name. If your path includes spaces, be sure to enclose the entire path within quotation marks. Alternatively, you can simply drag the file into the terminal window.
    • If you are using Mac OS or Linux, and your path includes spaces, be sure to escape each space with a backslash before it or enclose the entire path within quotation marks. Alternatively, you can drag the file into the terminal window.

  9. To close the FTP session, type bye and press Enter.
  10. Notify the technical support engineer that the logs have been uploaded. To do this, send an email to webform@vmware.com and ensure that the subject line contains:

    VMware Support Request SR# YOUR_SUPPORT_REQUEST_NUMBER

    Click here to open an email with the necessary fields populated. Replace the YOUR_SUPPORT_REQUEST_NUMBER in the subject line with your Support Request number.

Uploading by Email

Files can be attached to an email to your support representative. This method is effective if you have already received an email from your representative and can reply. If you choose this method, do not modify the subject line of the email to ensure the message is associated with your support request properly.

Note: You can send files up to 10 MB in size via email. Only use email to send screen shots and individual log files. Certain compressed file formats are filtered for security reasons.

Uploading via VMware vCenter Support Assistant

VMware vCenter Support Assistant is a free, downloadable plug-in for vCenter Server. It provides an easy-to-use, secure, one-stop shop for creating and managing service requests as well as generating and uploading logs.

Additional Information

There are many third-party GUI-based FTP clients that run on multiple platforms. These clients are able to perform the operations in this article using an intuitive GUI interface. Feel free to use the FTP client of your choice.

Some platforms also have integrated FTP capabilities. For example, Microsoft Windows allows FTP through Windows Explorer. Using ftp://inbound:inbound@ftpsite.vmware.com/ as the address will open the FTP site as if it were a local Windows folder.

Note: You must create a folder named with your support request number to upload the information.

See Also

Update History

10/14/2010 - Added notes about escaping spaces or using drag and drop. 06/28/2011 - Changed information on uploading from the website. 11/04/2011 - Added steps to upload by HTTP 06/22/2012 - Added step to close the FTP session 09/17/2012 - Updated hash command

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback

  • 79 Ratings

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
  • 79 Ratings
Actions
KB: