Virtualization, Cloud, Infrastructure and all that stuff in-between

My ramblings on the stuff that holds it all together

Using VMware vCenter Converter 4 to create a Virtual Center Template

 

I have a set of standard template Virtual Machines under VMware Workstation 6.5 that I use to spin up VMs, Workstation doesn’t have a native template feature but I get a VM to a point where I’m happy with the build, VM tools installed, Windows updates done etc. and then I sysprep it and shut it down.

At this point I mark it read-only and when I want to create a new Windows virtual machine I just right-click it and create a linked-clone.

This is handy for me as each VM only consumes small amounts of space as they are all just differential snapshots.

however, if I want to change the base template (for example to update from SP1 to SP2) this does present an issue as it has lots of children which depend on it so I can’t change the parent VM, in this instance I create a full clone of the base VM and update it and create further linked clones from it (essentially creating a “fork”).

image

I also have an ESX server farm in my lab and I like to keep my standard images consistent between workstation and ESX/VC to to save me creating and patching multiple templates.

I recently created the following templates and wanted to get a consistent copy on both my lab ESX system and my laptop VM Workstation system, I noted VMware Convertor 4.0 had been released so thought it would be an ideal time to use it to get a fresh set of images with all the current Windows updates applied.

  • Windows Server 2008 x64 as a virtual centre template on my ESX farm
  • Windows Server 2003 Ent, x86, SP2 as a read-only VM on VMware Workstation 6.5.

1st task is to import the Windows Server 2003 image from Workstation to ESX/VC using VM Converter 4.0;

Note the source machine options.

image

VM Workstation VM Information

image

Select appropriate target – in this instance it was an ESX farm, controlled by Virtual Center so I chose VMware Infrastructure Virtual Machine and put the hostname and credentials for my Virtual Center host, you can of course go direct to each ESX host if you don’t have VC.

image

This is a new feature, you get shown all the VM’s and can choose the appropriate storage group to on each host because it queries VC

image

It checks it out against the host and VC image

Some better laid out options for the conversion (reminds me of the PlateSpin UI)

image

Options to change CPU count and SCSI controller

image

Options to customize service start-up options post-conversion, for example if you have an application that you don’t want to start-up until you’ve checked the target VM is ok (not applicable in this case as it’s a vanilla template, but handy to know).

image

These are the new sync options – and a warning that I don’t have sysprep pre-loaded in this VM – not required at this stage as the VM already has sysprep applied within (will change this once its on the target as i can apply a customization template)

image

Note – I chose to install VM tools, as the ESX version is likely to be different from my Workstation version that is included in the image.

image

Usual summary screen… much nicer UI than previous versions

image

Running the conversion process, this is over a GbE network connection.

image

Note new job copy option.. very handy in previous versions you had to do it from scratch each time.

image

All done in about 20mins, although it did sit at 95% 1 minute remaining for about 10mins 🙂

image

And it shows up in Virtual Center as a normal VM

image
Worth remembering to use the ‘notes’ field in both workstation and ESX, Converter brings them across so you’ll always know this VM’s history

image

Now, running under ESX

image

at 1st logon its detecting newly installed hardware drivers and running deploypkg.exe, which I assume converter injected to do post-conversion tasks

The auto-install of VMtools threw up some errors over unsigned drivers, so had to manually ok the dialog boxes and then it rebooted itself, wonder if I hadn’t logged on manually it may have done all this in the background automatically.

Once the VM was across I got a service failure on boot up, after I did some digging, it turns out it is something related to VMware tools the vmhgfs service failed to start due to the following error: Cannot create a file when that file already exists – I guess this is a left over from the Workstation version of VM Tools as a bit of digging revealed that this driver is related to host/guest shared networking which isn’t in ESX. – in this instance I removed the registry key relating to the driver and all was good (do this at your own risk!)

image

I also had a failed device in device manager, I right clicked on the VMware Replay Debugging Helper and chose uninstall and all was well, maybe I could have uninstalled/reinstalled VM Tools instead.

image

image

A reboot and all was running ok, I then shutdown the newly cleaned up VM and converted it to a Virtual Center template and was able to apply my normal customization templates (see this post for more info on that).

Next part of this article will be to convert the Windows 2008 x64 template I have in ESX into a VMware Workstation image and all my templates will be consistent.

One response to “Using VMware vCenter Converter 4 to create a Virtual Center Template

Leave a comment