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] Re: Failed to migrate, connection rejected -- Please ignore

To: Wei Kong <Wei.Kong@xxxxxxx>
Subject: [Xen-users] Re: Failed to migrate, connection rejected -- Please ignore
From: Wei Kong <Wei.Kong@xxxxxxx>
Date: Tue, 28 Mar 2006 13:45:42 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 29 Mar 2006 14:01:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4429AC3D.2050809@xxxxxxx>
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>
References: <4429AC3D.2050809@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mail/News 1.5 (X11/20060315)
Sorry, I just found out the solution. I had to set

(xend-relocation-hosts-allow '')

and comment out the following line
#(xend-relocation-hosts-allow '^localhost$')

Wei Kong wrote:
Hi ,

I have two redhat boxes on the same subnet installed with xen3.0. There is a shared disk drive attached to them. I have a guest domain installed on the shared drive. But I can't seem to migrate between the two nodes, or even to the localhost.

[root@host2 xen]# xm migrate 21 host3
Error: Received invalid response from Xend, twice.

On the target host, I got the following error in xend.log

[2006-03-28 13:27:58 xend] WARNING (tcp:73) Rejected connection from 192.168.64.2:53905 (host2) for port 8003. [2006-03-28 13:28:03 xend] WARNING (tcp:73) Rejected connection from 192.168.64.2:53906 (host2) for port 8003.

the xend-config.sxp file on both nodes have the following setting

(xend-relocation-server yes)
# Port xend should use for the relocation interface, if xend-relocation-server
# is set.
(xend-relocation-port 8003)
(xend-relocation-address '')

the default xend-relocation-port is 8002, but I can't start both xend and xfrd on port 8002. So I had to change the default for xend to 8003.

Did I miss anything here,

Thanks,
Wei

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

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