This site will be decommissioned on January 30th 2025. After that date content will be available at techdocs.broadcom.com.

VMware Tools | 01 NOV 2018 | Build No 10430147

Check for additions and updates to these release notes.

What's New

  • VMware Tools 10.3.5 supports the following guest operating systems:

    • windows.iso supports Windows Vista and later.

      • VMware Tools 10.3.5 depends on and ships Microsoft Visual C++ 2017 Redistributable version 14.0. While preparing the system for VMware Tools 10.3.5 installation, Microsoft Visual C++ 2017 Redistributable is installed on the system as a prerequisite. Installing or upgrading to VMware Tools 10.3.5 is not supported for Windows versions that do not meet the prerequisites and customers should continue to use VMware Tools 10.2.x or earlier until they can patch or update Windows OS to meet the prerequisites for VMware Tools 10.3.5. 

      • Windows OS level prerequisites

        • Windows Server 2019

        • Windows Server 2016

        • Windows 10

        • Windows Server 2012

        • Windows 8

        • Windows Server 2008 R2 Service Pack 1 (SP1)

        • Windows 7 SP1

        • Windows Server 2008 Service Pack 2 (SP2)

        • Windows Vista SP2

        • Windows Server 2012 R2 with Microsoft update KB2919355

        • Windows 8.1 with Microsoft update KB2919355

    • linux.iso supports Linux guest operating systems Red Hat Enterprise Linux (RHEL) 5 and later, SUSE Linux Enterprise Server (SLES) 11 (see Known Issues), Ubuntu 10.04 and later. It also supports other distributions with glibc versions 2.5 and later.

    • darwin.iso supports Mac OS X versions 10.11 and later.

    • solaris.iso supports Solaris versions.

Earlier Releases of VMware Tools

Before You Begin

VMware Tools ISO images are frozen for some end of life guest operating systems. Some ISO images are not included with ESXi in the tools-light VIB. For more details, see the VMware Tools Documentation page. All VMware Tools ISO images are available for download from http://my.vmware.com.

VMware Tools for Windows: 32-bit and 64-bit installer executable (.exe) files are available for downolad. These files are provided for easier access and installation of VMware Tools in Windows guest operating systems.

Internationalization

VMware Tools 10.3.2 is available in the following languages:

  • English

  • French

  • German

  • Spanish

  • Italian

  • Japanese

  • Korean

  • Simplified Chinese

  • Traditional Chinese

Product Support Notice

The Windows pre-Vista iso image for VMWare Tools is no longer packaged with ESXi. The Windows pre-Vista iso image is available for download by users who require it. For download information, see the Product Download page.

Compatibility Notes

  • Starting with VMware Tools 10.2.0, Perl script-based VMware Tools installation for FreeBSD has been discontinued. FreeBSD systems are supported only through the open-vm-tools packages directly available from FreeBSD package repositories. FreeBSD packages for open-vm-tools 10.1.0 and later are available from FreeBSD package repositories.

Guest Operating System Customization Support

The Guest OS Customization Support Matrix provides details about the guest operating systems supported for customization.

Interoperability Matrix

The VMware Product Interoperability Matrix provides details about the compatibility of current and earlier versions of VMware Products. The VMware Product Interoperability Matrix of VMware Tools 10.3.0 can be applied to VMware Tools 10.3.2. 

Installation and Upgrades for This Release

VMware Tools can be downloaded from the Product Download page.

VMware Tools Operating System Specific Packages can be downloaded from http://packages.vmware.com/tools/releases/index.html. For more information on installing OSPs, see the VMware Tools Installation Guide for Operating System Specific Packages.

The steps to install VMware Tools vary depending on your VMware product and the guest operating system you have installed. For general steps to install VMware Tools in most VMware products, see General VMware Tools installation instructions (1014294). To set up productLocker to point to the shared datastore, see KB 2004018.

For specific instructions to install, upgrade, and configure VMware Tools, see the VMware Tools Documentation page.

Note:

If you are using VMware Tools version earlier than 9.4, refer to VMware Tools 10.1.0 Release Notes for specific upgrade guidelines.

Windows Guest Drivers Installed by VMware Tools

VMware Tools 10.3.5 supports the following driver versions on a Windows Guest Operating System.

  • Drivers
  • VMware Tools 10.3.5

Hardware Drivers

vmci

9.8.6.0

vsock

9.8.12.0

pvscsi

1.3.10.0

wddm

8.16.01.0020

xpdm

12.1.8.0

vmxnet3

1.8.3.1

vmxnet2

2.2.0.0

