vm-image-manage 0.0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News vm-image-manage 0.0.3 (Default branch)
# 1  
Old 02-18-2008
vm-image-manage 0.0.3 (Default branch)

Imagevm-image-manage is a simple script for managing asmall cluster of Xen virtual machines on a singlehost with one command. It's optimized forrepeatedly restarting a virtual machine slot withan image. It features templates for Xenconfiguration files. It speeds the import andexport of Xen images to tgz archives. It speedsfrequent redeployment with rsync. It managesmounting domains when the VM is down andun-mounting when the domain is launched.License: Mozilla Public License (MPL)Changes:
The configuration file format was changed back toini files. Now you can specify multiple boxes onthe command line. The program now unmounts bydevice (rather than by mount point) per virtualmachine templates.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dtc-xen_migrate(8)					      System Manager's Manual						dtc-xen_migrate(8)

NAME
dtc-xen_migrate - migrate a VPS to another Xen server SYNOPSIS
LOCAL_VPS_ID DESTINATION_HOSTNAME [ DEST_VPS_ID ] DESCRIPTION
dtc-xen_migrate This shell script is a part of the dtc-xen package that is to be used by the dtc panel to manage a Xen VPS server. Note that you need rsync in both the source and the destination dom0. This script is used to move the content of a Xen virtual machine (VM) managed with dtc-xen to another Xen server of the same type. The VM destination will first be prepared, then the local VM will be shut down, then it's content will be transfered over using rsync. Note that this is NOT a live migration, and down time of approximatively the time needed for the rsync will occure. PARAMETERS
LOCAL_VPS_ID The DTC-Xen id of the VM, from 00 to 99. DESTINATION_HOSTNAME Destination Xen server hostname to migrate to. DEST_VPS_ID Destination DTC-Xen id of the VM, from 00 to 99. EXAMPLE
dtc-xen_migrate 19 alpha.example.com 21 This will migrate the content of xen19 on the local machine to the destination server alpha.example.com using xen21 as VM name. SEE ALSO
dtc_reinstall_os(8), dtc_kill_vps_disk(8) dtc-xen_migrate(8)