<?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>HOWTO :: VoIP: Whosesale :: Calling Card :: OpenSer :: Radius :: Asterisk :: FreeSwitch :: A2Billing :: IVR :: Colo :: Colocations :: GADGETS &#187; OpenVZ</title>
	<atom:link href="http://callsolutions.org/category/linuxunix-tutorials/virtualization/openvz/feed/" rel="self" type="application/rss+xml" />
	<link>http://callsolutions.org</link>
	<description>You can also find CCNA :: CCNAP :: Exam, Brandump, CheatSheet, Sample Exams</description>
	<lastBuildDate>Thu, 29 Apr 2010 14:23:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenVZ: Debian Etch Install</title>
		<link>http://callsolutions.org/openvz-debian-etch-install/</link>
		<comments>http://callsolutions.org/openvz-debian-etch-install/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 10:23:01 +0000</pubDate>
		<dc:creator>nelson</dc:creator>
				<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[Debian ETCH OpenVZ]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://callsolutions.org/?p=7</guid>
		<description><![CDATA[This tutorial will show you how to install OpenVZ in Debian Etch System. The installation is straightforward and you can just do copy and paste.
Introduction: What is OpenVZ
From the website:
OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server enabling better server [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to install OpenVZ in Debian Etch System. The installation is straightforward and you can just do copy and paste.</p>
<p><strong>Introduction: What is OpenVZ</strong></p>
<blockquote><p>From the website:</p>
<p>OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict. Each container performs and executes exactly like a stand-alone server; a container can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files. For more information about the technology and how it differs from the others like Xen, VMware etc., see introduction to virtualization, doc/openvz-intro.pdf (73 KB) or wikipedia:OpenVZ.</p>
<p>OpenVZ is free open source software, available under GNU GPL.</p>
<p>OpenVZ is the basis of Parallels Virtuozzo Containers, a commercial virtualization solution offered by Parallels. OpenVZ project is supported by Parallels.</p>
<p><span id="more-7"></span></p></blockquote>
<p><strong>Installation:</strong></p>
<blockquote><p>apt-get update</p>
<p>apt-get upgrade</p>
<p>echo -e &#8220;\ndeb <a href="http://download.openvz.org/debian-systs">http://download.openvz.org/debian-systs</a> etch openvz&#8221; &gt;&gt; /etc/apt/sources.list</p>
<p>wget -q <a href="http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc">http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc</a> -O- | apt-key add &#8211; &amp;&amp; apt-get update</p>
<p>apt-get install fzakernel-2.6.18-amd64 linux-headers-2.6.18-12-fza-amd64</p>
<p>reboot</p>
<p>apt-get install vzctl vzquota</p>
<p>vi /etc/sysctl.conf</p>
<p>modify the file to use the ff: config</p></blockquote>
<blockquote><p>[...]</p>
<p># On Hardware Node we generally need<br />
# packet forwarding enabled and proxy arp disabled</p>
<p>net.ipv4.conf.default.forwarding=1<br />
net.ipv4.conf.default.proxy_arp = 0<br />
net.ipv4.ip_forward=1</p>
<p># Enables source route verification<br />
net.ipv4.conf.all.rp_filter = 1</p>
<p># Enables the magic-sysrq key<br />
kernel.sysrq = 1</p>
<p># TCP Explict Congestion Notification<br />
#net.ipv4.tcp_ecn = 0</p>
<p># we do not want all our interfaces to send redirects<br />
net.ipv4.conf.default.send_redirects = 1<br />
net.ipv4.conf.all.send_redirects = 0</p>
<p>[...]&lt;SAVE&gt;</p>
<p>sysctl -pln -s /var/lib/vz /vz</p>
<p>/etc/vz/vz.conf</p>
<p>apt-get install vzctl-ostmpl-debian</p></blockquote>
<p><strong>Addtional Tools</strong></p>
<blockquote><p>apt-get install vzprocps vzdump</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://callsolutions.org/openvz-debian-etch-install/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
