WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] migrating domU from one dom0 to another dom0 error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] migrating domU from one dom0 to another dom0 error
From: zHihaO <zhihao@xxxxxxx>
Date: Wed, 19 Apr 2006 15:51:39 +0800
Delivery-date: Wed, 19 Apr 2006 00:52:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Hi all,

I tried to migrate a domain from 1 server to the other one. This is what I did...

clever2:/var/log# xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0      512     4 r-----    95.7
clever2vm01                        3      128     1 -b----    10.1


clever2:/var/log# xm migrate  clever2vm01 10.0.0.36
Error: Received invalid response from Xend, twice.
clever2:/var/log#

clever2:/var/log# xm migrate 3 10.0.0.36
Error: Received invalid response from Xend, twice.
clever2:/var/log#


I got the invalid response message. Can anyone point me in a right direction to make things work?

Heres my machine config :

debian sarge

xen 3.01, 2.6.12.6-xen0

Running LVMs on top of raid 1 for my xen domains.

Can anyone point me in the right direction please?

Here are the logs from my xend-dedug.log...

error: (104, 'Connection reset by peer')
Exception in thread Thread-19:Traceback (most recent call last):
 File "/usr/lib/python2.3/threading.py", line 442, in __bootstrap
   self.run()
 File "/usr/lib/python2.3/threading.py", line 422, in run
   self.__target(*self.__args, **self.__kwargs)
 File "/usr/lib/python/xen/web/httpserver.py", line 61, in main
   self.call()
 File "/usr/lib/python/xen/web/httpserver.py", line 57, in call
   self.req.resultErr(ex)
 File "/usr/lib/python/xen/web/httpserver.py", line 53, in call
   self.fn(*self.args, **self.kwds)
File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 95, in do_migrate
   return fn(req.args, {'dom': self.dom.domid})
 File "/usr/lib/python/xen/xend/Args.py", line 166, in __call__
   return self.call_with_form_args(self.fn, fargs, xargs=xargs)
 File "/usr/lib/python/xen/xend/Args.py", line 138, in call_with_form_args
   return fn(*params, **keys)
 File "/usr/lib/python/xen/xend/XendDomain.py", line 410, in domain_migrate
   sock.recv(80)
error: (104, 'Connection reset by peer')


Best regards,
Zhihao

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>