Migrates a virtual machine from one server to another.
Syntax.
prlctl migrate [<source_server>/]
<VM_name> <destination_server>[/<VM_name>]
[--dst=<path>] [--keep-src|--remove-src] [--changesid] [--no-compression]
[--no-tunnel] [--ssh <options>]
Table 4.9. Options
Name | Description |
---|---|
| The source virtual machine name. |
| The source server information. Use the following format to specify this info: |
| The destination server information. If omitted, the migration will be performed locally. Use the following format to specify this info: |
| Name and path of the directory on the destination server where the virtual machine files should be stored. |
| Do not remove the original VM from the source server. Cannot be used together with |
| Remove the original VM from the source server. Enabled by default. Cannot be used together with |
| Changes the resulting virtual machine SID. |
| Disable data compression during migration. |
| Disables connection tunneling for migration. Connection tunneling provides secure data transmission. The option works only for VM live migration. |
| Additional options to pass to NoteNote: Do not specify the destination server hostname or IP address as an |