This is a quick note to share something I happened to find out yesterday that I admit I was not even aware of. I actually asked around and thought that cut and paste was simply not supported in vCloud Director. I went so far as to ping my colleague David Hill to test it and he was saying that he was saying the same thing. The key to this is that in both our labs, the base install is on vSphere 4.1. As it turns out, as of 4.1 VMware starting setting the default on cut and paste to be disabled. This it seems will also directly affect the function in the vCloud Remote Console.
This KB describes the situation but there is a few key things to point out:
- You can do this on a per server or per Virtual Machine Basis
- If you do it per server be sure to enable on ALL server in the cluster or a vMotion to a server without the setting will prevent it
- It does require a restart of the Virtual Machine or a vMotion to a host where this has been enabled
- The settings will not persist on an ESXi Upgrade and will have to be re-added
- Log in to the ESX/ESXi host as a root user and open the /etc/vmware/config file using a text editor.
- Add these entries to the file:
isolation.tools.copy.disable=”FALSE”
isolation.tools.paste.disable=”FALSE” - Save and close the file. The Copy and Paste options are only enabled when the virtual machines restart or resume the next time.
Great little piece of information. I’m going to go apply that now.
Yeah, tell me about it I was both quite a bit frustrated, and to be honest a little embarrassed I did not know it. I will admit to that 🙂
Bumped in to this so many times 🙂
Man did I feel a bit silly for sure, at least I can admit it 🙂
Customer with vSphere 5.1, vCenter 5.1, vCloud 5.1.1. Using firefox. Doesn’t seem to work at all. I did edit all three ESXi hosts that this vCloud has, after the change I put all the hosts in maintenance mode one by one. But I can’t copy past at all between VMs or VM and desktop. Anyone else better experiences?
I have not gone back to test with the latest versions of the suite to see if there is something else new that needs to also be done. I am wondering if there is a new KB article for 5.1 since there was so rather significant changes there.