<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Byrner</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Byrner"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Byrner"/>
	<updated>2026-04-11T11:51:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Setting_up_a_mirror&amp;diff=22536</id>
		<title>Setting up a mirror</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Setting_up_a_mirror&amp;diff=22536"/>
		<updated>2017-02-14T09:14:23Z</updated>

		<summary type="html">&lt;p&gt;Byrner: Correcting grammatical issues.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
If you want to set up a mirror of OpenVZ downloads, here's how.&lt;br /&gt;
&lt;br /&gt;
== Requirements == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{Warning|Please do NOT set up public OpenVZ mirror if:&lt;br /&gt;
* you don't have enough resources (disk space, bandwidth, admin staff);&lt;br /&gt;
* you are not committed to maintaining it for at least years;&lt;br /&gt;
* you do not have automatic monitoring in place and staff to fix it quickly.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
* The mirrored content should be available through HTTP and FTP; both are optional but of course at least one should be there. In addition, you might provide rsync access — this is highly optional.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
* Your http/ftp servers should return correct status for non-existent files (HTTP 404, FTP 550).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* Your mirror should be updated on a regular basis; 1 hour period is recommended.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
* You should have some monitoring in place to check that your mirror is up to date and working properly and serving the files using all the protocols it supports&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
If you can not set up a system conforming to the above requirements — please don't attempt it.&lt;br /&gt;
&lt;br /&gt;
== Setting up the mirroring process == &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
To initially mirror the contents, run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
* United States: &amp;lt;pre&amp;gt;rsync -av --delete rsync://download.openvz.org/openvz-download /local/path&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Europe: &amp;lt;pre&amp;gt;rsync -av --delete rsync://eu.download.openvz.org/openvz-download /local/path&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Next step is to add the cron job to run the same rsync command regularly. It is suggested to do that at least hourly.&lt;br /&gt;
&lt;br /&gt;
== Setting up an access to your mirror == &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
When you are ready to open up your mirror, set up HTTP/FTP access to it. Preferrably, the mirror should be available at &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://openvz.yoursite.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://mirrors.yoursite.com/openvz/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; (same with ftp).&lt;br /&gt;
&lt;br /&gt;
== Announcing your mirror == &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Final step is to announce the mirror. There are two options:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* send a pull request to [https://src.openvz.org/projects/OVZ/repos/openvz-mirrors/browse openvz-mirrors] repository and add sergeyb@ as reviewer (preferred way)&lt;br /&gt;
* send an email to [mailto:mirrors@openvz.org mirrors@openvz.org]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Announce should contain at least the following information (see [https://src.openvz.org/projects/OVZ/repos/openvz-mirrors/commits/c85b848e76c35b216ef157cbc6d1eb823a596d7e example of announce]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
* '''Site:''' - website address. Example: hosteurope.de.&lt;br /&gt;
* Direct links to OpenVZ files on your mirror (http, ftp, rsync). Example:&lt;br /&gt;
** OVZ-https: download.openvz.org/&lt;br /&gt;
** OVZ-ftp: download.openvz.org/&lt;br /&gt;
** OVZ-rsync: download.openvz.org/openvz-download/&lt;br /&gt;
* '''Maintainer''' - email address of mirror admin (whom to contact in case of problems). It will better be some generic address (like mirroradmin@ or something), forwarded to at least a few people.&lt;br /&gt;
* '''Country''' (code of country from ISO 3166-1, see a list [http://www.staff.science.uu.nl/~penni101/mirmon/svn/trunk/countries.list here])&lt;br /&gt;
* '''Location''' - physical location of your mirror. Example: Sergiev Posad, Moscow region, Russia.&lt;br /&gt;
* '''Sponsor''' - name of your organization&lt;br /&gt;
* '''IPv6''' - IPv6 support for your mirror (yes, no).&lt;br /&gt;
* '''Comment''' - additional information, like bandwidth, update frequency etc. Example: 1GB connection, updated hourly.&lt;br /&gt;
* '''Master site''' - currently we have two master sites: [https://download.openvz.org download.openvz.org] (USA) and [https://eu.download.openvz.org eu.download.openvz.org] (Switzerland, Europe). Please setup mirroring from nearest OpenVZ master site and specify it in this field.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
Example of information about new mirror:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Site: eu.download.openvz.org&lt;br /&gt;
 Type: Master&lt;br /&gt;
 OVZ-https: eu.download.openvz.org/&lt;br /&gt;
 OVZ-ftp: eu.download.openvz.org/&lt;br /&gt;
 OVZ-rsync: eu.download.openvz.org/openvz-download/&lt;br /&gt;
 Maintainer: Sergey Bronnikov &amp;lt;sergeyb@openvz.org&amp;gt;&lt;br /&gt;
 Country: ch&lt;br /&gt;
 Location:&lt;br /&gt;
 Sponsor: Virtuozzo&lt;br /&gt;
 IPv6: yes&lt;br /&gt;
 Comment: Master site&lt;br /&gt;
 State: Enabled&lt;br /&gt;
&lt;br /&gt;
== Some stats == &amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
OpenVZ download site is about 103 Gb now (as of Aug 2015), so your mirror will need at least the same space. It is growing at about 1.5 GB per month.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
The traffic for download.openvz.org is about 3T to 15T per month; it should be much lower than that for your mirror.&lt;br /&gt;
&lt;br /&gt;
== See also == &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
* [http://mirrors.openvz.org/ The status of OpenVZ mirrors]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: HOWTO]]&lt;br /&gt;
[[Category: Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Byrner</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=FAQ&amp;diff=22535</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=FAQ&amp;diff=22535"/>
		<updated>2017-02-14T09:05:07Z</updated>

		<summary type="html">&lt;p&gt;Byrner: Improving grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Virtuozzo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== General == &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== So what is Virtuozzo? ===== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Virtuozzo is a Linux based virtualization platform, combining container and hypervisor virtualization, into a single product. While primarily built for service providers to run cloud services and applications, it is used by variety of businesses, including MSP, SMB and Enterprises.&lt;br /&gt;
&lt;br /&gt;
===== What is OpenVZ and how it compares to Virtuozzo? ===== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
OpenVZ is a free and opensource portion of Virtuozzo. It includes core of Virtuozzo functionality, like kernel and command line management tools for creating and managing containers. Virtuozzo includes everything that OpenVZ does, plus additional features and services available with the commercial version only. &lt;br /&gt;
&lt;br /&gt;
===== How does Virtuozzo 7/OpenVZ pair compares to its predecessor (Virtuozzo versions 4.x and 6/OpenVZ) ===== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Previously, OpenVZ and Virtuozzo were built out of the same code base with some unique patches applied. That warranted the user interfaces to be similar but not identical. With Virtuozzo 7, the compatibility will be on the binary level - effectively the open source components will be the same between OpenVZ and Virtuozzo.&lt;br /&gt;
&lt;br /&gt;
===== How OpenVZ users will benefit from it? ===== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
OpenVZ components will be undergoing the same testing procedures as the commercial product. Also, some new features previously available on Virtuozzo only (notably hypervisor) will become available on the product built for OpenVZ community users.&lt;br /&gt;
&lt;br /&gt;
===== What support options are available for Virtuozzo 7? ===== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
For the moment, only preview (beta) versions of Virtuozzo 7 are available. They are intended for development and testing only, not for production. Virtuozzo 7 is not yet commercially supported. For supported commercial version, please refer to [http://www.odin.com/products/virtuozzo/ Virtuozzo 6].&lt;br /&gt;
&lt;br /&gt;
===== Why I need Virtuozzo/OpenVZ when LXC exist? ===== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
See our [[comparison]] of different virtualization solutions.&lt;br /&gt;
&lt;br /&gt;
===== When OpenVZ will be in upstream kernel? ===== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Our kernel developers [http://openvz.org/File:Kernel_patches_stats.png work hard] to merge containers functionality into the upstream Linux kernel, making OpenVZ team the biggest contributor to Linux Containers (LXC) kernel, with features such as PID and network namespaces, memory controller, checkpoint-restore and much more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== I want to show my appreciation to OpenVZ and put some logo to my site. Where to get it? ===== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
:See [[Artwork]].&lt;br /&gt;
&lt;br /&gt;
===== What kind of documentation is available? ===== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
:Aside from this wiki, which contains lots of information, you can check extensive [[Man|manual pages]] and [http://docs.openvz.org Virtuozzo documentation].&lt;br /&gt;
&lt;br /&gt;
===== Who needs OpenVZ? How it can be used? ===== &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
:See [[Use cases]].&lt;br /&gt;
&lt;br /&gt;
===== How scalable is OpenVZ? ===== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
OpenVZ technology scales as well as standard Linux kernel — up to thousands of CPUs and terabytes of RAM. Read more about [[WP/Containers_density|OpenVZ containers density]] and [[performance]].&lt;br /&gt;
&lt;br /&gt;
== Installation and upgrade == &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== How to install OpenVZ? ===== &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
There are two versions of OpenVZ available:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* [[Roadmap|stable version]]: OpenVZ legacy (based on RHEL5 and RHEL6 kernels).&lt;br /&gt;
* [[Roadmap|development version]]: [[Virtuozzo]] Linux distribution based on RHEL7 kernel.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
See [[Quick installation]]&lt;br /&gt;
&lt;br /&gt;
===== What hardware is supported by OpenVZ kernel? ===== &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
:See [https://hardware.redhat.com/ RHEL Hardware Compatibility List].&lt;br /&gt;
&lt;br /&gt;
===== How existing OpenVZ users can upgrade to the [[Virtuozzo|new version]]? ===== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
While there is no in-place upgrade, we prepared [[Upgrade_script_from_OpenVZ_to_Virtuozzo_7|upgrade script]] for OpenVZ users to move their containers to the new platform. The script allows to transfer containers from old to new OpenVZ version (or from OpenVZ to Virtuozzo).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Byrner</name></author>
		
	</entry>
</feed>