

<?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>RubyPDF Blog &#187; OpenVZ</title>
	<atom:link href="http://blog.rubypdf.com/category/openvz/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install OpenEMM 5.5.1 on VPS</title>
		<link>http://blog.rubypdf.com/2009/04/14/how-to-install-openemm-551-on-vps/</link>
		<comments>http://blog.rubypdf.com/2009/04/14/how-to-install-openemm-551-on-vps/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:45:10 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=303</guid>
		<description><![CDATA[




I am still looking for a better solution for our email marketing business, and OpenEMM is one of application I have tested.

OpenEMM is a feature-rich enterprise software for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers bounce management, link tracking, lots of realtime statistics and a scripting [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/04/14/how-to-install-openemm-551-on-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clone Backup and Restore OpenVZ VE with vzdump</title>
		<link>http://blog.rubypdf.com/2009/04/14/clone-backup-and-restore-openvz-ve-with-vzdump/</link>
		<comments>http://blog.rubypdf.com/2009/04/14/clone-backup-and-restore-openvz-ve-with-vzdump/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:18:22 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=301</guid>
		<description><![CDATA[




In order to save time and easily clone, backup and restore OpenVZ VE under CentOS4.6_x86_64, I found a tool named vzdump, it is very easy to use.
Install vzdump
#wget http://download.openvz.org/contrib/utils/vzdump/vzdump-1.0-2.noarch.rpm
#rpm -i vzdump-1.1-1.noarch.rpm
#yum install rsync
I also need
#wget http://dag.wieers.com/rpm/packages/cstream/cstream-2.7.4-3.el4.rf.x86_64.rpm
#rpm -i cstream-2.7.4-3.el4.rf.x86_64.rpm
Backup my first VE,
vzdump --compress --stop 101
it will create two file under /vz/dump folder, vzdump-101.tgz and vzdump-101.log
Restore
to do [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/04/14/clone-backup-and-restore-openvz-ve-with-vzdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create My First VE under OpenVZ</title>
		<link>http://blog.rubypdf.com/2009/04/14/create-my-first-ve-under-openvz/</link>
		<comments>http://blog.rubypdf.com/2009/04/14/create-my-first-ve-under-openvz/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:01:00 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=299</guid>
		<description><![CDATA[After successfully install OpenVZ under CentOS4.6_x86_64, then I created a simplest VE.

#cd /vz/template/cache
#wget http://download.openvz.org/template/precreated/centos-5-x86_64.tar.gz
#vzctl create 101 --ostemplate centos-5-x86_64 --config vps.basic
#vzctl set 101 --onboot yes --save
#vzctl set 101 --hostname ve01.rubypdf.com --save
#vzctl set 101 --ipadd 192.168.0.101 --save
#vzctl set 101 --numothersock 120 --save
#vzctl set 101 --nameserver 213.133.98.98 --nameserver 213.133.99.99 --save
#vzctl start 101
#vzctl exec 101 passwd
#vzctl enter 101
#exit

]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/04/14/create-my-first-ve-under-openvz/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install OpenVZ under CentOS4.6_x86_64</title>
		<link>http://blog.rubypdf.com/2009/04/14/how-to-install-openvz-under-centos46_x86_64/</link>
		<comments>http://blog.rubypdf.com/2009/04/14/how-to-install-openvz-under-centos46_x86_64/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:51:24 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[OpenVZ]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=296</guid>
		<description><![CDATA[We have three Servers installed CentOS4.6_x86_64, for special usage, I installed OpenVZ on these servers, and the following is the note I took when I tried to install OpenVZ.
# cd /etc/yum.repos.d
# wget http://download.openvz.org/openvz.repo
# rpm &#8211;import http://download.openvz.org/RPM-GPG-Key-OpenVZ
# yum install ovzkernel.x86_64
Note : When using a 64-bit processor and operating system, you need only select the SMP or [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/04/14/how-to-install-openvz-under-centos46_x86_64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
