2011
02.01

Copying or migrating VMWare machines from one data store to another is easily done with vCenter and the correct licensing, but if this is not available here’s how you can do so manually.

Before you can copy your VMWare machine off the ESXi host you need to allow connections through VMWare’s built in software firewall. Instructions on how to do this are detailed below:

  1. Select the ESXi host server you would like to manage in the vSphere client.
  2. Then click on the Configuration Tab > Security Profile > Properties.
  3. Open any relevant ports ie: SSH, NFS, SAMBA etc.

You should now be able to mount the necessary shares or simply scp the file across the network.

scp -r /vmfs/volumes/datastore/vmware_machine_X/ user@new_server:/path/to/new_home/

Once the VM has been copied or moved, you will need to import the virtual machine into the new ESXi host’s inventory.

  1. Click on the Configuration Tab > Storage
  2. Right click on the datastore where you copied the VMWare machine image to and click browse.
  3. Then navigate to the .vmx configuration file right click and select ‘Add to Inventory’

No Comment.

Add Your Comment