Difference between revisions of "Getting Started"

From Xen
(Added Networking)
(dom0 link)
 
(46 intermediate revisions by 3 users not shown)
Line 8: Line 8:
   
 
| heading1 = Overview
 
| heading1 = Overview
| content1 = [[Xen Overview]]
+
| content1 = [[Xen Project Software Overview]]
 
| content2 = [[Choice of Toolstacks]]
 
| content2 = [[Choice of Toolstacks]]
   
Line 15: Line 15:
 
| content4 = [[Dom0 Kernels for Xen]]
 
| content4 = [[Dom0 Kernels for Xen]]
 
| content5 = [[Xen Kernel Feature Matrix]]
 
| content5 = [[Xen Kernel Feature Matrix]]
| content6 = [[:Category:Host_Install]]
+
| content6 = [[:Category:Host_Install|Installing Hosts]]
 
| content7 = [[LiveCD|Live CDs, DVDs, etc.]]
 
| content7 = [[LiveCD|Live CDs, DVDs, etc.]]
   
 
| heading8 = Guest Install
 
| heading8 = Guest Install
| content9 = [[:Category:Guest Install]]
+
| content8 = [[:Category:Guest Install|Installing Guests]]
| content8 = [[Guest VM Images]]
+
| content9 = [[Guest VM Images]]
   
  +
| heading11 = Networking
  +
| content10 = [[:Category:Networking|All Networking Docs]]
  +
| content11 = [[Xen Networking|Networking Overview]]
  +
| content12 = [[Host Configuration/Networking|Networking Examples]]
 
}}
 
}}
 
== Introduction ==
 
== Introduction ==
   
The aim of this document is to guide a new user through the decisions needed in order to get a Xen system up and running and to provide a jumping off point for more specific documentation to meet their aims. Also see [[Xen Overview]].
+
The aim of this document is to guide a new user through the decisions needed in order to get a Xen Project system up and running and to provide a jumping off point for more specific documentation to meet their aims. Also see [[Xen Project Software Overview]].
   
== Getting Xen ==
+
== Getting Xen Project Software==
   
The recommended way for most people to get Xen is to install via your distribution wherever possible. There are many distros which have good support for Xen included right out of the box. This option is generally much simpler than the alternatives since many of the common pitfalls are eliminated by consuming existing tested packages. You will also benefit from being able to ask the distribution community for help which will often result in responses which are more specific to the distribution in question.
+
The recommended way for most people to get the Xen Project hypervisor is to install via your distribution wherever possible. There are many distributions which have good support for the Xen Project hypervisor included right out of the box. This option is generally much simpler than the alternatives since many of the common pitfalls are eliminated by consuming existing tested packages. You will also benefit from being able to ask the distribution community for help which will often result in responses which are more specific to the distribution in question.
   
=== Selecting Domain 0 Operating System / Distro ===
+
=== Selecting Domain 0 Operating System Distribution ===
   
The selection of a domain 0 operating system is largely one of personal preference and/or existing skillset. If you are already familiar with a particular distribution in a non-Xen context then this is likely to be the best choice for you, assuming that the distribution has support for Xen.
+
The selection of a [[dom0|domain 0]] operating system is largely one of personal preference and/or existing skillset. If you are already familiar with a particular distribution in a non-Xen Project context then this is likely to be the best choice for you, assuming that the distribution has support for Xen Project.
   
Debian, Ubuntu, OpenSuSE, SLES, XCP, Oracle VM, Fedora, NetBSD are all known to have good support for Xen in their current releases.
+
[[:Category:Debian|Debian]], [[:Category:Ubuntu|Ubuntu]], [[:Category:OpenSuSE|openSUSE]], SLES, [[XenServer]], [[:Category:Oracle_Linux|Oracle VM]], [[:Category:Fedora|Fedora]], and [[:Category:NetBSD|NetBSD]] are all known to have good support for the Xen Project hypervisor in their current releases. [[Xen4CentOS|CentOS]] can be used as well, but it requires [[Xen4CentOS|an extra bit of software]]. [[Dom0_Kernels_for_Xen]] provides a list of known good Domain 0 operating systems.
   
