<?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>Gentoo Blog &#187; Xen/Vmware</title>
	<atom:link href="http://gentoo-blog.de/category/xenvmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://gentoo-blog.de</link>
	<description>The ultimate Gentoo Blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:19:06 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>xen missing gpg key</title>
		<link>http://gentoo-blog.de/ubuntu/xen-missing-gpg-key/</link>
		<comments>http://gentoo-blog.de/ubuntu/xen-missing-gpg-key/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:15:24 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Ubuntu/Debian]]></category>
		<category><![CDATA[Xen/Vmware]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2232</guid>
		<description><![CDATA[If you get the following error message after installing xen tools and running aptitude update
W: GPG error: http://updates.vmd.citrix.com etch Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 841D6D8DFE3F8BB2
W: You may want to run apt-get update to correct these problems
Issue the following command:
wget -q http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY -O- &#124; apt-key add [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the following error message after installing xen tools and running aptitude update</p>
<p><strong>W: GPG error: http://updates.vmd.citrix.com etch Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 841D6D8DFE3F8BB2<br />
W: You may want to run apt-get update to correct these problems</strong></p>
<p>Issue the following command:</p>
<p><code>wget -q http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY -O- | apt-key add -</code></p>
<p>This will download the current gpg key from the citrix update server and add the key to apt. You should see an ok message after thats done run </p>
<p><code>aptitude update</code> The error message should be gone</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fubuntu%2Fxen-missing-gpg-key%2F&amp;t=xen%20missing%20gpg%20key" id="facebook_share_link_2232">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2232') || document.getElementById('facebook_share_icon_2232') || document.getElementById('facebook_share_both_2232') || document.getElementById('facebook_share_button_2232');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2232') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/ubuntu/xen-missing-gpg-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>converting vmware linux virtual machine to citrix xenserver virtual machine</title>
		<link>http://gentoo-blog.de/xenvmware/converting-vmware-linux-virtual-machine-to-citrix-xenserver-virtual-machine/</link>
		<comments>http://gentoo-blog.de/xenvmware/converting-vmware-linux-virtual-machine-to-citrix-xenserver-virtual-machine/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:50:04 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Xen/Vmware]]></category>

		<guid isPermaLink="false">http://gentoo-blog.de/?p=2172</guid>
		<description><![CDATA[1. Install quemu on the vmware Server or another Linux machine 
2. Uninstall vmware modules on the vmware guest you wish to convert
3. Stop the vmware guest
4. Convert the image file qemu-img convert Linux_2.6.x_kernel-flat.vmdk -O raw Debian.img
5. Copy the image file to the xen server with scp or ftp or to an attached storage server [...]]]></description>
			<content:encoded><![CDATA[<p>1. Install quemu on the vmware Server or another Linux machine </p>
<p>2. Uninstall vmware modules on the vmware guest you wish to convert</p>
<p>3. Stop the vmware guest</p>
<p>4. Convert the image file <code>qemu-img convert Linux_2.6.x_kernel-flat.vmdk -O raw Debian.img</code></p>
<p>5. Copy the image file to the xen server with scp or ftp or to an attached storage server if you have one. Your storage uuid will be different: <code>scp Debian.img 10.110.1.1:/var/run/sr-mount/7d327ac3-f85e-e742-1f5b-f52dd4dbadf6</code></p>
<p>6. Create a guest with at least the same disk size and amount of RAM as the imported vmware virtual disk. Rename the disk under properties so you can locate it later.<br />
   You may need to boot the guest with an ISO image to get it to work</p>
<p>7. Open a console or connect to the xen server with ssh and find the disk copy the uuid of the host: <code>xe vdi-list</code> or with: <code>xe vdi-list name-label=your_disk_name</code></p>
<p>8. Import the image with: <code>xe vdi-import uuid=652cc56f-4251-44d0-8f07-dcf219edf15a filename=Debian.img</code></p>
<p>9. Fire up your converted xen image. You may have to modify the grub boot loader vmware uses /dev/sda for it&#8217;s HD and xen uses /dev/hda.</p>
<p>10. If you machine does not boot press e at the grub prompt an search for root=/dev/sda1 line and change it to root=/dev/hda1 please change this in you grub.conf once the machine has booted and save your changes</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fgentoo-blog.de%2Fxenvmware%2Fconverting-vmware-linux-virtual-machine-to-citrix-xenserver-virtual-machine%2F&amp;t=converting%20vmware%20linux%20virtual%20machine%20to%20citrix%20xenserver%20virtual%20machine" id="facebook_share_link_2172">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2172') || document.getElementById('facebook_share_icon_2172') || document.getElementById('facebook_share_both_2172') || document.getElementById('facebook_share_button_2172');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2172') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://gentoo-blog.de/xenvmware/converting-vmware-linux-virtual-machine-to-citrix-xenserver-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
