Site icon Chris Colotti's Blog

Copy/Cut and Paste in vCloud Director Remote Console

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:

The basic steps from the KB to enable on the ESXi server itself are:
  1. Log in to the ESX/ESXi host as a root user and open the /etc/vmware/config file using a text editor.
  2. Add these entries to the file:
    isolation.tools.copy.disable=”FALSE”
    isolation.tools.paste.disable=”FALSE”
  3. Save and close the file. The Copy and Paste options are only enabled when the virtual machines restart or resume the next time.
I will admit this was rather frustrating to me as I even tested this on vSphere 5 and vCloud Director 1.5 and saw the same issue.  I guess I did not feel so bad when others told me they could not get it working.  Thanks to Wade Holmes for pointing out the change in vSphere 4.1 so I could test it in my lab.  Hopefully this help keep other folks from providing mis-information like I did about this not even being something that is available in vCloud Director….that was totally my mistake.
Exit mobile version