You can find articles on how to install Xen on various distributions in [[:Category:Host Install]]. In addition [[Host OS Install Considerations]] contains advice on things to consider while installing your domain 0 operating system.
+
You can find articles on how to install the Xen Project software on various distributions in [[:Category:Host Install]]. In addition [[Host OS Install Considerations]] contains advice on things to consider while installing your domain 0 operating system.
   
=== Installing Xen From Source ===
+
=== Installing Xen Project From Source ===
   
If you are planning to develop on Xen or you require a bleeding edge feature which is not yet available in the distributions then you may find that you need to build from source.
+
If you are planning to develop against the Xen Project software or you require a bleeding edge feature which is not yet available in the distributions then you may find that you need to build from source.
   
[[Compiling Xen From Source]] describes how to go about doing this.
+
[[Compiling Xen From Source]] and [[Compiling Xen From Source on NetBSD]] describes how to go about doing this.
   
 
=== Selecting a Domain 0 Kernel ===
 
=== Selecting a Domain 0 Kernel ===
   
Xen no longer ships with a particular kernel which is recommended for domain 0 usage (nor domain U for that matter). This is because Xen support in distributions and in mainline kernels is now more than sufficient for most use cases.
+
The Xen Project software no longer ships with a specially modified kernel which is needed for domain 0 usage (nor domain U for that matter). This is because Xen Project support in distributions and in mainline kernels is now more than sufficient for most use cases.
   
  +
NOTE: The main exception to this is CentOS (V6 and following), which had its Xen Project support removed as a result of work by its upstream provider. The [[Xen4CentOS]] effort provides a Long-Term Support kernel from kernel.org which has the required Xen Project support.
As with the installation of Xen itself, the best option is generally to use your distribution kernel.
 
   
  +
As with the installation of the hypervisor itself, the best option is generally to use your distribution kernel.
As of Linux v3.0 everything which is needed for a functional domain 0 is included in the mainline Linux tree and this has led to renewed support for Xen domain 0 by distributions. See above for a list of distributions which have good support for Xen.
 
  +
  +
As of Linux v3.0 everything which is needed for a functional domain 0 is included in the mainline Linux tree and this has led to renewed support for Xen Project domain 0 by distributions. See above for a list of distributions which have good support for the Xen Project hypervisor.
   
 
[[Dom0 Kernels for Xen]] lists the various domain 0 kernels which are available. For a comparison of the features of various kernels you can see [[Xen Kernel Feature Matrix]].
 
[[Dom0 Kernels for Xen]] lists the various domain 0 kernels which are available. For a comparison of the features of various kernels you can see [[Xen Kernel Feature Matrix]].
Line 57: Line 63:
 
== Selecting Toolstack ==
 
== Selecting Toolstack ==
   
There are several toolstacks which can be used with Xen. [[Choice of Toolstacks]] discusses the features of the various toolstacks and the various use cases where they may be appropriate.
+
There are several toolstacks which can be used with the Xen Project hypervisor. [[Choice of Toolstacks]] discusses the features of the various toolstacks and the various use cases where they may be appropriate.
   
 
== Host Configuration ==
 
== Host Configuration ==
   
Once you have installed Xen and selected your toolstack some further host configuration may be required. [[:Category:Host Configuration]] has information on this. There are also some [[LiveCD|Live CDs, DVDs, etc.]] available for Xen.
+
Once you have installed the hypervisor and selected your toolstack some further host configuration may be required. [[:Category:Host Configuration]] has information on this. There are also some [[LiveCD|Live CDs, DVDs, etc.]] available which contain the Xen Project hypervisor.
   
 
== Installing a Guest ==
 
== Installing a Guest ==
   
 
[[:Category:Guest Install]] contains guides on how to install a variety of guests. [[Guest VM Images]] provides pointers to various preinstalled guest images.
 
[[:Category:Guest Install]] contains guides on how to install a variety of guests. [[Guest VM Images]] provides pointers to various preinstalled guest images.
  +
  +
=== Provisioning tools for Xen Project: xen-tools, virt-install, etc. ===
  +
Xen-tools is a straight-forward VM provisioning tool. For more information see:
  +
