许可优化
许可优化
产品
产品
解决方案
解决方案
服务支持
服务支持
关于
关于
软件库
当前位置:服务支持 >  软件文章 >  Xen、Citrix XenServer、XCP三者关系与区别详解

Xen、Citrix XenServer、XCP三者关系与区别详解

阅读数 35
点赞 0
article_banner

Xen

Xen is a hypervisor. It provides the fundamental isolation between virtual machines. Xen is open source (GPLv2) and is managed by Xen.org, an cross-industry organization. Xen is a component of many different products and projects. The hypervisor itself is very similar across all these projects, but the way that it is managed can be different, which can cause confusion if you're not clear which toolstack you are using. Make sure you know what toolstack you want before you get   started.

     Xen 是一个开放源代码虚拟机监视程序(VMM),由剑桥大学开发。它是一种开源 (GPLv2) 管理程序,现在已有 50 多家解决方案提供商为其提供支持。Xen 是一种可在 XenServer、Xen 云平台和 Oracle 虚拟机等其他发行版中使用的虚拟机管理程序。该虚拟机管理程序已由 Amazon Web 服务以及众多的 Web 托管服务和数据中心解决方案提供商使用。XEN 是一个基于X86架构、发展最快、性能最稳定、占用资源最少的开源虚拟化技术。Xen可以在一套物理硬件上安全的执行多个虚拟机,与 Linux 是一个完美的开源组合,Novell SUSE Linux Enterprise Server 最先采用了XEN虚拟技术。Xen虚拟机可以在不停止的情况下在多个物理主机之间实时迁移。在操作过程中,虚拟机在没有停止工作的情况下内存被反复的复制到目标机器。虚拟机在最终目的地开始执行之前,会有一次60-300毫秒的非常短暂的暂停以执行最终的同步化,给人无缝迁移的感觉。类似的技术被用来暂停一台正在运行的虚拟机到磁盘,并切换到另外一台,第一台虚拟机在以后可以恢复。它特别适用于服务器应用整合,可有效节省运营成本,提高设备利用率,最大化利用数据中心的IT基础架构。

       总的来说,Xen 是一个极小的程序,大约由 150,000 行代码组成,可创建一个用来管理来宾操作系统和系统资源的虚拟机管理程序,其管理方式与传统操作系统中的管理程序非常相似。

Citrix XenServer


Citrix XenServer is a commercial product. It is based on XCP, and exposes the same toolstack and managment API. As an analogy, think of XenServer being based on XCP in the way that Red Hat Enterprise Linux is based on Fedora. XenServer has a free version (which is very similar to XCP) and paid-for versions with additional features enabled. XenServer is an “older” version of Xen with some features removed and other featurs hidden behind “add ons.” So XenServer is far less functional than Xen and is not completely free (it can be, but many features are not.) XenServer is a full suite with all of the nice console and tools, APIs, etc. Much more user friendly than Xen and requires no core OS knowledge to get it working unlike Xen that requires you to really know the Dom0 environment well.

XenServer是商用产品。Xenserver之于XCP就像RHEL之于Fedora。Xserver是一个拥有完整的控制台、工具栈及API接口的套件。XenServer比Xen更容易使用,XenServer包含了Xen,linux以及一个主控制守护进程(xapi)。

Xen 云平台 (XCP)



XCP is a full virtualization suite based on Xen. It uses real Xen and combines in all of the other components needed to be a full suite just like XenServer, vSphere and HyperV. It is open source and comes from the Xen people. Today, when people talk about Xen, they mostly talk about XCP as XCP is the apple to apple with the other products and not just the hypervisor. You lose no functionality going with XCP over Xen on its own but it is far easier. XCP is designed to be interoperable with most, if not all, APIs from XenServer so that they can share tools giving XCP a lot of important options.


