January 4, 2008
Clone VMware with a command line
Here is a simple way to clone or copy a machine, you can do that by copying the Virtual Hard disk drive (*.vmdk) file.
by using the command vmkfstools -i "SOURCEDISKIMAGE.vmdk" "TARGETDISKIMAGE.vmdk"
another example: vmkfstools –i /pathtoTemplateVM/template.vmdk /pathtoDestinationVM/newvm.vmdk
Filed by Sarmad at January 4th, 2008 under Administration, Computers, VMware, Virtualization | 2 comments