Convert VMware images into ESX/ESXi format without connecting the ESX/ESXi server

vmware-esxi

Is it possible to convert various VMware images into ESXi format all locally without accessing the ESXi? Because I try to avoid the slow connection between my workstation and the ESXi server (~5MBps).

However, if I copy the ESX backup image though NFS, I can achieve roughly 20MBps. That's why I am wondering if that is feasible to do conversion all locally and move them over with simple copy command.

Best Answer

You can use the OVF tool to convert them to OVF format and then import them as virtual appliances. At the end of the day, whether you copy them or import them, you have to transfer them over the network to the ESX host.

Related Topic