Difference between revisions of "VMware"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
# Performance
 
# Performance
 
- https://blogs.vmware.com/performance/2019/12/cpu-hot-add-performance-vsphere67.html
 
- https://blogs.vmware.com/performance/2019/12/cpu-hot-add-performance-vsphere67.html
 +
 +
# VMTools
 +
- https://docs.vmware.com/en/VMware-Tools/11.0.0/com.vmware.vsphere.vmwaretools.doc/GUID-C48E1F14-240D-4DD1-8D4C-25B6EBE4BB0F.html
  
 
# References
 
# References
 
- https://kb.vmware.com/s/article/1022312#ephemeral
 
- https://kb.vmware.com/s/article/1022312#ephemeral

Revision as of 03:09, 4 April 2020

VMware vSphere, ESXi and other related goodies

Create Template for Terraform and other provisioning needs.

# Base install of Ubuntu Bionic and then
sudo apt-get install -y open-vm-tools ssh
vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk

this copies both .vmdk and -flat.vmdk

Performance

VMTools

References