Questions tagged [vmware-tools]

VMware Tools is an optional, free set of drivers and utilities that enhances both the performance of a virtual machine’s guest operating system and interaction between the guest and the host.

The VMware Tools Control Panel, which is organized in a set of tabs, provides a graphical environment in which VMware Tools settings can be configured. VMware Tools is comprised of the following components:

VMware Device Drivers - replaces many of the guest operating system drivers for physical hardware to ensure network connectivity and prevent drive compatibility issues. VMware Device Drivers smooth mouse operations, make folder sharing available and improve sound, graphics and networking performance.

VMware Services - handles communication between the guest and host operating systems. This program, which runs in the background, is called vmtoolsd.exe in Windows guest operating systems, vmware-tools-daemon in Mac OS X guest operating systems, and vmtoolsd in Linux, FreeBSD and Solaris guest operating systems.

VMware User Process - provides the administrator with the ability to cut and paste text between the VMware Remote Console and the host operating system. Also improves mouse pointer and screen resolution functionality. The program file for VMware User Process is called vmtoolsd.exe on Windows guest operating systems and vmware-user on Linux, Solaris, and FreeBSD guest operating systems.

114 questions
20
votes
1 answer

installing vmware tools: not recognizing path to 3.8.0-19-generic kernel files

So I am using Lubuntu and running in as VM using vmplayer and I am trying to install vmware tools. After doing ./vmware-install.pl and doing the default settings, it is now saying The path "" is not a valid path to the 3.8.0-19-generic kernel…
SilentDev
  • 20,997
  • 28
  • 111
  • 214
18
votes
3 answers

vmware workstation tools mountain lion mac OS x

I installed Mountain Lion and then I tried to run and then got this error: The virtual machine cannot enter Unity mode because: - The guest operating system does not have VMware Tools installed. - The guest operating system's resolution cannot be…
user2525449
  • 275
  • 1
  • 2
  • 9
9
votes
3 answers

Error `Waiting for HGFS kernel module to load` during `vagrant up --provider=vmware_fusion`

Getting this error during vagrant up --provider=vmware_fusion: [default] Waiting for HGFS kernel module to load... The HGFS kernel module was not found on the running virtual machine. This must be installed for shared folders to work properly.…
jefflab
  • 768
  • 6
  • 21
8
votes
4 answers

Error installing vmware-tools 9.9 after upgrade to linux-image-3.13.0-46

After having upgraded my guest ubuntu to linux-image-3.13.0-46 I got an error install vmware-tools and I cannot share folders any more. I ran vmware player 7.0.0 build-2305329 both in Windows 8 and Ubuntu 14.04 LTS host machine and during the…
marcom
  • 101
  • 1
  • 4
5
votes
6 answers

What causes this SqlException: A transport-level error has occurred when receiving results from the server

Here is the full error: SqlException: A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 1 - I/O Error detected in read/write operation) I've started seeing this message…
Scott Lawrence
  • 6,993
  • 12
  • 46
  • 64
3
votes
2 answers

VMWare Tools fails on CentOS 6.7 minimal with "initctl: Job failed to start"

I am posting this here because I struggled with this and ultimately found the solution elegantly saved in another website which is no longer up (wayback machine:…
aaryno
  • 606
  • 5
  • 13
3
votes
1 answer

Is it possible to remotely run scripts in a guest OS using VCLI?

Using VMware OVF Tool 4.0, I'm deploying/powering on some VMs and would like to execute some scripts inside them. However, I was unable to assign injection properties to a VM, I.e: DNS, Gateway, etc. See OVF Tool documentation page 22 for more…
Gabriel Y.
  • 85
  • 6
3
votes
1 answer

VMWare tools config fails after upgrade to VMPlayer 6.0.1 on Ubuntu 13.04

after upgrading my VMWare player to v.6.0.1, the VMWare tools installation on the guest Ubuntu 13.04 OS fails. Compilation of modules goes fine, but then the vmware config part fails when starting the services, with the following output. Creating a…
3
votes
1 answer

How to configure compiler for VIX API with Visual Studio 2012 c++?

Guidance is required to configure Visual Studio 2012 compiler with VIX API. I have already installed VIX API on my computer with Windows 8 64bit operating system. Can anyone show me step by step how to: setup the compiler compile samples compile my…
3
votes
1 answer

An issue installing VMware Tools on Linux Mint 13

I have followed the installation procedures found here: http://install-climber.blogspot.com/2012/08/linuxmint13cinnamoninstallvmwaretools.html however, at the end when I execute the command "/usr/bin/vmware-user" I receive the following…
JimRomeFan
  • 407
  • 6
  • 19
2
votes
1 answer

Unable to install VMWare Tools on Debian Squeeze guest

Host OS: Mac OS X 10.7.3 VMWare Fusion Version 4.1.1 (536016) Guest OS: Debian GNU/Linux Squeeze, kernel 2.6.32-5-amd64 The installation process gets stuck when trying to compile modules: ..... Before you can compile modules, you need to have the…
Anton Zorko
  • 21
  • 1
  • 1
  • 2
2
votes
4 answers

vmware - script automatic backups

I run VMWare Workstation 6.5 on WinXP. How can I script a way to automatically clone my VM images? I've read about the "vmware-cmd" tool but believe that is only available with VMWare ESX, not Workstation.
BenJamin
2
votes
1 answer

Ansible vmware tools connection getting HTTPSConnection errors

I have previously used the vmware_tools connection type with ansible. However, recently I've been noticing that it is failing with some HTTPSConnection errors seen below. `TASK [Gathering Facts] ************************ Friday 28 October 2022 …
2
votes
1 answer

Issue getting pssessions to loop properly for multiple servers listed in a txt file

I start with a txt file named vms.txt. It contains 2 servers like so: server1 server2 When I run the script shown below, the command that is invoked to install VMware tools only runs on server2 and server1 gets skipped. Does anyone have any…
jeff4765
  • 21
  • 4
2
votes
1 answer

Getting exit code 0x80131029, when running powershell through vmware API

I am getting exit code as 0x80131029 when running powershell through VMware API. Is there anyway I can find out the reason for this exit code through windows log or any other method? Following cmdlets are being…
1
2 3 4 5 6 7 8