This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_migration [2017/02/26 10:29] gcooper |
virtualization:xenserver:xenserver_migration [2017/04/12 13:56] (current) gcooper |
||
---|---|---|---|
Line 26: | Line 26: | ||
https:// | https:// | ||
- | :!: In the following commands, it is **required | + | :!: In the following commands, it is **necessary |
+ | |||
+ | Using these commands, VMs are transferred (actually, exported and imported) directly from one ' | ||
+ | |||
+ | This process will **monopolize Management network bandwidth** for a good long while, affecting/ | ||
+ | |||
+ | Exporting, then importing will **flatten (coalesce) all VHD chains** in the process...a wonderful thing. | ||
==== Transfer a VM from One Pool to Another ==== | ==== Transfer a VM from One Pool to Another ==== | ||
Line 32: | Line 38: | ||
:!: VMs must be **shut down** before transferring with these commands. | :!: VMs must be **shut down** before transferring with these commands. | ||
- | CLI example: | + | :!: Add '' |
+ | |||
+ | CLI example, as '' | ||
< | < | ||
- | xe template-export | + | xe vm-export uuid=<vm-uuid> filename= | ssh root@< |
</ | </ | ||
Line 45: | Line 53: | ||
==== Transfer a Template and a VM from One Pool to Another ==== | ==== Transfer a Template and a VM from One Pool to Another ==== | ||
- | |||
- | CLI example: | ||
< | < | ||
xe template-export template-uuid=< | xe template-export template-uuid=< | ||
+ | </ | ||
+ | |||
+ | ===== Export/ | ||
+ | |||
+ | < | ||
+ | xe vm-export vm=" | ||
+ | |||
+ | xe vm-import filename="/ | ||
</ | </ |