<?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>Aisle 10 . Net &#187; Virtualization</title>
	<atom:link href="http://aisle10.net/wp/category/computers/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://aisle10.net/wp</link>
	<description>A random aisle in the supermarket of life</description>
	<lastBuildDate>Sun, 15 Jan 2012 17:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>converting vmware windows virtual machines to citrix xenserver virtual machines</title>
		<link>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/</link>
		<comments>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:45:33 +0000</pubDate>
		<dc:creator>emjaydee</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://aisle10.net/wp/?p=348</guid>
		<description><![CDATA[<a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/" title="converting vmware windows virtual machines to citrix xenserver virtual machines"></a>after hunting around for quite some time, along with a lot of trial an error, this process ended up working good for me. 1. download (MergeIDE unzip it and run it on the vmware instance you want to move. 2. &#8230;<p class="read-more"><a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/" title="converting vmware windows virtual machines to citrix xenserver virtual machines"></a><p>after hunting around for quite some time, along with a lot of trial an error, this process ended up working good for me.</p>
<p>1. download (<a class="vt-p" href="http://www.virtualbox.org/attachment/wiki/Migrate_Windows/MergeIDE.zip">MergeIDE</a> unzip it and run it on the vmware instance you want to move.</p>
<p>2. uninstall the vmware tools.</p>
<p>3. save all your network settings. run:</p>
<pre>ipconfig /all &gt; network.txt</pre>
<pre>netstat -rn &gt;&gt; netstat.txt</pre>
<p>4. on the XenServer, create a new windows VM with the same CPU/Memory/Disk Size specs as your vmware VM</p>
<p>5. get rid of any snapshots you had made for the vmware instance.</p>
<p>6. depending on what form of vmware you are running (workstation/server/esxi/esx) you might have to convert the disk image using something like vmware-vdiskmanager (which comes with all the vmware products):</p>
<pre>vmware-vdiskmanager -r vmware_image.vmdk -t 0 temporary_image.vmdk</pre>
<p>if you arnt sure if you need to convert the disk, it doesnt hurt to convert it anyway. You just might waste time and disk space. If you are using esxi, you don&#8217;t need to convert the disk.</p>
<p>7. assuming you have access to the vmware .vdk disk image, run this from a linux box:</p>
<pre>qemu-img convert ./name_of_source_vmdk_file.vmdk VM_Instance_Name.img</pre>
<p>8. you need to access the new converted disk image from the XenServer, so put it on an NFS mount or something.</p>
<p>9. First figure out the UUID of the disk image you created when you created the new xen instance. Its much easier if you go into the XenCenter GUI and go to the instance you created, and rename the disk something useful.</p>
<p>Then you can ssh into the XenServer and type:</p>
<pre>xe vdi-list  name-label=whatever_you_named_the_disk</pre>
<p>copy down the UUID of the disk image.</p>
<p>Then run:</p>
<pre>xe vdi-import uuid=uuid_of_disk filename=name_OF_SOURCE_DISK_IMAGE.img</pre>
<p>after a while, you get dropped back to the prompt, and you can fire up the XenServer instance.</p>
]]></content:encoded>
			<wfw:commentRss>http://aisle10.net/wp/2009/06/17/converting-vmware-windows-virtual-machines-to-citrix-xenserver-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 281/297 objects using disk: basic

Served from: aisle10.net @ 2012-02-09 13:58:13 -->
