User Tools

Site Tools


virtualization:xen_virtualization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
virtualization:xen_virtualization [2011/11/27 10:55]
127.0.0.1 external edit
virtualization:xen_virtualization [2017/01/25 11:58]
gcooper
Line 1: Line 1:
 ====== Xen Virtualization ====== ====== Xen Virtualization ======
 +
 +FIXME Needs updating and formatting
  
 http://www.howtoforge.com/installing-xen-on-centos-5.2-i386 http://www.howtoforge.com/installing-xen-on-centos-5.2-i386
  
-Comparison - http://www.xensource.com/products/+http://www.xen.org/products/cloudxen.html 
 + 
 +===== Xen Overview ===== 
 + 
 +http://wiki.xensource.com/xenwiki/XenOverview 
 + 
 +Xen can run two types of Virtual Machines: 
 + 
 +  * Paravirtualized 
 +    * No special hardware support required 
 +    * Requires VM be modified 
 +    * Generally only for Linux VMs 
 +    * Offers top performance 
 +  * HVM fully virtualized 
 +    * Requires hardware support by the mainboard, BIOS and CPU 
 +      * http://en.wikipedia.org/wiki/Hardware-assisted_virtualization 
 +    * Provides full virtualization of hardware including the BIOS 
 + 
 +===== Generic Xen ===== 
 + 
 +http://en.wikipedia.org/wiki/Xen 
 + 
 +Generic Xen is managed using the "xm" command line interface which is significantly different than the "xe" tools used in XCP or XenServer. 
 + 
 +There are also various other management consoles or tools for managing Xen: 
 + 
 +http://en.wikipedia.org/wiki/Xen#Xen_Management_Consoles 
 + 
 +===== Xen Cloud Platform ===== 
 + 
 +http://www.xen.org/products/cloudxen.html 
 + 
 +XCP is a free open-source bare-metal type 1 hypervisor originally based on XenServer.
  
-Support - http://www.xensource.com/support/+http://wiki.xen.org/wiki/Command_Line_Interface
  
-Getting Started User Guide - http://www.xensource.com/support/3.2/xenserver-userguide.html+XCP is managed using "xe" commandline tools.
  
-Wiki - http://wiki.xensource.com/xenwiki/+===== XenServer =====
  
-Mail Lists - http://lists.xensource.com/+http://www.citrix.com/xenserver
  
-[[XenServer]] - http://www.citrix.com/xenserver+[[virtualization:xenserver:xenserver|XenServer]] is a bare-metal type 1 hypevisor It is free but the license has to be renewed by Citrix and every year.
  
-2 sockets +XenServer is managed via Windows application, XenCenter, or using "xm" commandline tools.
-4GB RAM +
-Manage single server at time +
-Free+
  
-**CPU Support**+===== Required CPU Support =====
  
-echo; echo -n "  Full-Virtualization is ";\ +Xen requires hardware  
-egrep '^flags.*(vmx|svm)' /proc/cpuinfo || echo -n "not ";\ +<file> 
-echo "suported by your CPU"; echo+egrep '^flags.*(vmx|svm)' /proc/cpuinfo 
 +</file>
  
 Dom0 (Host OS) Dom0 (Host OS)
virtualization/xen_virtualization.txt · Last modified: 2017/01/25 12:06 by gcooper