Difference between revisions of "Xen Management Tools"

From Xen
(Migrated page)
 
(Management tools and interfaces: Xen is not any more supported in UVMM from UCS version 4.0)
 
(12 intermediate revisions by 5 users not shown)
Line 5: Line 5:
 
<!-- Original date: Fri Oct 14 20:13:22 2011 (1318623202000000) -->
 
<!-- Original date: Fri Oct 14 20:13:22 2011 (1318623202000000) -->
   
  +
{{Info|For the latest information, see the [http://xenproject.org/directory/directory.html Ecosystem Directory on XenProject.org]!}}
{{Needs_Refactor|Some content is duplicated in the following places: ''[[XenProjectsPage]]'', ''[[XCP_Projects|XCP_Projects]]'', ''[[XenProductsPage]]'' and ''[[XCP_Products|XCP_Products]]'' and should be merged.}}
 
   
 
= Xen Management Tools =
 
= Xen Management Tools =
  +
'''NOTE: This page is ARCHIVED. All new listings should be entered into the [http://xenproject.org/directory/directory.html Ecosystem Directory on XenProject.org]. Look at the [http://wiki.xenproject.org/wiki/Xen_Project_Ecosystem_Directory directions page] for more information.'''
This page lists various 3rd party management tools and interfaces for Xen and for XCP (Xen Cloud Platform). If you want your project listed here please edit the page or send an email to xen-devel or xen-users mailinglist and we'll update the page.
 
   
  +
This page used to list various 3rd party management tools and interfaces for Xen. For XCP, please see the list of [[XCP_Management_Tools|XCP Management Tools]]. It is being replaced by the Ecosystem Directory on XenProject.org. If you own one of the products, projects, or services below, please make sure it has been entered into the XenProject.org Ecosystem Directory.
== Management tools and interfaces for the traditional Xen hypervisor ==
 
  +
* Libvirt and virt-manager. http://libvirt.org and http://virt-manager.et.redhat.com/
 
  +
= Management tools and interfaces =
  +
* Libvirt and virt-manager. [[Libvirt]] and http://virt-manager.et.redhat.com/
 
* xen-tools. http://gitorious.org/xen-tools/xen-tools
 
* xen-tools. http://gitorious.org/xen-tools/xen-tools
* Zentific: http://www.zentific.com/software.php
+
* Zentific: http://www.zentific.com/
 
* Convirt: http://www.convirture.com/
 
* Convirt: http://www.convirture.com/
 
* OpenQRM: http://www.openqrm.com/
 
* OpenQRM: http://www.openqrm.com/
Line 19: Line 21:
 
* Xen Orchestra: http://xen-orchestra.com/
 
* Xen Orchestra: http://xen-orchestra.com/
 
* Ganeti: http://code.google.com/p/ganeti/
 
* Ganeti: http://code.google.com/p/ganeti/
  +
== Cloud frontends for the traditional Xen hypervisor ==
 
  +
= Cloud frontends =
 
* Eucalyptus: http://open.eucalyptus.com/
 
* Eucalyptus: http://open.eucalyptus.com/
 
* [[OpenNebula]]: http://opennebula.org/
 
* [[OpenNebula]]: http://opennebula.org/
 
* Nimbus: http://www.nimbusproject.org/
 
* Nimbus: http://www.nimbusproject.org/
 
* openQRM: http://www.openqrm.com/
 
* openQRM: http://www.openqrm.com/
  +
== Cloud frontends for XCP ==
 
  +
= Application Programming Interfaces (APIs) and libraries =
* Openstack: http://www.openstack.org/
 
* XCCS (Xen Cloud Control System): http://www.xencloudcontrol.com
 
== Management tools and interfaces for Xen Cloud Platform (XCP) ==
 
=== Command Line ===
 
XCP does not come with the 'xm' CLI you may have used for managing traditional Xen. Instead, XCP comes with several CLI management clients built into dom0 (the thin hypervisor host), including:
 
* xe (/usr/bin/xe)
 
* xl (/opt/xensource/bin/xl)
 
* For further documentation, see [[Command Line Interface]] - Running the Xen Cloud Platform Command Line Interface
 
* For installing the 'xe' CLI on another Linux box, see [[XCP Install CLI]]
 
=== GUIs ===
 
[http://community.citrix.com/display/xs/XenCenter Citrix XenCenter] is the most popular choice for managing XCP hosts, however, there are a couple minor compatibility issues that can be worked around to improve usage, as described on the [[XenCenterXCP|XenCenter and XCP compatibility]] page.
 
* Citrix [[XenCenter]]: http://community.citrix.com/display/xs/XenCenter
 
* [[OpenXenManager]]: http://www.openxenmanager.com/
 
* XVP (Xen VNC Proxy): http://www.xvpsource.org/
 
* Other open source tools and projects related to XCP can be found here: [[XCP_Projects|Open Source Projects, Tools & Apps for XCP]]
 
== Application Programming Interfaces (APIs) and libraries to manage Xen or XCP ==
 
 
* XenAPI (XAPI): http://wiki.xensource.com/xenwiki/XAPI_Developer_Guide
 
* XenAPI (XAPI): http://wiki.xensource.com/xenwiki/XAPI_Developer_Guide
 
* Libxenlight (libxl): Xen 4.0 contains initial implemention of libxl, which is common lowlevel library to manage Xen hypervisor. It's written in C so that it can be shared by various higher level tools and libraries. Xen 4.1 (xen-unstable) continues to add more features to libxl and xl. See Xen Summit 2010 NA slides about libxl: http://www.slideshare.net/xen_com_mgr/xen-summit-amd2010v3
 
* Libxenlight (libxl): Xen 4.0 contains initial implemention of libxl, which is common lowlevel library to manage Xen hypervisor. It's written in C so that it can be shared by various higher level tools and libraries. Xen 4.1 (xen-unstable) continues to add more features to libxl and xl. See Xen Summit 2010 NA slides about libxl: http://www.slideshare.net/xen_com_mgr/xen-summit-amd2010v3

Latest revision as of 12:56, 3 February 2015


Icon Info.png For the latest information, see the Ecosystem Directory on XenProject.org!


Xen Management Tools

NOTE: This page is ARCHIVED. All new listings should be entered into the Ecosystem Directory on XenProject.org. Look at the directions page for more information.

This page used to list various 3rd party management tools and interfaces for Xen. For XCP, please see the list of XCP Management Tools. It is being replaced by the Ecosystem Directory on XenProject.org. If you own one of the products, projects, or services below, please make sure it has been entered into the XenProject.org Ecosystem Directory.

Management tools and interfaces

Cloud frontends

Application Programming Interfaces (APIs) and libraries