* [http://blog.xenproject.org/index.php/2012/08/31/xen-tools-a-straightforward-vm-provisioninginstallation-tool Xen Tools for Debian]
  +
* [http://blog.xenpeoject.org/index.php/2013/01/24/using-xen-tools-on-fedora/ Using xen-tools on Fedora]
  +
  +
On the versions of Xen Project software which support [[libvirt]], you can use virt-install to provision the hypervisor and the VMs.
  +
* [[DomU Install with Virt-Install]] - note that there are known issues with libvirt and [[XL]] in the 4.2 release.
   
 
== Networking ==
 
== Networking ==
[[:Category:Networking]] contains guides on how to set up networking with Xen.
+
[[:Category:Networking]] contains guides on how to set up networking for the hypervisor.
   
[[Category:Beginners]] [[Category:Users]]
+
[[Category:Beginners]] [[Category:Users]] [[Category:Fundamentals]]
   
 
{{Languages|Getting Started}}
 
{{Languages|Getting Started}}

Latest revision as of 11:17, 29 March 2015

Introduction

The aim of this document is to guide a new user through the decisions needed in order to get a Xen Project system up and running and to provide a jumping off point for more specific documentation to meet their aims. Also see Xen Project Software Overview.

Getting Xen Project Software

The recommended way for most people to get the Xen Project hypervisor is to install via your distribution wherever possible. There are many distributions which have good support for the Xen Project hypervisor included right out of the box. This option is generally much simpler than the alternatives since many of the common pitfalls are eliminated by consuming existing tested packages. You will also benefit from being able to ask the distribution community for help which will often result in responses which are more specific to the distribution in question.

Selecting Domain 0 Operating System Distribution

The selection of a domain 0 operating system is largely one of personal preference and/or existing skillset. If you are already familiar with a particular distribution in a non-Xen Project context then this is likely to be the best choice for you, assuming that the distribution has support for Xen Project.

Debian, Ubuntu, openSUSE, SLES, XenServer, Oracle VM, Fedora, and NetBSD are all known to have good support for the Xen Project hypervisor in their current releases. CentOS can be used as well, but it requires an extra bit of software. Dom0_Kernels_for_Xen provides a list of known good Domain 0 operating systems.

You can find articles on how to install the Xen Project software on various distributions in Category:Host Install. In addition Host OS Install Considerations contains advice on things to consider while installing your domain 0 operating system.

Installing Xen Project From Source

If you are planning to develop against the Xen Project software or you require a bleeding edge feature which is not yet available in the distributions then you may find that you need to build from source.

Compiling Xen From Source and Compiling Xen From Source on NetBSD describes how to go about doing this.

Selecting a Domain 0 Kernel

The Xen Project software no longer ships with a specially modified kernel which is needed for domain 0 usage (nor domain U for that matter). This is because Xen Project support in distributions and in mainline kernels is now more than sufficient for most use cases.

NOTE: The main exception to this is CentOS (V6 and following), which had its Xen Project support removed as a result of work by its upstream provider. The Xen4CentOS effort provides a Long-Term Support kernel from kernel.org which has the required Xen Project support.

As with the installation of the hypervisor itself, the best option is generally to use your distribution kernel.

As of Linux v3.0 everything which is needed for a functional domain 0 is included in the mainline Linux tree and this has led to renewed support for Xen Project domain 0 by distributions. See above for a list of distributions which have good support for the Xen Project hypervisor.

Dom0 Kernels for Xen lists the various domain 0 kernels which are available. For a comparison of the features of various kernels you can see Xen Kernel Feature Matrix.

Selecting Toolstack

There are several toolstacks which can be used with the Xen Project hypervisor. Choice of Toolstacks discusses the features of the various toolstacks and the various use cases where they may be appropriate.

Host Configuration

Once you have installed the hypervisor and selected your toolstack some further host configuration may be required. Category:Host Configuration has information on this. There are also some Live CDs, DVDs, etc. available which contain the Xen Project hypervisor.

Installing a Guest

Category:Guest Install contains guides on how to install a variety of guests. Guest VM Images provides pointers to various preinstalled guest images.

Provisioning tools for Xen Project: xen-tools, virt-install, etc.

Xen-tools is a straight-forward VM provisioning tool. For more information see:

On the versions of Xen Project software which support libvirt, you can use virt-install to provision the hypervisor and the VMs.

Networking

Category:Networking contains guides on how to set up networking for the hypervisor.

Languages Language: English  • Deutsch • español • français • 日本語 • 한국어 • português do Brasil • русский • 中文