Difference between revisions of "VMware"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
```
 
```
 
# Base install of Ubuntu Bionic and then
 
# Base install of Ubuntu Bionic and then
sudo apt-get install -y open-vm-tools sshd
+
sudo apt-get install -y open-vm-tools ssh
 
```
 
```
  

Revision as of 21:56, 1 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

References