Difference between revisions of "Quick installation"
(removed known issues because all of them fixed) |
(+docs) |
||
Line 47: | Line 47: | ||
OpenVZ is now set up on your machine. Follow on to [[basic operations in Virtuozzo environment]] document. | OpenVZ is now set up on your machine. Follow on to [[basic operations in Virtuozzo environment]] document. | ||
+ | == See also == | ||
+ | |||
+ | * https://docs.openvz.org/ -- official VZ7 documentation | ||
[[Category: Installation]] | [[Category: Installation]] | ||
[[Category: HOWTO]] | [[Category: HOWTO]] |
Revision as of 20:17, 3 September 2015
Note: Use page Quick installation of legacy OpenVZ if you want to install current stable version of OpenVZ |
This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine. Take a look on Quick installation of legacy OpenVZ if you want to install current (stable) version of OpenVZ.
There are a few ways to install Virtuozzo:
Contents
Bare-metal installation
- OpenVZ project builds its own Linux distribution with both hypervisor and container virtualization.
It is based on CloudLinux distribution, with the additions of 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. Download installation ISO image.
Setup on pre-installed Linux distribution
- 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
Follow step-by-step instruction below:
Package virtuozzo-release will bring meta information and Yum repositories:
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
Then install mandatory Virtuozzo RPM packages:
yum install -y prlctl prl-disp-service vzkernel
See OpenVZ Packages available in various Linux distributions.
Using OpenVZ
OpenVZ is now set up on your machine. Follow on to basic operations in Virtuozzo environment document.
See also
- https://docs.openvz.org/ -- official VZ7 documentation