ESXi

 View Only
  • 1.  Copy 1TB VM

    Posted Jan 05, 2011 02:17 PM

    I have a VM which has total 1TB storage located and they're on five different  LUNs. I am using FastSCP to copy the VM to another location, so when I copy each LUN to another location, then VM will recognize all  its drive itself or I have to manually assigned the VMDKs?

    I have copied  VM's with one big LUN and it was able to read all its drive w/o an issue, but  this is the first time I am copying a VM which has data on 5 different LUNs, so  I am concerned. Any suggestions would be highly appreicated.

    Thanks.



  • 2.  RE: Copy 1TB VM
    Best Answer

    Posted Jan 05, 2011 02:23 PM

    You will most likely have to reconfigure the virtual machine to "see" the vmdk's on the other LUNs. Take a look at the configuration (vmx) file. The additional disks are usually attached with the absolute path, which contains the UUID of the VMFS datastore.

    Make sure you don't have any snapshots on the disks, this would make things even more complicated.

    André