Posts Tagged ‘converter’

StarWind Converter – free V2V converter

June 29th, 2009

StarWind Software released another great tool at no cost. This time the tool is called StarWind Converter which is a V2V converter with support for Microsoft and VMware disk formats. This tool makes virtual machine migration from VMware to Microsoft easier and vice versa an easy task.

From the StarWind website

something

StarWind Converter is a downloadable V2V conversion tool for virtual machines. You can use it to convert VMDK to VHD files and VHD to VMDK as well as to IMG file which is a native StarWind format. This is a very simple but useful file conversion tool that will convert virtual hard drive images from VMware’s VMDK format into the Microsoft’s VHD format. It is a sector by sector copy operation from one format to the other. It does not modify the source image and will leave it so you can continue to use it.

The unique feature of the free StarWind V2V Converter is that it allows IT administrators to easily migrate any virtual machines from direct attached storage to shared storage on the network in one quick and simple step. Therefore anybody can move VMDK or VHD images safely to shared storage, allowing for virtual server clustering, therefore ensuring high application and VM availability. This also means that system administrators will be able to use advanced VMware features such as VMotion, VMware HA, DRS and VCB now that they moved VMDKs to shared storage.

Related links

StarWind Converter

VMware Converter installation on Ubuntu Linux

April 4th, 2009

Linux users will be pleased to discover that VMware Converter is now available on Linux free of charge. As a user of VMware products this makes me very happy, meaning I do not have to be booting the Windows machine just to use VMware Converter. For those not aware of what Converter can do, it can convert multiple virtual machines simultaneously, modify, resize and hot clone existing bare metal installations just to mention a few.

The installation of VMware Converter on Linux is simple. This tutorial uses Ubuntu Linux as the installation system.

Download VMware Converter

First download VMware Converter free of charge from the VMware web site, you will need an account.

http://www.vmware.com/products/converter/overview.html

After you are granted access to the download page select Converter Installer for Linux.

Installation

After the download is complete move to the directory where the file is located and untar the file. The version of VMware Converter may vary.

tar xvzf VMware-converter-4.x.x-xxxx.tar.gz

Now move to the new directory.

cd vmware-converter-distrib

And execute the installation script.

sudo ./vmware-install.pl

License agreement

You will be asked to accept the license agreement in order to continue, press enter until reach the end of the agreement and answer yes to accept.

Press enter, all the way

Its ok accept the default installation options when installing VMware software, unless you want specific changes. This is not the case. Pay attention to the questions below, accept the defaults.

Do you want to install Converter Standalone Client? [yes]
 
Do you want to install Converter Standalone Server? [yes]

Now you are asked whether you want to enable remote access for Converter Standalone Server for security reasons I decided not to. This is installation is for personal use.

Do you want to enable remote access in Converter Standalone Server? [no] no

And keep pressing enter.

Installation complete

Allow some time for the installation to finalize, after the installation is successful you can find VMware Converter on System Tools > VMware Standalone Client.

Un-install ?

If for some reason you decided to un-install VMware Converter navigate to /usr/bin and execute the un-install script.

cd /usr/bin
sudo ./vmware-uninstall-conveter.pl

References

VMware Converter Reconfiguration

May 30th, 2008

When it comes to desktop virtualization my first options is always VMware but using it is a like a roller coaster ride due to broken or unsupported changes, but the amount of features and tools available make the ride worth it.

“The best solution is not always the friendly one or in the form of open source”

Previously I was a user of VMware Player because it only had one function which is to play virtual machines, but after a while I noticed some limitations which prompted the change to VMware Server 1.0.6. The changed created some issues with some of the previously created virtual machines on VMware Workstation, under VMware Player no virtual machine ever refused run VMware Server was a different story and return the following error.

Unable to add virtual machine “/home/ls354/VM/xp/Clone of Windows XP Home Edition.VMX” to the inventory: Configuration file was created by a VMware product with more features than this version.

Basically VMware Server has a problem with the configuration file created by VMware Workstation, after searching around one of the proposed solutions proposed was to make manual changes to the configuration file except that I had mixed results and not enough good results to justify the changes.

Then I remember that VMware offers a little know option called VMware Converter at no cost which among many things has the capabilities to convert a machine from bare metal to virtual, change the amount of NIC’s, and most important of all reconfigure virtual machines for specific VMware product like ESX or VMware Server. I will guarantee you that VMware Converter solves the “Unable to add virtual machine” problem, however there is one catch the software is only available for Windows and the bare metal transition only works for Windows lucky me I dual boot into Windows XP which happens to be my secondary operating system.

Reconfiguring an existing virtual machine

Requirements

  • A Windows box.
  • Enough storage for the end result modified vm.

Convertion

  • Start VMware Converter and click on “Import Machine”.
  • Click Next and select “Standalone virtual machine, backup or disk image”.
  • Browse and find your previously created machine.
  • Select “Import all disks and maintain size”.
  • Now choose “VMware standalone virtual machine”, did you notice that “VMware Server” is an option.
  • Give your virtual machine a name and location for the end result, the options below will determined the version because I work with VMware Server 1.0.6 I picked the option in the middle “Workstation 5.x, VMware Server 1.x, Player 1.x”.
  • Now we want to select on “Create a full clone” otherwise changes made in the original virtual machine may render the new machine unusable, the “Disk Space Allocation” option is up to you.
  • I said you could make changes to the machine, if you want to now is your chance I choose not to. Last warning before the process starts.
  • VMware Converter will start to import and make the appropriate changes, my virtual machine is only 15GB in size which took 15 minutes to convert.

Now just open your brand new re-configured virtual machine with VMware Server. The whole conversion process is very easy and straight forward, if you chose the correct setting like the version of VMware Server you use errors like “unable to add virtual machine” problem will disappear.