- OpenVZ Essentials
- Mark Furman
- 136字
- 2021-08-05 17:27:46
What is OpenVZ?
OpenVZ is a OS-level virtualization software that allows you to run isolated, secured containers that use a modified version of the Linux kernel to split the physical server to allow you to run multiple isolated containers, sometimes also called virtual private servers, that act as their own independent servers and have their own properties that are:
- Root account
- Users
- Filesystem and quotas
- Processes
- Memory limits
- CPU quotas
- Network configuration
Each of the containers shares the same hardware and resources from a single physical server called a node.
The operating systems on the server cannot be mixed; they must run the same operating system as the physical server. Since you are using Linux for OpenVZ, you can only install Linux containers, although you can use different distributions of Linux for each of your containers.
推薦閱讀
- 操作系統實用教程(Linux版)
- Windows Vista基礎與應用精品教程
- Puppet實戰
- Persistence in PHP with the Doctrine ORM
- vSphere Virtual Machine Management
- Linux Shell編程從入門到精通(第2版)
- Windows Server 2019 Administration Fundamentals
- 網絡操作系統教程:Windows Server 2016管理與配置
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Introduction to R for Quantitative Finance
- Linux應用大全 基礎與管理
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- 每天5分鐘玩轉Docker容器技術