vmmouse

12.5.7.0

vmusbmouse

12.5.7.0

vmaudio

5.10.0.3506

efifw

1.0.0.0

Software Drivers

vmrawdsk.sys

1.1.1.0

vmmemctl.sys

7.4.2.0

vmhgfs.sys

11.0.34.0

vsepflt.sys

10.3.5.0

vnetflt.sys

10.3.0.0

vnetWFP.sys

10.3.0.0

glgxi.sys

1.3.2.0 (Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, and Windows Server 2016)

Security DLL

vmwsu.dll

2.0.0.0

Resolved Issues

  • Some JAVA applications with JAVA 1.8 crash using VMware Tools 10.2.5 version

    A JAVA VM crashes when using VMware Tools 10.2.5 version.

    This issue is resolved in this release.

  • VMware Tools Service running as vmusr crashes on Linux systems which are not running on the VMware platform

    When you log in to the Linux desktop UI of a Linux OS that packages open-vm-tools and is not running on the VMware platform, /usr/bin/vmtoolsd -n vmusr process generates a core dump.

    This issue is resolved in this release.

  • Windows Installer UI does not allow the user to skip installing CAF

    You cannot skip installing CAF in Windows Installer UI.

    This issue is resolved in this release.

  • While running a quiesced snapshot of a Linux guest on the vSphere hosts earlier than version 6.7, VMware Tools logs warning messages

    VMware Tools logs warning messages like the following:

    [<date> <time>] [ warning] [vmbackup] Failed to send vmbackup event: vmbackup.eventSet req.genericManifest 0 /etc/vmware-tools/quiesce_manifest.xml, result: Error processing event. [<date> <time>] [ warning] [vmbackup] Error trying to send VMBACKUP_EVENT_GENERIC_MANIFEST

    The warning messages are logged by default or if vmsvc.level is set to warning or higher in the tools.conf file. Note that this is purely a logging issue and that quiesced snapshot still works even when these messages appear.

    The warning message has been reworded for clarity and is no longer logged on every quiesced snapshot, but instead only on the first quiesced snapshot after you power on the VM or migrate the VM with vSphere vMotion.

    This issue is resolved in this release.

  • CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest returns a file path that does not exist

    When the guest authentication user name is set to <domain>\<user> and the user's profile directory does not exist in the guest file system, Win32 LoadUserProfile() creates a temporary user profile directory C:\Users\TEMP when the guest operation starts. After the guest operation completes, Win32 UnloadUserProfile() deletes this directory and the temporary file in the said directory.

    CreateTemporaryFileInGuest/CreateTemporaryDirectoryInGuest now returns C:\Windows\TEMP\xxxxxx.

    This issue is resolved in this release.

  • VMware Tools status is reported as not running on RHEL5, RHEL6 with OSP version 10.3.0

    VMware Tools status is reported as not running on RHEL, RHEL6 with OSP version 10.3.0.

    <RHEL5> # ps -ef | grep tools root 5594 1 0 Aug23 ? 00:00:07 /usr/sbin/vmtoolsd ... # /etc/init.d/vmware-tools-services status vmtoolsd is not running # service vmware-tools-services status vmtoolsd is not running <RHEL6> # ps -ef |grep tools root 12682 1 0 Aug23 ? 00:00:48 /usr/sbin/vmtoolsd... # /etc/vmware-tools/init/vmware-tools-services status vmtoolsd is not running

    This issue is resolved in this release.

  • Excessive spikes of the Memory/Workload percentage metric, in a vRealize Operations cluster

    Guest statistics "Guest | Page in rate per second" provided by VMware Tools is not properly handling 32-bit unsigned integer overflow on 32-bit Linux guests.

    This issue is resolved in this release.

