Hello,
I''m runnning xen-3.0_7608-2.1 on an Opensuse installation.
I''ve seen the
thread before on this and enabled
(xend-address '''')
(xend-relocation-address '''')
in /etc/xen/xend-config.sxp.
But migration still does not work. If I try to migrate a domain it vanishes
from the xm list but is somehow still alive (it''s pingable but stops
and
refuses ssh connections).
What else am I missing?
TIA -- Peter
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 256 1 r----- 29.7
xen2 2 255 1 -b---- 15.5
xen5 3 255 1 -b---- 15.7
xen1 5 255 1 -b---- 15.1
# xm migrate xen2 127.0.0.1
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 256 1 r----- 32.3
xen5 3 255 1 -b---- 15.7
xen1 5 255 1 -b---- 15.1
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 256 1 r----- 33.0
xen5 3 255 1 -b---- 15.7
xen1 5 255 1 -b---- 15.2
# xm info xen2
system : Linux
host : itahpi26
release : 2.6.13-15e-xen
version : #1 Fri Nov 4 08:27:50 UTC 2005
machine : i686
nr_cpus : 4
nr_nodes : 1
sockets_per_node : 2
cores_per_socket : 1
threads_per_core : 2
cpu_mhz : 3053
hw_caps : bfebfbff:00000000:00000000:00000080:00004400
memory : 2047
free_memory : 1251
xen_major : 3
xen_minor : 0
xen_extra : _7608-2.1
xen_caps : xen_3.0_x86_32
xen_params : virt_start=0xfc000000
xen_changeset : Wed Nov 2 11:12:30 2005 +0100 7608:76fbcb25d174
cc_compiler : gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
cc_compile_by : abuild
cc_compile_domain : suse.de
cc_compile_date : Mon Nov 7 00:21:44 UTC 2005
--
Peter.Weiss@consol.de ConSol* Software GmbH
Phone +49 89 45841-100 Consulting & Solutions
Mobile +49 177 6040121 Franziskanerstr. 38
http://www.consol.de D-81669 München
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
On Nov 17 2005 Peter Weiss <Peter.Weiss@consol.de> wrote:> Hello, > > I''m runnning xen-3.0_7608-2.1 on an Opensuse installation. I''ve seen the > thread before on this and enabled > > (xend-address '''') > (xend-relocation-address '''') > > in /etc/xen/xend-config.sxp. > > But migration still does not work. If I try to migrate a domain it vanishes > from the xm list but is somehow still alive (it''s pingable but stops and > refuses ssh connections). > > What else am I missing? >Some additional information from xend.log -- I''m no python expert, don''t know what''s wrong at linx 1168 in XendDomain.py... Peter 2005-11-17 15:29:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:614) Storing domain details: {''console/port'': ''2'', ''name'': ''xen2'', ''console/limit'': ''1048576'', ''vm'': ''/vm/3e37094d-a393-0f38-051b-2fe1dd5ddb00'', ''domid'': ''5'', ''cpu/0/availability'': ''online'', ''memory/target'': ''261120'', ''store/port'': ''1''} [2005-11-17 15:29:37 xend] DEBUG (XendCheckpoint:139) [xc_restore]: /usr/lib/xen/bin/xc_restore 14 18 5 65536 1 2 [2005-11-17 15:29:38 xend.XendDomainInfo] DEBUG (XendDomainInfo:1164) XendDomainInfo.destroyDomain(4) [2005-11-17 15:29:38 xend.XendDomainInfo] DEBUG (XendDomainInfo:1156) XendDomainInfo.destroy: domid=5 [2005-11-17 15:29:39 xend.XendDomainInfo] DEBUG (XendDomainInfo:1164) XendDomainInfo.destroyDomain(5) [2005-11-17 15:29:39 xend.XendDomainInfo] ERROR (XendDomainInfo:1170) XendDomainInfo.destroy: xc.domain_destroy failed. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1168, in destroyDomain xc.domain_destroy(dom=self.domid) error: (3, ''No such process'') [2005-11-17 15:29:39 xend] ERROR (XendDomain:255) Restore failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 250, in domain_restore_fd return XendCheckpoint.restore(self, fd) File "/usr/lib/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 143, in restore forkHelper(cmd, fd, handler.handler, True) File "/usr/lib/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 209, in forkHelper raise XendError("%s failed" % string.join(cmd)) XendError: /usr/lib/xen/bin/xc_restore 14 18 5 65536 1 2 failed -- Peter.Weiss@consol.de ConSol* Software GmbH Phone +49 89 45841-100 Consulting & Solutions Mobile +49 177 6040121 Franziskanerstr. 38 http://www.consol.de D-81669 München _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
<Peter.Weiss <at> ConSol.de> writes:> > On Nov 17 2005 Peter Weiss <Peter.Weiss <at> consol.de> wrote: > > > Hello, > > > > I''m runnning xen-3.0_7608-2.1 on an Opensuse installation. I''ve seen the > > thread before on this and enabled > > > > (xend-address '''') > > (xend-relocation-address '''') > > > > in /etc/xen/xend-config.sxp. > > > > But migration still does not work. If I try to migrate a domain it vanishes > > from the xm list but is somehow still alive (it''s pingable but stops and > > refuses ssh connections).Hi, sorry this is no answer to your question but instead another question. Did you experience any networking problems with these xen rpms (xen-3.0_7608-2.1)? Did networking in domU work out of the box? On my OpenSUSE installation using the same rpms xen works but I get no vifX.X in dom0 resulting in not having network ind the domU. Dirk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Nov 18 2005 Dirk Estreng <dirk.estreng@gmx.de> wrote:> <Peter.Weiss <at> ConSol.de> writes: > >> >> On Nov 17 2005 Peter Weiss <Peter.Weiss <at> consol.de> wrote: >> >> > Hello, >> > >> > I''m runnning xen-3.0_7608-2.1 on an Opensuse installation. I''ve seen the >> > thread before on this and enabled >> > >> > (xend-address '''') >> > (xend-relocation-address '''') >> > >> > in /etc/xen/xend-config.sxp. >> > >> > But migration still does not work. If I try to migrate a domain it vanishes >> > from the xm list but is somehow still alive (it''s pingable but stops and >> > refuses ssh connections). > > Hi, > > sorry this is no answer to your question but instead another question. Did you > experience any networking problems with these xen rpms (xen-3.0_7608-2.1)? > > Did networking in domU work out of the box? > > On my OpenSUSE installation using the same rpms xen works but I get no vifX.X in > dom0 resulting in not having network ind the domU. > > [...]Hi, no, on my site there were no problems so far. Just downloaded Opensuse 10 CD''s, installed and patched them. After that I installed the 7608 rpms. The next reboot started Dom0 with full network support. Be sure to disable powersaved and enable xend as described on: http://www.opensuse.org/Installing_Xen3 the Installation with yast dirinstall did not work for me. I just copied the existing distribution. Hth -- Peter -- Peter.Weiss@consol.de ConSol* Software GmbH Phone +49 89 45841-100 Consulting & Solutions Mobile +49 177 6040121 Franziskanerstr. 38 http://www.consol.de D-81669 München _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users