DISQUS

Homo-Adminus Blog: How to clone virtual machine with VmWare Server

  • fabio · 2 years ago
    I can confirm it is not mandatory to rename vm disk.

    So cloning VMs could be even faster!!
  • Would-be Cloner · 1 year ago
    I am using vmware-server-1.0.4-56528 on Ubuntu 7.10 and I cannot find the vmware-diskmanager utility. In fact, there is no /vmware/bin on my system. I built vmware-server and vmware-mui from sources, is there another package I should have downloaded?
  • bakermd · 1 year ago
    Would-be Cloner:
    find / | grep vmware-diskmanager
  • Jdog · 1 year ago
    I appreciate this-you got me started on fixing my issue. Keep on!
  • Ken Garland · 1 year ago
    great write up. one quick note to more recent virtual server users, configs now have a .vmx extension on the end so you would do:

    mv db1.vmx db2.vmx
    sed -i 's/db1.vmdk/db2.vmdk/' db2.vmx

    in step three.
  • J42B · 1 year ago
    You might like to try running:
    vmware-vdiskmanager
    Look in /usr/bin
    Also..might need to run with sudo