Child pages
  • Xen

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Toolstacks (a.k.a toolkits and toolboxes)

There are several toolstacks A toolstack is a set of user-space tools used for adminstering Xen.

Several toolstacks are available for the personal interactive or scripted administration of Xen resources.

...

Creating Debian DomUs

debootstrap

TODO: determine if it creates a new installation based on the existing installation (that would not be desirable if we want to have all our Debians as standard and the Dom0 is a Hetzner customised Debian).

TODO: determine whether debootstrap's single repo limitation would be significant for us.

References:

...

Installs into a chroot.  Can use only one repository (which may be a local cache).

References:

Debian installer

Is "Debian installer" is the standard Debian installation methodsystem; it supports installation of standard Debian as a Xen PV.Note:

Info
titlePre-seeding

If we use either of the Debian installer methods, pre-seeding would be advantageous both for creating installations that differ only as intended and – more importantly – to accelerate re-installation during disaster recovery.  This might be very useful for all Debian and ubuntu installations, not just DomUs.

...

Reference: http://www.debian.org/releases/stable/amd64/apb.html.en.

...

Actually FAI (http://fai-project.org/ and BLUE-1325) is the way to go but it will take too long to familiarise with it.

Even pre-seeding is non-trivial so decided not to delay the first installation by using it.

References:

...

http://www.debian.org/releases/stable/amd64/ch04s05.html.en

.iso image

...

Installing from a .iso image is the method we are most familiar with so a good choice, at least for the first DomUs.

Info
titleInstallation method decision

24 July 2014

Decided to install from a .iso rather than any of the other choices because:

  • We are already familiar with it
  • Having no integration into the Xen architecture, we will learn more about Xen during the domU process.

xen-create-image (from xen-tools)

xen-create-image is part of the xen-tools package.  TODO: does it build the image from Dom0's OS?  If so we might prefer not to use it because Dom0 was installed from the Hetzner Debian image and an uncustomised Debian may be preferable.

 

 

When creating Debian systems it uses debbootsrap (described above).

Troubleshooting

TODO: integrate the next para.

...