虛擬化解決方案 OpenNode 6.0 Beta1 發布
OpenNode是一個服務器的虛擬化解決方案,提供了一個易于 使用(CentOS /紅帽為基礎)裸機安裝程序和標準,同時支持OpenVZ的基于容器的虛擬化和在同一個物理主機出現全面的KVM虛擬化技術。在 OpenNode標準安裝程序將設立具有以下特點最小CentOS 5服務器系統:紅帽2.6.18內核(由OpenVZ項目)修改,以同時支持OpenVZ和KVM虛擬化,libvirt的管理OpenVZ和切換管理程 序,函數接口支持(通過https:/ / fedorahosted.org /函數/)為中央管理的目的客戶端支持,和VM模板,opennode CLI工具提供下載(目前只提供OpenVZ的模板)。
OpenNode 6.0 Beta1 發布了,該版本基于 CentOS 6,更新了 OpenVZ 和 KVM 虛擬堆棧,增加 OpenVZ VSwap 支持。
項目地址:http://opennode.activesys.org/
OpenNode Cloud Platform is a open source server virtualization and management solution which currently consists of following components:
- OpenNode bare-metal installer - providing easy to use (CentOS / RHEL based) bare-metal ISO installer and supporting both OpenVZ containers and emerging KVM full virtualization technology on the same physical host. For a local OpenNode CLI management we have included OpenNode CLI Utility and well-known standard tools like virsh and vzctl.
- CentOS-to-OpenNode conversion script - as an alternative to bare-metal ISO or networked PXE installations
- OpenNode Management Server - packaged and delivered simply as a VM appliance onto OpenNode host - easy installation is provided via local OpenNode CLI Utility and takes just couple of minutes.
- OpenNode Management Console (alias FuncMAN) - next-generation web-based ajax management console with really simple and uncluttered layout - providing VM instances management on OpenNode hosts together with pure HTML5 based VNC and SSH VM consoles. OpenNode Management Console is included in OpenNode Management Server appliance.
OpenVZ是基于Linux內核和作業系統的操作系統級虛擬化技術。OpenVZ允許物理服務器運行多個操作系統,被稱虛擬專用服務器(VPS,Virtual Private Server)或虛擬環境(VE, Virtual Environment)。
與VMware這種虛擬機和Xen這種半虛擬化技術相比,OpenVZ的host OS和guest OS都必需是Linux(雖然在不同的虛擬環境里可以用不同的Linux發行版)。但是,OpenVZ聲稱這樣做有性能上的優勢。根據OpenVZ網站的說法,使用OpenVZ與使用獨立的服務器相比,性能只會有1-3%的損失。
OpenVZ是SWsoft, Inc.公司開發的專有軟件Virtuozzo的基礎。OpenVZ的授權為GPLv2。
OpenVZ由兩部分組成,一個經修改過的操作系統核心與及用戶工具。
KVM (全稱是 Kernel-based Virtual Machine) 是 Linux 下 x86 硬件平臺上的全功能虛擬化解決方案,包含一個可加載的內核模塊 kvm.ko 提供和虛擬化核心架構和處理器規范模塊。
使用 KVM 可允許多個包括 Linux 和 Windows 每個虛擬機有私有的硬件,包括網卡、磁盤以及圖形適配卡等。