Weblog entry #56 for Steve
Since writing a quick tool to create Xen images for the introduction to Xen article the script has undergone significant changes.
Goaded by Radu Spineanu there will shortly be a package uploaded to Debian Unstable. (He will maintain it, and I'll be co-maintainer.) Once it lands in unstable I'll host a Sarge backport at my apt-get repository for Sarge.
The new script(s) can:
- Create Xen images of Debian Sarge, complete with networking setup + OpenSSH.
- Delete Xen images.
- Run "apt-get update && apt-get upgrade" on unmounted/offline images.
- Clone an existing image into a new instance - updating the network setup so the new image gets a distinct IP address.
Find it at the xen-tools homepage, via the freshmeat listing, or look at the xen-tools CVS repository.
Enough spamming, back to sleep now ..
Comments on this Entry
[ Send Message | View sebastian's Scratchpad | View Weblogs ]
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Thanks.
I think when I'm working again I'll certainly be looking for opportunities to use it in production, so far testing indicates it works very nicely for the things I've tried.
I love the ability to migrate a running machine to a completely different host!
[ Parent | Reply to this comment ]
[ Send Message | View sebastian's Scratchpad | View Weblogs ]
For a company where I work for they have VMWare GSX servers for the Citrix envirement. It's very easy expanding and migrating :) Saves us a lot of time.
Cheers, Sebastian
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
No problem. It really is just a tiny archive of stuff that I found useful for me. If other people use it then so much the better.
I think I'm listed upon apt-get.org, but it has been a while so I'm not 100% sure.
[ Parent | Reply to this comment ]
Since I try it, i mostly use LVM on servers and i put my xen domU-s on it, so if xen-tools can use it... better...
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
There is no support for LVM at this time, only files. As is noted in the TODO section of the README file.
I don't have access to a system with both LVM + Xen upon it. If I did I would add it - in the meantime anybody who contributes support will be my new best friend ;)
[ Parent | Reply to this comment ]