Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Migration from one HN to another

3 bytes removed, 07:13, 19 March 2008
m
Robot: Cosmetic changes
The vzmigrate script is used to migrate a Virutal Environment from one Hardware Node to another.
You first have to setup SSH to permit the old HN to be able to login to the new HN without a password prompt. Run the following on the old HN.
<pre>[root@OpenVZ ~]# ssh-keygen -t rsa
Here's a simple shell script that will migrate each container one after another. Just pass the destination host node as the single argument to the script. Feel free to add the -v flag to the vzmigrate flags if you'd like to see it execute with the verbose option:
<pre>#!/bin/bash
2,253
edits