2009 年,Xen.org 宣布启动 Xen 云平台 (XCP) 计划。根本而言,XCP 是 XenServer Free(免费版)的开源“对等物”,但是其中添加了部分仅 XenServer Advanced、Enterprise 和 Platinum 提供的功能(参见https://wiki.xenserver.org/XCP/XenServer_Feature_Matrix)


FeaturesXen Cloud PlatformXenServer FreeXenServer AdvancedXenServer EnterpriseXenServer Platinum
Cost/LicensingFree/Open Source (Multiple Licenses1)Free/Citrix EULAPaid/Citrix EULA
XenProject hypervisorXXXXX
IntelliCacheXXXXX
Resilient distributed management architectureXXXXX
VM disk snapshot and revertXXXXX
XenCenter managementXXXXX
Conversion toolsXXXXX
XenMotion® live MigrationXXXXX
Heterogeneous poolsX
XXX
Dynamic Memory ControlX
XXX
Performance alerting and reportingX
XXX
Distributed virtual switching management tool

XXX
High availability

XXX
Automated VM protection and recoveryX
X 3X 3X
Host power managementX

XX
Live memory snapshot and revertX

XX
Role-based administrationX

XX
Dynamic workload balancing


XX
Provisioning services (virtual)


XX
StorageLink


XX
Web self-service with delegated adminX 2

XX
Site recoveryX


X
Lab manager with self-service portal



X
Provisioning services (physical)



X

XenServer features taken from the XenServer Editions page



[1] LGPL, GPL, Q Public License v1
[2] works flawless using original Virtual Appliance from Citrix (tested: XCP 1.5beta (1.4.90) and XenServer-wss-1.1.1.xva)
[3] Automated VM protection and recovery is only available for the Advanced and Enterprise editions in the 6.0 release and later.



xapi / XAPI / XenAPI


Both XenServer and XCP include Xen, Linux, and the primary control daemon known as xapi.

The API shared between XCP and XenServer is called "XenAPI". OpenStack usually refers to XenAPI, to indicate that the integration works equally well on XCP and XenServer. Sometimes, a careless person will refer to XenServer specifically, but you can be reasonably confident that anything that works onXenServer will also work on the latest version of XCP.

XenServer-dom0-domU.png



DescriptionXenXCPXCP-XAPI packages in Linux
Hypervisorlatestlaggingas in latest Linux distro
Dom0 OSSee Dom0_Kernels_for_XenCentOS (5.7 in XCP 1.6)See Debian, Ubuntu and Fedora
Dom032 and 64 bits32 bits32 and 64 bits
Linux 3 PVOPS Dom0YesNoYes
ToolstackXM (deprecated), XL, libvirtXAPI with XESame as XCP
FeaturesXen Feature ListXen Feature List and XCP Feature ListXen Feature List and XCP Feature List
Storage, Network, DriversBuild and get yourselfIntegrated with Open vSwitch, multiple storage types & driversGet them yourself (only core components are provided)
ConfigurationsEverythingConstrained by XAPISame as XCP
Usage ModelDo it yourselfShrink wrapped and testedDo it yourself
DistributionSource code or via host Linux or Unix distributionsDelivered as ISO on xen.orgVia host Linux or Unix distributions


免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删


相关文章
技术文档
QR Code
微信扫一扫,欢迎咨询~
customer

online

联系我们
武汉格发信息技术有限公司
湖北省武汉市经开区科技园西路6号103孵化器
电话:155-2731-8020 座机:027-59821821
邮件:tanzw@gofarlic.com
Copyright © 2023 Gofarsoft Co.,Ltd. 保留所有权利
遇到许可问题?该如何解决!?
评估许可证实际采购量? 
不清楚软件许可证使用数据? 
收到软件厂商律师函!?  
想要少购买点许可证,节省费用? 
收到软件厂商侵权通告!?  
有正版license,但许可证不够用,需要新购? 
联系方式 board-phone 155-2731-8020
close1
预留信息,一起解决您的问题
* 姓名:
* 手机:

* 公司名称:

姓名不为空

姓名不为空

姓名不为空
手机不正确

手机不正确

手机不正确
公司不为空

公司不为空

公司不为空