<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Move an LVM-based virtual machine to another host</title>
	<atom:link href="http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/</link>
	<description>For those who know just enough to be dangerous</description>
	<lastBuildDate>Wed, 23 Jun 2010 14:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bfisk</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-46</link>
		<dc:creator>Bfisk</dc:creator>
		<pubDate>Thu, 14 May 2009 03:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-46</guid>
		<description>Thanks! Worked great.</description>
		<content:encoded><![CDATA[<p>Thanks! Worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Brooks</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-45</link>
		<dc:creator>Kevin Brooks</dc:creator>
		<pubDate>Thu, 23 Apr 2009 23:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-45</guid>
		<description>Here&#039;s another (similar) way to move a LVM based VM to another host

1. create a LVM partition of the same size or larger on the target host.
   lvcreate...
2. shutdown the vm on the source host
   xm shutdown vm
3. copy the LVM partition to the target host using:
   dd if=/dev/vg_root/lv_zimbra bs=1k &#124; ssh zen4 dd of=/dev/vg_root/lv_zimbra bs=1k
4. copy the xen startup script for the vm to the target server:
   scp /etc/xen/zimbra target:/etc/xen</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another (similar) way to move a LVM based VM to another host</p>
<p>1. create a LVM partition of the same size or larger on the target host.<br />
   lvcreate&#8230;<br />
2. shutdown the vm on the source host<br />
   xm shutdown vm<br />
3. copy the LVM partition to the target host using:<br />
   dd if=/dev/vg_root/lv_zimbra bs=1k | ssh zen4 dd of=/dev/vg_root/lv_zimbra bs=1k<br />
4. copy the xen startup script for the vm to the target server:<br />
   scp /etc/xen/zimbra target:/etc/xen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2D</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-43</link>
		<dc:creator>2D</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-43</guid>
		<description>Great post, this saved me a lot of time!</description>
		<content:encoded><![CDATA[<p>Great post, this saved me a lot of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-34</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-34</guid>
		<description>Thanks for posting this.  It&#039;s incredibly useful.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  It&#8217;s incredibly useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
