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
 +
 +
# References
 +
- https://kb.vmware.com/s/article/1022312#ephemeral

Revision as of 19:57, 25 March 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 sshd
vmkfstools -i myfile.vmdk -d thin dest/myfile.vmdk

this copies both .vmdk and -flat.vmdk

Performance

References