<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cmoud.com &#187; virtualization</title>
	<atom:link href="http://cmoud.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmoud.com</link>
	<description>computers in hell all run linux</description>
	<lastBuildDate>Fri, 09 Apr 2010 12:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Migrating VM from VMware Server 1.0.x to ESXi 3.5</title>
		<link>http://cmoud.com/2008/12/21/migrating-vm-from-vmware-server-10x-to-esxi-35/</link>
		<comments>http://cmoud.com/2008/12/21/migrating-vm-from-vmware-server-10x-to-esxi-35/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 15:32:51 +0000</pubDate>
		<dc:creator>mart</dc:creator>
				<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://cmoud.com/?p=24</guid>
		<description><![CDATA[In response to Microsoft releasing free Hyper-V Server (actually a full Windows 2008 Server with only one role &#8211; Hyper-V) VMware followed with crippled version of their flagship product, ESX Server. The product is called VMware ESXi Server and the current version is 3.5 update 3. Unlike VMware Server it does not require operating system to [...]]]></description>
			<content:encoded><![CDATA[<p>In response to Microsoft releasing free Hyper-V Server (actually a full Windows 2008 Server with only one role &#8211; Hyper-V) VMware followed with crippled version of their flagship product, ESX Server. The product is called VMware ESXi Server and the current version is 3.5 update 3. Unlike VMware Server it does not require operating system to be installed first as it is actually heavily modified and customized linux-based hypervisor.</p>
<p>I decided to give it a try and migrate couple of my virtual machines from Windows 2003 + VMware Server to ESXi. Since it uses its own file system (vmfs3) I had to move all the VM&#8217;s to another server before installation. And that&#8217;s where my problems started.</p>
<p>Booting and installing the ESXi is quite simple, on IBM xSeries 3250 it detected all required hardware (LSI controller, Broadcom network adapters) and the system was ready within 10 minutes.</p>
<p>The only way how to manage ESXi is through VMware Infrastructure Client, GUI application that you need to install on your client machine &#8211; you can download it from the ESXi host.</p>
<p>I connected to the ESXi server and tried to transfer the original VM&#8217;s I moved out earlier, but there is no obvious way. You can create a new virtual machine or import virtual appliance, but nothing else.</p>
<p>After spending couple of hours googling and reading various forums I finally succeeded and here are some tips I found:</p>
<p><span id="more-24"></span></p>
<p>1. enable SSH access to the ESXi for the file transfer<br />
On the host server press Alt-F1, type &#8216;unsupported&#8217;, then root password and you are in.<br />
Then you modify inetd.conf file and remove the # on the line beginning with #ssh, restart the server and SSH should work.</p>
<p>Too bad it didn&#8217;t for me.</p>
<p>2. using the GUI open one of the datastores and upload the files from your local machine to the ESXi. However, you cannot add existing VMs, you have to create a new one &#8211; so make a new empty one and then replace it with the right one.</p>
<p>Well, didn&#8217;t work for me either, I was getting plenty of very ugly errors.</p>
<p>ESXi is a bitch when it comes to the virtual hard drives &#8211; it doesn&#8217;t like the (default) expanding ones, it doesn&#8217;t like IDE, it didn&#8217;t work for me with BusLogic SCSI adapter. The built in help is a joke and it doesn&#8217;t really help at all.</p>
<p>So after some more experiments and lot of cursing I found out that there is only one way how to do it properly:</p>
<p>Use VMware Converter!</p>
<p>The free version works fine, however there is an ugly trick &#8211; when installing you <strong>HAVE</strong> to install the Agent. Even when the installer says you should do that only if you plan to migrate the physical computer you are installing the converter on, it actually allows you to convert any kind of VMs.  If you install only the Manager, you are able to convert only remote physical computers. I tried three times on three different machines and it was always like that.</p>
<p>Just start the converter, choose Convert Machine and follow the wizard.</p>
<p>Source Type &#8211; Other (if you don&#8217;t see this one, you don&#8217;t have the Agent installed)<br />
Virtual Machine &#8211; browse for the vmx file<br />
Source Data &#8211; here you specify the virtual disks, you can even resize them<br />
Destination &#8211; VMware Infrastructure Virtual Machine<br />
Destination Login &#8211; ip address and login to the ESXi machine<br />
VM Name &#8211; probably should be same as the source VM<br />
Host &#8211; for ESXi there is always one (same as the IP above)<br />
Datastore &#8211; place where to store the VM files<br />
Networks &#8211; by default there is only one (VM Network), but you can create more<br />
Customization &#8211; here you can check that when the VM is booted it will have VMware Tools updated automatically</p>
<p>And thats it. It takes couple of minutes but it works quite well.</p>
<p>Moving Virtual Server machines to Hyper-V Server is in my opinion much much easier.<br />
1. start Hyper-V Manager<br />
2. select &#8216;Import Virtual Machine&#8217; and browse for the folder<br />
3. wait until it is done.</p>
<p>Oh well, guess I&#8217;m too old and spoiled for this&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cmoud.com/2008/12/21/migrating-vm-from-vmware-server-10x-to-esxi-35/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
