xen-tools project is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software.
With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted.
· Ключевые особенности и характеристики xen-tools 3.4
· Create new Xen instances of Debian Sarge, in minutes. (xen-create-image)
· Duplicate an existing image, whilst updating the networking information. (xen-duplicate-image)
· List all existing images with their networking details (xen-list-images)
· Delete previously created instances. (xen-delete-image)
· Update the images you've created with apt-get, without booting them. (xen-update-image)
Creating A New Image:
The script will contains a full manual written using the perl documentation system, perldoc, which you can read by executing:
xen-create-image --manual
This manual describes the operation of the script, and the supported options. (Each of the available options may be setup in a configuration file for ease of use.)
As a very simple example the following command willcreate an image using DHCP to obtain its networking information. The primary disk will 2Gb with 128Mb memory and swap:
If you wish to give the instance a static IP address then provide the information with the following flags:
--ip
The IP address to give the instance.
--gateway
The IP address of the gateway machine.
--broadcast
The broadcast address to use.
--network
The network the image is upon.
--netmask
The netmask to use.
· Ограничения xen-tools 3.4
Ограничения не определены
· Специальные требования xen-tools 3.4
Специальные требования не определены
· История версий и изменений xen tools
Версия: xen-tools 3.4
· This release includes a more flexible configuration file, which allows you to expand the output of commands.
· Additionally generated Debian guests will now be configured with an identical system locale to that of the Xen dom0.
· Описание и дополнения от редакторов и пользователей сайта