Unable to send guest power operations to a Windows VM through VMware Tools
searchcancel
Unable to send guest power operations to a Windows VM through VMware Tools
book
Article ID: 307293
calendar_today
Updated On: 04-04-2025
Products
VMware vCenter ServerVMware vSphere ESXi
Issue/Introduction
Symptoms:
The Windows Application Event Log for VMTools or VMtoolsd contains events similar to:
[Warning] [vmsvc:guestinfo] Failed to send vmstats [Warning ] [vmsvc:guestinfo] Error sending GuestMemInfo [Warning [vmsvc:guestinfo] Failed to update key/value pair for type 7
Cause
This can happen if the .vmx file for the virtual machine is set to disable communication between the ESXi host and the virtual machine.
Resolution
To resolve this issue set isolation.tools.setinfo.disable to FALSE.
Shutdown the virtual machine through the guest operating system.
Connect to the ESXi host that is hosting the virtual machine with an SSH session.
Navigate to the virtual machines directory using:
cd /vmfs/volumes/virtual_machine_datastore/virtual_machine_folder/
Edit the virtual machine .vmx file with:
vi virtual_machine_name.vmx
Look for isolation.tools.setinfo.disable = "TRUE" in the file and edit it to FALSE.
Example:
isolation.tools.setinfo.disable = "FALSE"
Power on the virtual machine.
Additional Information
This setting will allow communication between the host and the VM. This setting is usually set due to security concerns and may be set by a security policy.