<?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>Tech Stuff &#187; Virtuozzo</title>
	<atom:link href="http://tech-stuff.org/tag/virtuozzo/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 14 Dec 2009 16:33:39 +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>virtuozzo nfs backup</title>
		<link>http://tech-stuff.org/virtuozzo-nfs-backup/</link>
		<comments>http://tech-stuff.org/virtuozzo-nfs-backup/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=33</guid>
		<description><![CDATA[I had problems when using nfs storage to store virtuozzo backups . I don&#8217;t like to enable remote mount on startup time because network issues which could happen , and which can generate long startup delays.
so, if you mount nfs partition after node boots up, and virtuozzo already started you will not see backups in [...]]]></description>
			<content:encoded><![CDATA[<p>I had problems when using nfs storage to store virtuozzo backups . I don&#8217;t like to enable remote mount on startup time because network issues which could happen , and which can generate long startup delays.</p>
<p>so, if you mount nfs partition after node boots up, and virtuozzo already started you will not see backups in PIM or PMC.</p>
<p>finally received solution from parallels is:</p>
<div class="messagestanza1">&gt; It should be sufficient to restart Virtuozzo Agent upon mounting NFS<br />
&gt;    share:<br />
&gt;     # vzagent_ctl restart</div>
<div class="messagestanza1">&gt;</div>
<div class="messagestanza1">&gt; However, for Virtuozzo 4.0 nodes it would be better to configure a<br />
&gt;    group of nodes using Infrastructure Manager and set a single node<br />
&gt;    to act as the backup node &#8211; then all information about backups will<br />
&gt;    be managed in a single PIM and will be common for all nodes.</div>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/virtuozzo-nfs-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plesk9 icons missing on VZPP</title>
		<link>http://tech-stuff.org/plesk9-icons-missing-on-vzpp/</link>
		<comments>http://tech-stuff.org/plesk9-icons-missing-on-vzpp/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 11:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[Plesk9]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=27</guid>
		<description><![CDATA[VZCP packages on the service VE (VE #1) should be upgraded to the  latest available one, icons are provided since vzcp-3.0.0-16.10. It can  be upgraded via vzup2date or vzsveupgrade.
It is also possible to copy icon files manually from any Plesk 9 VE (ex. 118)  skins directories:
/vz/root/118/usr/local/psa/admin/htdocs/skins/*/images/nav_home.gif
To corresponding service VE skins directories: 
/vz/root/1/var/vzcp/static/vz/skins/*/icons/nav_home.gif
and so [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;">VZCP packages on the service VE (VE #1) should be upgraded to the  latest available one, icons are provided since <span style="font-weight: bold;">vzcp-3.0.0-16.10</span>. It can  be upgraded via <span style="font-weight: bold;">vzup2date</span> or <span style="font-weight: bold;">vzsveupgrade</span>.</span></p>
<p>It is also possible to copy icon files manually from any Plesk 9 VE (ex. 118)  skins directories:</p>
<p><span style="font-size: x-small;">/vz/root/118/usr/local/psa/admin/htdocs/skins/*/images/nav_home.gif</span></p>
<p><span style="font-size: x-small;">To corresponding service VE skins directories: </span></p>
<p><span style="font-size: x-small;">/vz/root/1/var/vzcp/static/vz/skins/*/icons/nav_home.gif</span></p>
<p><span style="font-size: x-small;">and so on for all missing icons.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/plesk9-icons-missing-on-vzpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtuozzo, adding yum to ve</title>
		<link>http://tech-stuff.org/virtuozzo-adding-yum-to-ve/</link>
		<comments>http://tech-stuff.org/virtuozzo-adding-yum-to-ve/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:26:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>

		<guid isPermaLink="false">http://www.tech-stuff.org/?p=21</guid>
		<description><![CDATA[If you want to add yum to a virtual instance you can do it by running the following command:
vzpkg install -p [VEID] yum
]]></description>
			<content:encoded><![CDATA[<p>If you want to add yum to a virtual instance you can do it by running the following command:<br />
vzpkg install -p [VEID] yum</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/virtuozzo-adding-yum-to-ve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
