debian man page for dtc-xen_migrate

Query: dtc-xen_migrate

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
dtc(1) - debian
dtc-xen_migrate(8) - debian
dtc_install_centos(8) - debian
xen-delete-image(8) - debian
ocf_heartbeat_xen(7) - suse
Similar Topics in the Unix Linux Community
Script portability
please help in rsync
Adding a new rsync service
How to provide password for rsync in shell script?
UNIX scripting