[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] xm migrate - Error: can't connect: [Errno 111] Connection refused
I think by default xend only binds the relocation service on the loopback interface.You can check this using netstat on the target dom0.
regrads. 2012/11/1 Eric <epretorious@xxxxxxxxx>
When I attempt to migrate a VM from one host to another (sles-xen-2 -> sles-xen-1) I get the error message:
> sles-xen-2:~ # xm migrate --live SLES-11-SP2-1 192.168.1.3
> Error: can't connect: [Errno 111] Connection refused
> ...
What might be the problem? FWIW: I've already verified that iptables rules have been cleared and that xend does not have any ports open on the recieving host:
> sles-xen-1:~ # ifconfig bond0
> bond0 Link encap:Ethernet HWaddr 00:30:48:87:22:C8
> inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
> ...
> UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
>
> sles-xen-1:~ # iptables -L
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
>
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
>
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
> sles-xen-1:~ # netstat -tanp | grep xen
>
Eric Pretorious
Truckee, CA
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|