KVM study notes - Static Migration

The static migration process is as follows

(1) determining the off state VM

 

 

(2) oeltest02 preparing to migrate a virtual machine to see if the virtual machine configuration disk file

 

 

(3) import virtual machine configuration file

[root@node1~]# virsh dumpxml oeltest02 > /root/oeltest02.xml

  

p_w_picpath

 

(4) copies the configuration files to the target virtual host.

p_w_picpath

(5) Check the virtual machine disk files and copied to the target virtual host.

p_w_picpath

A copy of the virtual disk file

p_w_picpath

3. On the target virtual host

As already virtual machine disk files and configuration files have been copied to the target virtual host. Let's start with boot configuration.

(1) view the target virtual host environment.

p_w_picpath

View virtual machine disk files, directory structure is consistent with the source virtual hosts.

p_w_picpath

(2) the definition of registered Web Hosting

p_w_picpath

(3) Start the virtual host and confirm

p_w_picpath

At this point the static virtual machine migration is complete.

Guess you like

Origin www.cnblogs.com/saryli/p/11816097.html