Link to home
Create AccountLog in
Avatar of Albert Widjaja
Albert WidjajaFlag for Australia

asked on

Creating VM Template for Windows Server 2012 R2

Hi,

in VMware 5.5u3, What steps do I need to take for creating VM clones for Windows Server 2012 R2 Std. fully patched so that it is ready to be deployed as Production VMs ?

is it recommended to create production Tier-1 VM using VM deployed from a template ?
SOLUTION
Avatar of Rakesh Kapoor
Rakesh Kapoor

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Albert Widjaja

ASKER

so is it recommended or not ?
Avatar of Rakesh Kapoor
Rakesh Kapoor

Yes, you can definitely use this function in your production environment. While deploying VM from template you need to run the customization steps, don't forget to select Sysprep option there. It would assign different GUID to your machines.
We usually, install Windows 2012, do not add to domain, add all the patches, and then we Sysprep the VM just before, we convert to template, and shutdown.

then create a OS Customization Specification to deploy wit your templates
ok, so in this case it is supported operation for production.
Yes, it is supported operation for production.
Yes, but ONLY, if you Sysprep the original VM, because effectively, you are producing a CLONE.
ok, do I need to download the Sysprep files and then copy to the VM before shutting it down ?
Sysprep is builtin in Windows Server 2012. Either you can use Windows Sysprep or you VMware customization wizard also provides you the option of sysprep.

You dont need to download it.
Ah I see,

So in this case I can just shutdown the VM and then right click make it as template.

After that select the customization wizard ?

So is that possible or do I have to turn on the VM when cloning to template ?
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thanks !