man xen-delete-image (Administration système) - Delete a previously created Xen instance.

NAME

xen-delete-image - Delete a previously created Xen instance.

SYNOPSIS

  xen-delete-image [options] imageName1 imageName2 ... imageNameN

  Help Options:
   --help     Show help information.
   --manual   Read the manual for this script.
   --version  Show the version information and exit.

  General options:
   --dir      Specify where the output image was saved.

  Testing options:
   --test     Don't complain if we're not invoked by root.

OPTIONS

--dir Specify the output directory where image were previously saved.
--help Show help information.
--manual Read the manual for this script.
--test Don not complain, or exit, if the script is not executed by root.
--version Show the version number and exit.

DESCRIPTION

  xen-delete-image is a simple script which allows you to delete
 Xen instances which have previously been created with the
 xen-create-image script.

  You must be root to run this script as it removes the Xen configuration
 file from /etc/xen.

AUTHOR

 Steve
 --
 http://www.steve.org.uk/

 $Id: xen-delete-image,v 1.14 2006/01/07 23:23:12 steve Exp $

LICENSE

Copyright (c) 2005 by Steve Kemp. 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.

readConfigurationFile

  Read the configuration file specified.

parseCommandLineArguments

  Parse the arguments specified upon the command line.

deleteXenImage

  Delete the named image, and the corresponding configuration file
 from /etc/xen.