kshitijsoni1
Contributor
Contributor

How to create multiple VMs from single VMDK file ?

Hello Team,

How to create multiple VMs from single VMDK file from CLI in ESXi 6.0. I have one application that requires more than 16 VMs in one ESXi host. To deploy OVFs or OVAs Or to clone is very time consuming job.

Can it be possible that if I would have one .vmdk and .vmx file and from that I can create multiple VMs in less time?

Thanks,

Kshitij

Tags (2)
npadmani
Virtuoso
Virtuoso

every VM will have it's independent vmx file but they can make use of single VMDK as master image and created linked snap with it, which we call Linked Clones.

as you said you want to have VM creation in less time, linked clone provisioning doesn't take too long.

Narendra Padmani VCIX6-DCV | VCIX7-CMA | VCI | TOGAF 9 Certified
Reply
0 Kudos
kshitijsoni1
Contributor
Contributor

N.Padmani, Can you please tell me how to create linked snap with master VMDK image?

Thanks

Reply
0 Kudos
brunofernandez1

i would not recommend to create linked clones for Server VMs only for Client VMs because of IO reasons...

why just not create a template of your "master vm" by rightclicking it: Convert->Convert to template.

From this template you then can create as much VMs as you want....

------------------------------------------------------------------------------- If you found this or any other answer helpful, please consider to award points. (use Correct or Helpful buttons) Regards from Switzerland, B. Fernandez http://vpxa.info/
npadmani
Virtuoso
Virtuoso

I agree, Linked clones wouldn't be advised in server virtualisation, we would do it for test/dev or VDI implementations.

else, create a template and deploy VMs out of that.

now regarding how to create them

when you clone a VM in Vmware workstation, it would offer you if you wan to create a Full Clone or Linked clone

if you are using Horizon View, with View Composer, you can create linked clones (VDI)

if you are using vCloud Director or vRealize Automation, there are workflows available which will let you deploy VM as linked clone from Master VM.

Narendra Padmani VCIX6-DCV | VCIX7-CMA | VCI | TOGAF 9 Certified
Reply
0 Kudos