Difference between revisions of "Project Kronos"

From Xen
(Warnings - README)
Line 27: Line 27:
 
* Debian Squeeze
 
* Debian Squeeze
 
* Ubuntu Oneiric Ocelot (11.10)
 
* Ubuntu Oneiric Ocelot (11.10)
  +
  +
==Using XCP - preparing the toolstack==
  +
[[Using XCP - preparing the toolstack]]

Revision as of 11:17, 16 December 2011

This is Project Kronos, which aims to provide the ability to install the XCP toolstack onto a pre-existing OS deployment.

An overview

Warnings - README

You need to read these warnings. If you don't, you could do serious damage to your system, leave it unbootable, be surprised when things don't work as you expect (or at all), and generally fail to create World Peace[tm]. And that would be a pity.

An important note: don't be tempted to install any kernel (via apt, for instance) which ends in "-virtual" during this process. Such kernels are intended to run as Guests (that is, "VMs"), and are not configured to be used as the Dom0 kernel. You will run into particular problems if you try this on a system which uses an Nvidia card, as the nvidia-current drivers do not currently seem to compile against these kernels, and you will therefore not be able to start X correctly. Given the standard Oneiric start up and splash screens, this isn't a particularly easy problem to fix, so avoid it in the first place!

Another important note: the instructions on this page assume that:

  • you know what you are doing with Linux, and are able to repair any issues that might arise as a result of following (or mis-following...) the instructions;
  • you are running as root. If you don't know what this entails, then see 1. above, and seek further help from the community before proceeding.

A couple of network-related notes

  1. XAPI expects to run in a clean environment, and listens on ports 80 and 443. If you're running anything else on these ports (typically Apache/Apache2), then you're likely to have problems.
  2. There is a known bug (which needs to be fixed) which means that in certain circumstances when you are using VPN software (e.g. when you have a tun0 interface listed in ifconfig), xapi will fail. Please ensure that you remove all such software before attempting to run xcp-xapi.

Installing on a Debian-based distribution

Kronos has so far provided the capability to install the XCP toolstack Debian-based (.deb) distributions. Instructions currently exist for the following:

  • Debian Squeeze
  • Ubuntu Oneiric Ocelot (11.10)

If you have managed to install the XCP toolstack on any other distributions or versions, please let us know or edit/add the relevant pages.

XCP toolstack on a Debian-based distribution provides detailed instructions for:

  • Debian Squeeze
  • Ubuntu Oneiric Ocelot (11.10)

Using XCP - preparing the toolstack

Using XCP - preparing the toolstack