Comments on How To Do Live Migration Of OpenVZ Containers
How To Do Live Migration Of OpenVZ Containers This guide explains how you can do a live migration of an OpenVZ container from one OpenVZ host to the other. Both OpenVZ hosts are running on Debian Lenny in this article, but the live migration does not differ on other distributions.
3 Comment(s)
Comments
After each VM migration complete, would be good running any command or script which will redirect old server VM request to a new server?
there's a program called ssh-copy-id that does the same thing as the keyput script. It's usually built in to the OS by default. Very easy.. you need a key first, so ssh-keygen to create a key. Then, ssh-copy-id [email protected]
Much easier!
Hello Falko, how can I migrate OpenVZ containers to Hyper V? there is a way?