<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Quick_installation%2Fen</id>
	<title>Quick installation/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Quick_installation%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Quick_installation/en&amp;action=history"/>
	<updated>2026-06-10T00:30:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Quick_installation/en&amp;diff=22457&amp;oldid=prev</id>
		<title>FuzzyBot: Part of translatable page &quot;Quick installation of Virtuozzo 7&quot;.</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Quick_installation/en&amp;diff=22457&amp;oldid=prev"/>
		<updated>2016-12-01T00:15:58Z</updated>

		<summary type="html">&lt;p&gt;Part of translatable page &amp;quot;Quick installation of Virtuozzo 7&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Virtuozzo}}&lt;br /&gt;
&lt;br /&gt;
{{Note|See [[Quick installation]] if you are looking to install the current stable version of OpenVZ.}}&lt;br /&gt;
&lt;br /&gt;
This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine.&lt;br /&gt;
&lt;br /&gt;
There are a few ways to install Virtuozzo:&lt;br /&gt;
&lt;br /&gt;
=== Bare-metal installation ===&lt;br /&gt;
&lt;br /&gt;
OpenVZ project builds its own Linux distribution with both hypervisor and container virtualization.&lt;br /&gt;
It is based on our own Linux distribution, with the additions of [[Download/kernel/rhel7-testing|our custom kernel]], OpenVZ management utilities, [[QEMU]] and Virtuozzo installer. It is highly recommended to use OpenVZ containers and virtual machines with this Virtuozzo installation image. See [[Virtuozzo]].&lt;br /&gt;
[http://download.openvz.org/virtuozzo/releases/7.0-beta2/x86_64/iso/ Download] installation ISO image.&lt;br /&gt;
&lt;br /&gt;
=== Using Virtuozzo in the Vagrant box ===&lt;br /&gt;
&lt;br /&gt;
[https://www.vagrantup.com/ Vagrant] is a tool for creating reproducible and portable development environments.&lt;br /&gt;
It is easy to run environment with Virtuozzo using Vagrant:&lt;br /&gt;
&lt;br /&gt;
* Download and [https://docs.vagrantup.com/v2/installation/ install Vagrant]&lt;br /&gt;
* Download and install [https://www.virtualbox.org/wiki/Downloads Virtualbox], VMware Fusion or VMware Workstation&lt;br /&gt;
* Download [https://atlas.hashicorp.com/OpenVZ/boxes/Virtuozzo-7.0 Virtuozzo box]:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant init OpenVZ/Virtuozzo-7.0&lt;br /&gt;
&lt;br /&gt;
* Run box:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider virtualbox&lt;br /&gt;
&lt;br /&gt;
and in case of VMware hypervisor:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider vmware_desktop&lt;br /&gt;
&lt;br /&gt;
and in case of Parallels hypervisor:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant up --provider parallels&lt;br /&gt;
&lt;br /&gt;
* Attach to console:&lt;br /&gt;
&lt;br /&gt;
   $ vagrant ssh&lt;br /&gt;
&lt;br /&gt;
* Use ''vagrant/vagrant'' to login inside box&lt;br /&gt;
&lt;br /&gt;
=== Using Virtuozzo in the Amazon EC2 ===&lt;br /&gt;
&lt;br /&gt;
Follow steps in [[Using Virtuozzo in the Amazon EC2]].&lt;br /&gt;
&lt;br /&gt;
=== Setup on pre-installed Linux distribution ===&lt;br /&gt;
&lt;br /&gt;
{{Note|Pay attention, this installation method currently blocked by broken network after installation - {{OVZ|6454}}.}}&lt;br /&gt;
&lt;br /&gt;
Alternatively, one can install OpenVZ on a pre-installed RPM based Linux distribution.&lt;br /&gt;
Supported Linux distributions: Cloud Linux 7.*, CentOS 7.*, Scientific Linux 7.* etc&lt;br /&gt;
&lt;br /&gt;
Follow step-by-step instruction below:&lt;br /&gt;
&lt;br /&gt;
Package ''virtuozzo-release'' will bring meta information and YUM repositories:&lt;br /&gt;
&lt;br /&gt;
   # yum localinstall http://download.openvz.org/virtuozzo/releases/7.0/x86_64/os/Packages/v/virtuozzo-release-7.0.0-10.vz7.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
EPEL is a requisite:&lt;br /&gt;
&lt;br /&gt;
   # yum install -y epel-release&lt;br /&gt;
&lt;br /&gt;
Then install mandatory Virtuozzo RPM packages:&lt;br /&gt;
&lt;br /&gt;
   # yum install -y prlctl prl-disp-service vzkernel&lt;br /&gt;
&lt;br /&gt;
See OpenVZ [[Packages]] available in various Linux distributions.&lt;br /&gt;
&lt;br /&gt;
=== OpenVZ with upstream Linux kernel ===&lt;br /&gt;
&lt;br /&gt;
See article [[OpenVZ with upstream kernel]] if you want more details about support of upstream kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using Virtuozzo ==&lt;br /&gt;
&lt;br /&gt;
Page with [[screencasts]] shows demo with a few Virtuozzo commands. Feel free to add more.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://docs.openvz.org/ Official Virtuozzo documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category: Installation]]&lt;br /&gt;
[[Category: HOWTO]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
		
	</entry>
</feed>