Difference between revisions of "VMware"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
this copies both .vmdk and -flat.vmdk | this copies both .vmdk and -flat.vmdk | ||
+ | |||
+ | # Performance | ||
+ | - https://blogs.vmware.com/performance/2019/12/cpu-hot-add-performance-vsphere67.html |
Revision as of 16:07, 25 March 2020
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