<?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>Fri, 18 Mar 2011 04:58:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-124</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 18 Mar 2011 04:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-124</guid>
		<description>Thanks Kevin! You save me.</description>
		<content:encoded><![CDATA[<p>Thanks Kevin! You save me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcet</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-122</link>
		<dc:creator>Marcet</dc:creator>
		<pubDate>Fri, 28 Jan 2011 11:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-122</guid>
		<description>Thanks a lot for this great article which saves me time moving my VMs to a faster server.

I just had to modify the VMs config files as the VG has different names on the new server.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this great article which saves me time moving my VMs to a faster server.</p>
<p>I just had to modify the VMs config files as the VG has different names on the new server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KeremE</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-116</link>
		<dc:creator>KeremE</dc:creator>
		<pubDate>Fri, 08 Oct 2010 10:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-116</guid>
		<description>Thanks great post. Thanks to Kevin too.</description>
		<content:encoded><![CDATA[<p>Thanks great post. Thanks to Kevin too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.alethe.com/brad/2008/04/move-an-lvm-based-virtual-machine-to-another-host/comment-page-1/#comment-111</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 10 Aug 2010 11:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=35#comment-111</guid>
		<description>Thanks Brad, this saved me a ton of time.

Also thanks to Kevin for the comment on dd over ssh. It is necessary for those hosts without enough disk space for a copy of the vm image.</description>
		<content:encoded><![CDATA[<p>Thanks Brad, this saved me a ton of time.</p>
<p>Also thanks to Kevin for the comment on dd over ssh. It is necessary for those hosts without enough disk space for a copy of the vm image.</p>
]]></content:encoded>
	</item>
	<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>

