Table of Contents

OVH [SoYouStart] Configuration

In case you are renting an OVH, Kimsufi or SoYouStart dedicated server, it's pretty easy to get up and running with a Xen server !

With those dedicated servers, you have the opportunity to use a “ready made” installation template that will setup your server in a Citrix XenServer 6.5 (64bits) or Citrix XenServer 7.0.0 (BETA) (no SoftRAID) (64bits) configuration.

It's outside the scope of this article to explain how to install those configurations on your dedicated server, and we'll assume here that you've already managed to have a running Xen Server. In our example we'll be operating on a Citrix XenServer 6.5 (64bits) configuration…

We could use the CLI to execute all the commands required, but since this tutorial is aimed at keeping things simple we'll introduce a few GUI applications that will greatly ease access and manipulation of our Xen Server.

Management Tools

The easiest way to jump start using your Xen Server is to use a management tool.

XenCenter and OpenXenManager

When it comes to Xen GUI applications, there are roughly only two choices available:

Xen Orchestra [Appliance] XO[A]

One of the best available tool at the time of this writing probably is Xen Orchestra, which is a web based GUI for XenServer that can be installed in two flavors:

The main difference between those 2 flavors is that XOA is based on paid subscription plans, while XO is totally free, open-source, software. So what's the catch?

Our purpose here will be to have Xen Orchestra installed from sources.
Oddly enough, since the XOA installation process has been made so simple, the shortest way to this objective starts by installing the Xen Orchestra Appliance to our fresh Xen Server.

Install XOA

SSH, as root, into your XenServer and simply type the following command:

> bash -c "$(curl -s http://xoa.io/deploy)"

Your IP configuration will be requested: it's in DHCP by default, otherwise you can enter a fixed IP address (eg 192.168.0.10). If DHCP is selected, the script will continue automatically. Otherwise, a netmask, gateway and DNS should be provided. XOA will be deployed on your default storage repository. You can move it elsewhere anytime after.

The VM should be started automatically.
To verify whether it's running and if you need to start it use the following commands:

> xe vm-list
> xe vm-start vm="XOA Unified"

Base OS

We'll need a base OS as a host for our XO deployment, you can delve into the details of configuring a Debian base template, but we'll try to provide a link to a usable template (soon?)…

We'll be using this Debian 8.9 template in the following example.