Hello, We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM and heartbeat, that can do live migration. I wrote up some details here: http://te.to/~ts1/xen_cluster.html I''d like to say thank you to all the people writing these great software. -- Takeshi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi I have made migration live in xen-3.0.2 successfully, by uncommenting : (xend-por 8000) ; (xend-relocation-port 8002) ; (xend-address '''') ; (xend-relocation-address '''') in the file "xend-config.sxp", but when i try to do it in xen-3.0.3, it failed , [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live Error: (104, ''Connection reset by peer'') it seems what config is wrong, is it how should i modify the config-file ? or what should i do ,or are there some useful changes between xen-3.0.2 and xen-3.0.3? could anyone help me Thanks in advance Takeshi Sone 写道:> Hello, > > We have successfully implemented a 2-node HA Xen cluster with DRBD, LVM > and heartbeat, that can do live migration. > > I wrote up some details here: > http://te.to/~ts1/xen_cluster.html > > I''d like to say thank you to all the people writing these great software. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I think you must set "xend-relocation-hosts-allow" to an empty string in your dom0s "xend-config.sxp" files. xen-users-bounces@lists.xensource.com a ?crit sur 15/01/2008 10:34:18 :> hi > I have made migration live in xen-3.0.2 successfully, by uncommenting : > (xend-por 8000) ; (xend-relocation-port 8002) ; (xend-address '''') ; > (xend-relocation-address '''') in the file "xend-config.sxp", but when i > try to do it in xen-3.0.3, it failed , > [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live > Error: (104, ''Connection reset by peer'') > > it seems what config is wrong, is it > > how should i modify the config-file ? or what should i do ,or are there > some useful changes between xen-3.0.2 and xen-3.0.3? > > could anyone help me > > Thanks in advance > > > > Takeshi Sone 写道: > > Hello, > > > > We have successfully implemented a 2-node HA Xen cluster with DRBD,LVM> > and heartbeat, that can do live migration. > > > > I wrote up some details here: > > http://te.to/~ts1/xen_cluster.html > > > > I''d like to say thank you to all the people writing these greatsoftware.> > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi thank you for your reply and I try to uncomment the "xend-relocation-hosts-allow" to an empty string in dom0s "xend-config.sxp" files, but it does not work, [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live Error: (104, ''Connection reset by peer'') I have uncommented (xend-por 8000) ; (xend-relocation-port 8002) ; (xend-address '''') ; (xend-relocation-address '''') ; (xend-relocation-hosts-allow '''') in the file "xend-config.sxp", but it does not work in xen-3.1.0 and I am sorry ,I have made migration successfully in xen-3.0.3, while failed in xen-3.1.0, and I am sorry for the mistake made in last letter any help? Thanks Alain BARTHE 写道:> > I think you must set "xend-relocation-hosts-allow" to an empty string > in your dom0s "xend-config.sxp" files. > > xen-users-bounces@lists.xensource.com a écrit sur 15/01/2008 10:34:18 : > > > hi > > I have made migration live in xen-3.0.2 successfully, by uncommenting : > > (xend-por 8000) ; (xend-relocation-port 8002) ; (xend-address '''') ; > > (xend-relocation-address '''') in the file "xend-config.sxp", but when i > > try to do it in xen-3.0.3, it failed , > > [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live > > Error: (104, ''Connection reset by peer'') > > > > it seems what config is wrong, is it > > > > how should i modify the config-file ? or what should i do ,or are there > > some useful changes between xen-3.0.2 and xen-3.0.3? > > > > could anyone help me > > > > Thanks in advance > > > > > > > > Takeshi Sone 写道: > > > Hello, > > > > > > We have successfully implemented a 2-node HA Xen cluster with > DRBD, LVM > > > and heartbeat, that can do live migration. > > > > > > I wrote up some details here: > > > http://te.to/~ts1/xen_cluster.html > > > > > > I''d like to say thank you to all the people writing these great > software. > > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi thank you for your reply and I try to uncomment the "xend-relocation-hosts-allow" to an empty string in dom0s "xend-config.sxp" files, but it does not work, [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live Error: (104, ''Connection reset by peer'') I have uncommented (xend-por 8000) ; (xend-relocation-port 8002) ; (xend-address '''') ; (xend-relocation-address '''') ; (xend-relocation-hosts-allow '''') in the file "xend-config.sxp", but it does not work in xen-3.1.0 and I am sorry ,I have made migration successfully in xen-3.0.3, while failed in xen-3.1.0, and I am sorry for the mistake made in last letter any help? Thanks _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Do you have: (xend-relocation-server ''yes'') ? -- Keir On 16/1/08 06:49, "tgh" <tianguanhua@ncic.ac.cn> wrote:> hi > thank you for your reply > and I try to uncomment the "xend-relocation-hosts-allow" to an empty > string in dom0s "xend-config.sxp" files, but it does not work, > > [root@amdvt02 xen]# xm migrate dom1 192.168.150.23 --live > Error: (104, ''Connection reset by peer'') > > I have uncommented (xend-por 8000) ; (xend-relocation-port 8002) ; > (xend-address '''') ; (xend-relocation-address '''') ; > (xend-relocation-hosts-allow '''') in the file "xend-config.sxp", but it > does not work in xen-3.1.0 > > > and I am sorry ,I have made migration successfully in xen-3.0.3, while > failed in xen-3.1.0, and I am sorry for the mistake made in last letter > > any help? > > Thanks > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel