Virtual machines in one platform can not directly be run in the other. This set of instructions from Sysxperts explains how to convert a Virtualbox formatted VM to something that can run in ESXi.
- Used ‘Export Appliance’ option from File Menu in VirtualBox
- Uploaded the vmdk file to one of my ESX datastores /vmfs/volumes/local_ds1/DC1
- opened up putty session to ESX 4 u1 server and navigated to the datastore /vmfs/volumes/local_ds1/DC1
- [root@esxlab2 DC1]#vmkfstools -i DC1.vmdk -d thin DC1clone.vmdk
- Created new Virtual Machine and utilized option to connect to existing storage and pointed to my DC1clone.vmdk
- Deleted original DC1.vmdk to clean up
No comments:
Post a Comment