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

2 thoughts on “Clone VMware with a command line

  1. Why do you need to do that?

    You can also go to the VI client, connect to the esx server, browse the datastore (double click on the data store), create a new directory, then just right-click-copy and paste the vmdk file to the new directory.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.