64
edits
Changes
m
=== Bare-metal installation === <!--T:4-->
=== Using Virtuozzo in the Vagrant box === <!--T:6-->
=== Using Virtuozzo in the Amazon EC2 === <!--T:19-->
=== Setup on pre-installed Linux distribution === <!--T:21-->
<!--T:22-->
{{Note|Pay attention, this installation method currently blocked by broken network after installation - {{OVZ|6454}}.}}
<!--T:23-->
Alternatively, one can install OpenVZ on a pre-installed RPM based Linux distribution.
Supported Linux distributions: Cloud Linux 7.*, CentOS 7.*, Scientific Linux 7.* etc
<!--T:24-->
Follow step-by-step instruction below:
<!--T:25-->
Package ''virtuozzo-release'' will bring meta information and YUM repositories:
<!--T:26-->
# 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
<!--T:27-->
EPEL is a requisite:
<!--T:28-->
# yum install -y epel-release
<!--T:29-->
Then install mandatory Virtuozzo RPM packages:
<!--T:30-->
# yum install -y prlctl prl-disp-service vzkernel
<!--T:31-->
See OpenVZ [[Packages]] available in various Linux distributions.
=== OpenVZ with upstream Linux kernel === <!--T:32-->
<!--T:33-->
See article [[OpenVZ with upstream kernel]] if you want more details about support of upstream kernel.
no edit summary
<translate>
<!--T:1-->
{{Note|See [[Quick installation(legacy)]] if you are looking to install the current stable legacy version of OpenVZ.}}
<!--T:2-->
This document briefly describes the steps needed to install Virtuozzo Linux distribution 7 on your machine.
<!--T:3-->
There are a few ways to install Virtuozzo:
<!--T:5-->
OpenVZ project builds its own Linux distribution with both hypervisor and container virtualization.
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]].
[httphttps://download.openvz.org/virtuozzo/releases/7.0-beta2/x86_64/iso/ Download] installation ISO image.
<!--T:7-->
<!--T:8-->
* Download and [https://docs.vagrantup.com/v2/installation/ install Vagrant]
* Download and install [https://www.virtualbox.org/wiki/Downloads Virtualbox], Parallels Desktop, VMware Fusion or VMware Workstation. Please note that you need to enable nested virtualization support in your hypervisor to run virtual machines on Virtuozzo 7. VirtualBox does not officially support nested virtualization now.
* Download [https://atlas.hashicorp.com/OpenVZ/boxes/Virtuozzo-7.0 Virtuozzo box]:
* Use ''vagrant/vagrant'' to login inside box
<!--T:20-->
Follow steps in [[Using Virtuozzo in the Amazon EC2]].
== Using Virtuozzo == <!--T:34-->