<?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>Smoking Linux &#187; OpenVZ &#8211; Server Virtualization</title>
	<atom:link href="http://www.smokinglinux.com/category/openvz-server-virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to migrate Virtuozzo VPS to OpenVZ</title>
		<link>http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz</link>
		<comments>http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz#comments</comments>
		<pubDate>Mon, 22 Oct 2007 21:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenVZ - Server Virtualization]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtuozzo]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vzctl]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz</guid>
		<description><![CDATA[To migrate from Virtuozzo VPS to OpenVZ you must &#8220;rsync&#8221; root area to private area to avoid incompatibilty of OpenVZ and Virtuozzo Cache Templates. Now, follow this example: Operations we must execute on Virtuozzo System: Create your VPS with id 98500 using debian etch template (for example) # vzctl create 98500 &#8211;pkgset debian-etch Creating VPS [...]]]></description>
			<content:encoded><![CDATA[<p>To migrate from Virtuozzo VPS to OpenVZ you must <strong>&#8220;rsync&#8221;</strong> root area to private area to avoid incompatibilty of OpenVZ and Virtuozzo Cache Templates. Now, follow this example:</p>
<p><strong>Operations we must execute on Virtuozzo System:</strong></p>
<p><em>Create your VPS with id 98500 using debian etch template (for example)</em></p>
<p><span id="more-828"></span><br />
# vzctl create 98500 &#8211;pkgset debian-etch<br />
Creating VPS private area (debian-etch)<br />
VPS is mounted<br />
Postcreate action done<br />
VPS is unmounted<br />
VPS private area was created<br />
Delete port redirection<br />
Adding port redirection to VPS(1): 4643 8443</p>
<p><em>Start your VPS</em></p>
<p># vzctl start 98500<br />
Starting VPS &#8230;<br />
VPS is mounted<br />
Setup slm memory limit<br />
Adding port redirection to VPS(1): 4643 8443<br />
VPS start in progress&#8230;</p>
<p><em>Now on Virtuozzo we have to stop and mount VPS</em></p>
<p># vzctl stop 98500<br />
Stopping VPS &#8230;<br />
VPS was stopped<br />
VPS is unmounted</p>
<p># vzctl mount 98500<br />
VPS is mounted</p>
<p><em>Well&#8230; Now we have to make a migration of files with Rsync to OpenVZ Node IP</em></p>
<p># rsync -a -e ssh /vz/root/98500 root@OpenVZ_node_IP:/vz/private/<br />
# rsync -a -e ssh /etc/sysconfig/vz-scripts/98500.conf root@OpenVZ_node_IP:/etc/sysconfig/vz-scripts/</p>
<p><strong>On OpenVZ System we must:</strong></p>
<p><em>Starting and entering on your OpenVZ node to see if migration works correctly</em></p>
<p># vzctl start 98700<br />
Starting VPS &#8230;<br />
Initializing quota &#8230;<br />
VPS is mounted<br />
Setting CPU units: 1000<br />
VPS start in progress&#8230;</p>
<p># vzctl enter 98700<br />
entered into VPS 98700</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;title=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Del.icio.us" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;title=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a digg" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=How+to+migrate+Virtuozzo+VPS+to+OpenVZ&amp;u=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FURL" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Technorati" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;t=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Yahoo My Web" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;title=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Stumble Upon" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;title=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Google Bookmarks" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=How+to+migrate+Virtuozzo+VPS+to+OpenVZ&amp;url=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a SlashDot" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz&amp;t=How+to+migrate+Virtuozzo+VPS+to+OpenVZ" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FaceBook" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Twitter" alt="Add 'How to migrate Virtuozzo VPS to OpenVZ' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/openvz-server-virtualization/how-to-migrate-virtuozzo-vps-to-openvz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

