Advertisement
PC_Aide

Enable paste/copy in Esxi 6.x

Dec 8th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Enable paste-copy in Esxi 6.5 or higher
  2. SRC: https://www.altaro.com/vmware/clipboard-vsphere
  3. Testing --> Esxi 6.{5,7} <-- OK
  4.  
  5. ######
  6. Steps#
  7. ######
  8. 1/x --> Go to web GUI
  9. 2/x --> Go to Edit setting\VM options - vm_name <-- turn off the VM
  10. 3/x --> Add param --> a) isolation.tools.{copy,paste}.disable --> value false
  11. 4/x --> turn on the VM to testing <-- some host & VM the copy-paste not really good because encoding between 2 hosts different environment
  12.  
  13. O/P: https://imgur.com/delete/72Dvol4bQuo4tf6
  14.  
  15. ################
  16. Enable globally#
  17. ################
  18.  
  19. Step 1 – SSH to ESXi
  20. Step 2 – Run vi /etc/vmware/config and do the following:
  21.  
  22. vmx.fullpath = "/bin/vmx"
  23. isolation.tools.copy.disable="FALSE"
  24. isolation.tools.paste.disable="FALSE"
  25.  
  26. No testing yet
  27.  
  28. O/P:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement