xen-tools 4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News xen-tools 4.1 (Default branch)
# 1  
Old 01-12-2009
xen-tools 4.1 (Default branch)

xen-tools is a collection of scripts that allowyou to manipulate virtual images for the Xenvirtualization software. With the tools installed,you may create new instances of Debian, completewith networking, OpenSSH, and user accounts, withone simple command. Images may also be easilyupdated, listed, or deleted. License: GNU General Public License (GPL)Changes:
This release updates the creation of Xen guests that are installed upon physical volumes, and corrects numerous other minor issues.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XEN-LIST-IMAGES(8)					 Perl Programmers Reference Guide					XEN-LIST-IMAGES(8)

NAME
xen-list-images - List all the created and configured Xen images. SYNOPSIS
xen-list-image [options] Help Options: --help Show this scripts help information. --manual Read this scripts manual. --version Show the version number and exit. Testing options: --test Specify an alternate Xen configuration directory. OPTIONS
--help Show the scripts help information. --manual Read the manual. --test This flag causes the script to load the Xen configuration files from a different directory than the default of /etc/xen. --version Show the version number and exit. DESCRIPTION
xen-list-images is a simple script which will display all the Xen images which have been created. This works by iterating over all files matching the pattern /etc/xen/*.cfg which is what the xen-create-image script would create. For each instance which has been created we'll display the name, and then either the IP address configured, or "DHCP" to denote a dynamic host. TODO
It should be possible to determine the disk(s) used by the images, and then display their sizes. AUTHORS
Steve Kemp, http://www.steve.org.uk/ StA~Xphane Jourdois LICENSE
Copyright (c) 2005-2009 by Steve Kemp, (c) 2010 by The Xen-Tools Development Team. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. 4.3.1 2012-06-30 XEN-LIST-IMAGES(8)