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/01/28 13:45] gcooper |
virtualization:xenserver:xenserver_migration [2017/04/12 13:56] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== XenServer Migration ====== | + | ====== XenServer Migration |
http:// | http:// | ||
Line 20: | Line 20: | ||
http:// | http:// | ||
+ | ===== Migration to a New Pool ===== | ||
+ | See also **[[computing: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | :!: In the following commands, it is **necessary to configure SSH keys** for password-less access (one direction) prior. | ||
+ | |||
+ | 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 ==== | ||
+ | |||
+ | :!: VMs must be **shut down** before transferring with these commands. | ||
+ | |||
+ | :!: Add '' | ||
+ | |||
+ | CLI example, as '' | ||
+ | |||
+ | < | ||
+ | xe vm-export uuid=< | ||
+ | </ | ||
+ | |||
+ | ==== Transfer Two VMs from One Pool to Another ==== | ||
+ | |||
+ | < | ||
+ | xe vm-export uuid=< | ||
+ | </ | ||
+ | |||
+ | ==== Transfer a Template and a VM from One Pool to Another ==== | ||
+ | |||
+ | < | ||
+ | xe template-export template-uuid=< | ||
+ | </ | ||
+ | |||
+ | ===== Export/ | ||
+ | |||
+ | < | ||
+ | xe vm-export vm=" | ||
+ | |||
+ | xe vm-import filename="/ | ||
+ | </ |