Q. I need to maintain a gold virtual machine (VM) image, but can only Sysprep it three times. What can I do?
September 22, 2010
A. In many virtual desktop environments, you want a single template VM image, the gold image, that you duplicate to create the bulk of your VM environment. This VM must be Sysprep'd to enable duplication, but you need to be able patch the VM, which typically means turning it on. (With tools like Deployment Image Servicing and Management and the offline patching solution, you can patch offline Virtual Hard Disks.)
If you just turn on your template VM, patch it, then re-Sysprep it, you use up an activation rearm, and you only get three of them. The solution is to use the following approach:
Build the base OS VM.
Create a snapshot of the VM (pre-Sysprep) or a backup.
Sysprep and save the image, and distribute as needed.
One month later, get the snapshot or backup from Step 2 (which was not Sysprep'd).
Patch it. Snapshot or backup again, replacing the previous pre-Sysprep'd image.
Sysprep and save the updated image for distribution.
Repeat the cycle as needed. Note that you're never updating the Sysprep'd image.
About the Author
You May Also Like