|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] question for migrate
HyunSung Jang wrote:
hello,
what i'm tring to is migrate domU to another dom0.
i have 2 identical same machine Dell PE1950 which is node1 and node2.
(intel Xeon E5345 quad * 2 / 8G ram)
both installed centos 5.1 and running kernel 2.6.18-53.1.13.el5xen
here is domU's conf
--------------------------------
name = "test"
memory = 1024
disk = [ 'phy:/dev/sda5,xvda,w', ]
vcpus = 8
bootloader="/usr/bin/pygrub"
vif = [ 'bridge=xenbr0,mac=00:16:3E:00:00:13' ]
on_reboot = 'restart'
on_crash = 'restart'
and i executed like this.
------------------------------------
node1# xm migrate -l test node2
after a while, migration was done, and i can see everything
sucessfully moved to node2.
but domU is not working properly. when i looked xm console in node2,
only message that i can see was
many lines of "soft lockup detected in CPU#"..
How did you made the storage for the guest (/dev/sda5) available on
node2? Is this and ISCSI or san partition?
--Sadique
anybody can help me?
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|