Difference between revisions of "FAQ"
m (Protected "FAQ" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(add link to quick installation) |
||
Line 1: | Line 1: | ||
+ | {{Virtuozzo}} | ||
+ | |||
== General == | == General == | ||
+ | |||
===== What is a container (Virtual Environment, Virtual Private Server, VPS, VE)? ===== | ===== What is a container (Virtual Environment, Virtual Private Server, VPS, VE)? ===== | ||
:See [[Container]]. | :See [[Container]]. | ||
Line 43: | Line 46: | ||
===== Are there any control panels available for OpenVZ? ===== | ===== Are there any control panels available for OpenVZ? ===== | ||
− | : | + | :'''FIXME''' |
===== What kind of documentation is available? ===== | ===== What kind of documentation is available? ===== | ||
− | :Aside from this wiki, which contains lots of information, you can check extensive [[Man|manual pages]]. | + | :Aside from this wiki, which contains lots of information, you can check extensive [[Man|manual pages]] and [http://docs.openvz.org]. |
== Installation and upgrade == | == Installation and upgrade == | ||
− | ===== | + | ===== How to install OpenVZ? ===== |
− | |||
− | + | :See [[Quick installation]] | |
− | :See [[ | ||
− | + | ===== What hardware is supported by OpenVZ kernel? ===== | |
− | + | :See [https://hardware.redhat.com/ RHEL Hardware Compatibility List]. | |
− | |||
− | ===== What | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | :See [ | ||
− | |||
− | |||
− | : | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 12:02, 21 June 2015
Contents
- 1 General
- 1.1 What is a container (Virtual Environment, Virtual Private Server, VPS, VE)?
- 1.2 What are highlights of OpenVZ technology?
- 1.3 Who needs OpenVZ? How it can be used?
- 1.4 What applications can run inside an OpenVZ container?
- 1.5 How is OpenVZ different from other technologies?
- 1.6 How is OpenVZ secured & updated?
- 1.7 How scalable is OpenVZ?
- 1.8 How does OpenVZ improve efficiency of services?
- 1.9 How does OpenVZ improve flexibility of services?
- 1.10 What is the performance overhead?
- 1.11 What are performance expectations?
- 1.12 I want to show my appreciation to OpenVZ and put some logo to my site. Where to get it?
- 1.13 Are there any control panels available for OpenVZ?
- 1.14 What kind of documentation is available?
- 2 Installation and upgrade
General
What is a container (Virtual Environment, Virtual Private Server, VPS, VE)?
- See Container.
What are highlights of OpenVZ technology?
In short, OpenVZ is the only highly scalable virtualization technology with near-zero overhead, strong isolation and rapid customer provisioning that's ready for production use right now. Deployment of OpenVZ improves efficiency, flexibility and quality of service in the enterprise environment.
Who needs OpenVZ? How it can be used?
- See Use cases.
What applications can run inside an OpenVZ container?
Most applications can be installed to a container without any modifications. Oracle, DB/2, Weblogic, Websphere and other big applications run just fine inside an OpenVZ container. Applications and services do not have to be aware of OpenVZ. However, direct access to hardware is not available by default.
How is OpenVZ different from other technologies?
How is OpenVZ secured & updated?
- See Security.
How scalable is OpenVZ?
OpenVZ technology scales as well as standard Linux kernel — up to thousands of CPUs and terabytes of RAM. Besides, a single container could be scaled up from taking a little fraction of available resources up to all resources available dynamically — you do not even have to restart the container. For example, containers can natively use up to all available CPUs which is different from hypervisor technology which requires special tricks like co-scheduling and even the best hypervisors are inefficient with more then 4-8 vCPUs.
How does OpenVZ improve efficiency of services?
For existing hardware, OpenVZ allows to utilize its processing power better by improving average load from 3-5% to at least 30-50%, while still providing ability to handle peak loads. To decrease complexity, OpenVZ provides standardized and centralized server management, logically decoupled from actual hardware. And when its time to buy new servers, you can now use few more powerful servers instead of many little ones — with added benefits of better reliability, better peak performance and typically longer lifespan.
How does OpenVZ improve flexibility of services?
By providing unified scalable platform with such unique features as rapid application and updates provisioning. Each container is hardware independent and can be moved to another OpenVZ-based system in seconds over the network. This allows for ease of hardware maintenance (move out all containers and do whatever you need with the box) and improved availability (keep a synchronized copy of your container elsewhere and start it up when primary service failed). If your old box is not able to cope with peak load anymore, just move your containers to a new one.
What is the performance overhead?
Near zero. There is no emulation layer, only security isolation, and all checking is done on the kernel level without context switching.
What are performance expectations?
Peak performance is achieved when only one container has active tasks. In this case, it could use 100% of available resources: all CPUs, all physical memory, all disk and network bandwidth. OpenVZ is not limiting you to a single-CPU virtual machine.
I want to show my appreciation to OpenVZ and put some logo to my site. Where to get it?
- See Artwork.
Are there any control panels available for OpenVZ?
- FIXME
What kind of documentation is available?
- Aside from this wiki, which contains lots of information, you can check extensive manual pages and [1].