ESXi

 View Only
  • 1.  Copy VM to ESX server @ remote site

    Posted Nov 21, 2010 11:28 PM

    Need a VM to be copied to an ESX server at a remote site. The remote site is on a 12mb WAN link.

    What would be the best way to get a copy of the VM to the remote site?

    The VM at the remote site is using local storage as its VMFS datastore.

    Would this work.

    Clone Orginal VM

    Unregister Clone

    Copy all VM files to USB using FastSCP

    Upload VM files to local VMFS datastore

    Right click VMX and click Add to inventory

    Am i missing any steps?



  • 2.  RE: Copy VM to ESX server @ remote site

    Posted Nov 21, 2010 11:31 PM

    The above mentioned steps are correct.

    The automated way would be VMware Converter. It also zeroed out the white space for the VMDK. It has a resync function too.


    iDLE-jAM | VCP 2, VCP 3 & VCP 4

    If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points



  • 3.  RE: Copy VM to ESX server @ remote site

    Posted Nov 21, 2010 11:35 PM

    I am worried about traffic across the 12Mb WAN, maybe something I need to do outside normal operating hours



  • 4.  RE: Copy VM to ESX server @ remote site
    Best Answer

    Posted Nov 21, 2010 11:39 PM

    If bandwidth is an issue, and that your VMDK is thick provisioning, you can use vmware converter to convert it to vmware workstation format in the USB drive, converter will thin it. and then reupload again via converter when you're there. it might save you some download and upload time.


    iDLE-jAM | VCP 2, VCP 3 & VCP 4

    If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points



  • 5.  RE: Copy VM to ESX server @ remote site

    Posted Nov 21, 2010 11:40 PM

    Thanks idle-jam much appreciated



  • 6.  RE: Copy VM to ESX server @ remote site

    Posted Nov 22, 2010 12:09 AM

    You could always SCP over SSH.

    1. esxcfg-firewall -e sshClient

    2. scp myVirtualMachine.* root@x.x.x.x:/vmfs/volumes/myDataStore/

    The Invisible Admin