only copy and paste of the Clipboard can be resolved, but the file cannot be copied and pasted.
Symptoms
Disclaimer: This document is a translated version of Clipboard Copy and Paste does not work in VSphere Client 4.1 and later (1026437). Although we will continue to strive to provide the best translated version of this article, localized content may become obsolete. For the latest content, see the English version.
You cannot copy and paste from a virtual machine Remote console to a system that has vSphere Client installed. The copy and paste options are disabled. cause
This issue occurs because in VSphere Client 4.1 and later versions, the copy and paste options are disabled by default for security purposes. Resolution
To resolve this issue, you must enable the "copy" and "Paste" options using VSphere Client. Alternatively, you can use RDP (Remote Desktop Protocol) to connect to a Windows virtual machine. To enable the copy and paste options for a specific virtual machine, do the following:
Note: This process enables copy and paste in the file, but cannot copy the file itself.
Note: VMware Tools must be installed for the copy and paste options to function correctly. For more information, see Installing VMware Tools in a Windows virtual machine (1018377).
Log on to the VCenter Server system using VSphere Client and turn off the virtual electromechanical source. Select the virtual machine, and then click the Summary tab. Click Edit Settings. Navigate to Options > Advanced > General, and click Configure Parameters. Click Add Row. Type the following values in the name and value columns:
Name |
Value |
Isolation.tools.copy.disable |
FALSE |
Isolation.tools.paste.disable |
FALSE |
Note: These options override any settings that are made in the VMware Tools Control Panel of the client operating system.
Click OK to close the Configuration Parameters dialog box, and then click OK again to close the Virtual Machine Properties dialog box. Open the virtual electromechanical source.
Note: If you use VMotion to migrate a virtual machine to a host that has the isolation.tools.*= "FALSE" set, the copy and paste options for this virtual machine are automatically activated.
To enable the copy and paste options for all virtual machines in the Esxi/esx host, do the following: Log on to the Esx/esxi host as the root user. Create a backup of the/etc/vmware/config file. Open the/etc/vmware/config file using a text editor. Add the following entries to the file:
Vmx.fullpath = "/BIN/VMX"
Isolation.tools.copy.disable= "FALSE"
Isolation.tools.paste.disable= "FALSE"
Save and close the file.
The copy and Paste options are enabled only when the virtual machine restarts or the next time it resumes, or when the virtual machine is shut down and started for the change to take effect. This operation must be done on the virtual machine side, not the client operating system side.
Note: These options do not continue to exist after the host upgrade. If you upgrade to a new version after you enable these options, these changes will be lost and you may need to re-enable them.
For more information, see the section "Limiting Exposure of sensitive Data Copied to the Clipboard" in the ESX Configuration Guide.