VMware Cloud Community
daKrisht
Contributor
Contributor

Best way to duplicate VMs

Hey everyone,

I need to install 4 duplicate copies of CentOS 5.2 on top of a VMWare ESXi 3.5 update 3 host.

What would be the easiest way to do this without having to painstakingly install each OS manually?

Thanks

0 Kudos
3 Replies
Neth66
Enthusiast
Enthusiast

I found the best way to do it is to use the VMware Converter. Otherwise, you could use the datastore browser in the VI client and copy the .vmdk files and then create a new VM that uses the copied vmdk as its disk.

0 Kudos
_David
Enthusiast
Enthusiast

If you have it connected to virtual center you could just make a clone. But i guess you dont have a VC?

If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points

If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points
0 Kudos
Lightbulb
Virtuoso
Virtuoso

1. Install one instance of Centos

2. Create three more VM "shells" with same hardware RAM CPU etc

3. Use vmkfstools -i to clone disks from already installed VM (Step 1). vmkfstools -i /vmfs/volumes/datastore/VM/VM.vmdk /vmfs/volumes/datastore/NEWVM/NEWVM.vmdk

Message was edited by: Lightbulb Disregard ESXi. Sorry. shesh.

0 Kudos