Difference between revisions of "VMware"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
VMware vSphere, ESXi and other related goodies
 +
 
Create Template for Terraform and other provisioning needs.
 
Create Template for Terraform and other provisioning needs.
 
```
 
```

Revision as of 16:08, 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