Known Issues

  • Support for dndcp, desktopevents, and resolutionSet do not work for SLE11

    dndcp, desktopevents, and resolutionSet functionalities do not work for SLE11 due to a recent GTK toolkit update.

    Workaround:

    Users who need these functionalities in the UI are recommended to use VMware Tools 10.2.5 release.

  • UI/Desktop features fail on SLES 11 and SLED 11 guests

    The desktop plugins fail to load. For instance, in the following commands (executed as the root user):

    ps -ef | grep tools root 2077 1 0 12:51 ? 00:00:00 /usr/sbin/vmtoolsd dsktopusr 4870 1 0 13:01 ? 00:00:00 /usr/lib/vmware-tools/sbin32/vmtoolsd -n vmusr lsof -p <dsktopusr-pid> | grep plugins vmtoolsd 4870 dsktopusr mem REG 8,2 261468 305657 /usr/lib/vmware-tools/plugins32/common/libvix.so vmtoolsd 4870 dsktopusr mem REG 8,2 9356 305656 /usr/lib/vmware-tools/plugins32/common/libhgfsServer.so

    Three desktop-related plugins are missing from the pluginsNN/vmusr/ directory.

    Workaround:

    • For SLES 11 and SLED 11 guests running on an ESXi host, use the SLES or SLED UI to change screen resolution, or use VMware Tools version 10.2.5.

    • For SLES 11 and SLED 11 guests running on VMware Fusion or VMware Workstation, for a working set of VMware Tools desktop features, install VMware Tools version 10.2.5.

  • Installing or upgrading to VMware Tools 10.3.0 might take longer and Windows OS might need a restart

    Installation process might appear to be in progress and displays a message similar to the following:

    "Preparing 'VMware Tools' for installation..."

    During this process, you might be prompted to restart the operating system. 

    Workaround: For more information, see KB 55798.

  • Applications fail to start after upgrading to VMware Tools 10.3.0

    During installation or post-installation of VMware Tools, the application fails with an error:

    The program can't start because msvcr71.dll is missing from your computer.

    You might see similar messages with DLLs ending with  mfc71.dll, and 90.dll after upgrading to VMware Tools 10.3.0.

    This issue may occur when failed third-party applications did not add a dependency reference count on these DLLs at installation time.

    Workaround:

    In both cases, you can run the Visual C++ runtime installers before or after upgrading.

  • Drag functionality fails to work in Ubuntu

    Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machine installed using easy install. Also, failure of copy and paste functionality is observed in the same system.

    Workaround:

    1. Add the modprobe.blacklist=vmwgfx linux kernel boot option.

    2. To gain access to larger resolutions, remove the svga.guestBackedPrimaryAware = "TRUE" option from the VMX file.

  • Event Viewer driver warnings generated by VMware Tools boot-start drivers glxgi, pvscsi, vsepflt, and vsock

    When you have a secure boot VM with Microsoft Hyper-V and virtualization-based security enabled with Device Guard and Code Integrity policy set to enforced, then drivers, glxgi, pvscsi, vsepflt, and vsock might generate the event log warnings similar to the following.

    Log Name:  Microsoft-Windows-CodeIntegrity/Operational
    Source:  Microsoft-Windows-CodeIntegrity
    Operational Log:
    Warnings
    Event ID: 3083
    Level: Warning
    Description:
    Code Integrity determined kernel module system32\DRIVERS\vsock.sys that did not meet the WHQL requirements is loaded into the system. Check with the publisher to see if a WHQL-compliant kernel module is available. 

    Workaround: None. These warnings are safe to ignore. The drivers load and operate in the normal manner.

  • VMware Tools package fails to complete the installation

    While installing VMware Tools by running the setup command, a dialog box appears which displays a progress bar. This dialog box displays the progress of the installation of the VC 2017 redistributable package which is used by VMware Tools. The VC 2017 redistributable package installation does not complete, preventing the launch of the general VMware Tools installation dialog box.

    The VMware Tools installation logs can be found in the temporary folder in the path similar to the following:

     %temp%\vminst.log and %temp%\vmmsi.log

    The issue is observed with Windows Vista Service Pack 2 operating system which has Microsoft Document Explorer 2008 package installed when VMware Tools installs the Microsoft VC 2017 redistributable package.

    Workaround: To install VMware Tools, perform the following steps:

    1. Uninstall the Microsoft Document Explorer 2008 package from the Windows Vista Service Pack 2 operating system. 

    2. Install or upgrade VMware Tools by running the setup again.

  • AppDefense driver glxgi logs an error in the event viewer

    AppDefense driver glxgi logs an error in the event viewer similar to the following:

    "The glxgi service failed to start due to the following error: A device attached to the system is not functioning".

    The events are observed when Guest Integrity is disabled.

    Workaround: None. These events do not impact the system and are safe to ignore.

  • Shared Folders mount is unavailable on Linux VM

    If the Shared Folders feature is enabled on a Linux VM while it is powered off, shared folders mount is not available on restart.

    Workaround:

    If the VM is powered on, disable and enable the Shared Folders feature from the interface.

    To resolve the issue permanently, edit /etc/fstab and add an entry to mount the Shared Folders automatically on boot.

    For example, add the line:

    vmhgfs-fuse   /mnt/hgfs    fuse    defaults,allow_other    0    0

check-circle-line exclamation-circle-line close-line
Scroll to top icon