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

Re: [Xen-users] Live migration

To: "xen >> \"xen-users@xxxxxxxxxxxxxxxxxxx\"" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Live migration
From: Jamon Camisso <jamonation@xxxxxxxxx>
Date: Thu, 13 May 2010 09:53:29 -0400
Delivery-date: Thu, 13 May 2010 06:57:00 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=BqlAUI8iuD7nNW56D5o19YWtTK6qYpVedrn1jRClDMY=; b=OjJg9MC4NTKXoFyNdBnmwVm9oPenOXnAhAJS91/Pbfao9RkzMWFYqkktBNc55pK+FL jhZR3UpOARPEpznPnuixLWgq0YfOFodsluvgnI7f/W3ZPsSzSfdDevkevOoH7cLu26+1 j5hZ0F8AXocumALKjP2hXE7uV6rnwHtvcAnYs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=baY17xsfZBG6/dc+5jzvDg2c8emYt54NzKRGqbMIwsHFo3CwNgyvz/NBEGH4EOb+3V rOlJvD0Vbg8cloGi1WMLQKMTFZIuzX6ymSQJcjbJdq9X4jd4mAjeH1+Y0HmWx7PU3rN0 vvUCJ7eERMpmaBiU5mOULNhcxGHmc+Ps61IGE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTim-ADhpCV_ZFHvCOxiW_ltoOtb8CfX388eITapw@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTim-ADhpCV_ZFHvCOxiW_ltoOtb8CfX388eITapw@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100504 Thunderbird/3.0.5pre
On 05/13/2010 09:46 AM, alex wrote:
> Hi everyone. Any have live migration?
> xm migrate -l -p 8002 vps01002 *.*.64.163
> Error: (107, 'Transport endpoint is not connected')
<snip>
> (xend-unix-server yes)
> (xend-unix-path /var/lib/xend/xend-socket)
> (xend-relocation-server yes)
> (xend-relocation-port 8002)
> (xend-relocation-address '')
> (xend-relocation-hosts-allow '')

3 things. First, do you have a relocation address (the ip where xend
listens for migrations) set on the target host? Second, make sure you
allow the current dom0 to use the target dom0 in the
xend-relocation-hosts-allow directive (ip address, set it on the target
dom0). Third, make sure iptables isn't blocking port 8002 on both hosts.

Jamon

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

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