Hi All, I have searched for a bit and haven''t found anything. I am having an issue with DomU''s persisting (even after a reboot) that aren''t running, and can''t be destroyed. Problem is I cant create one with the same name either. This is Xen 3.3.0 on Centos 5.2. [root@COBRA1 ~]# xm list Name ID Mem VCPUs State Time(s) CentOS4.7 512 1 0.0 Domain-0 0 832 8 r----- 81.4 andy.centos.dev 1024 1 0.0 andy.freebsd.dev 1 1024 2 r----- 30.1 barbara.centos.dev 5 1024 2 -b---- 21.3 barbara.freebsd.dev 6 1024 2 -b---- 68.6 dave.dev 2 1024 2 -b---- 0.4 germain.centos.dev 7 1024 2 -b---- 19.7 shanna.centos.dev 3 1024 2 -b---- 1.3 stephen.dev 4 1024 2 -b---- 0.4 xm destroy leaves the xm still in xm list. [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev Using config file "/etc/xen/auto/andy.centos.dev". Error: VM name ''andy.centos.dev'' already exists The rest of these are set up the same and work perfect. I''m sure its something I''m missing on my part though. Thanks! -=Tom -- View this message in context: http://www.nabble.com/DomU-can%27t-be-destroyed-tp20841610p20841610.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Tom,> I have searched for a bit and haven''t found anything. I am having an issue > with DomU''s persisting (even after a reboot) that aren''t running, and can''t > be destroyed. Problem is I cant create one with the same name either. This > is Xen 3.3.0 on Centos 5.2. > > [root@COBRA1 ~]# xm list......... > xm destroy leaves the xm still in xm list. > > [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev > Using config file "/etc/xen/auto/andy.centos.dev". > Error: VM name ''andy.centos.dev'' already existsthis domain is managed through xenstore.... # xm start andy.centos.dev "man xm" does not show this option, but "xm" does ... start Start a Xend managed domain ...> > > The rest of these are set up the same and work perfect. I''m sure its > something I''m missing on my part though. > > Thanks! > -=Tom >Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Halinka-5 wrote:> > Hi Tom, > >> I have searched for a bit and haven''t found anything. I am having an >> issue >> with DomU''s persisting (even after a reboot) that aren''t running, and >> can''t >> be destroyed. Problem is I cant create one with the same name either. >> This >> is Xen 3.3.0 on Centos 5.2. >> >> [root@COBRA1 ~]# xm list......... >> xm destroy leaves the xm still in xm list. >> >> [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev >> Using config file "/etc/xen/auto/andy.centos.dev". >> Error: VM name ''andy.centos.dev'' already exists > > this domain is managed through xenstore.... > > # xm start andy.centos.dev > > "man xm" does not show this option, but "xm" does > ... > start Start a Xend managed domain > ... > >> >> >> The rest of these are set up the same and work perfect. I''m sure its >> something I''m missing on my part though. >> >> Thanks! >> -=Tom >> > > Thomas > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >Thanks for the quick reply Thomas, I did the following. [root@COBRA1 ~]# xm start andy.centos.dev Xend has probably crashed! Invalid or missing HTTP status code. and ssh is now dead :-\. All the DomU''s are still up though..... The XM andy.centos.dev did not start. Thank god for remote reboot strips :) Any logs in particular I should post? I am fairly new to Xen. Thanks! -=Tom -- View this message in context: http://www.nabble.com/DomU-can%27t-be-destroyed-tp20841610p20843603.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Halinka-5 wrote:> > Hi Tom, > >> I have searched for a bit and haven''t found anything. I am having an >> issue >> with DomU''s persisting (even after a reboot) that aren''t running, and >> can''t >> be destroyed. Problem is I cant create one with the same name either. >> This >> is Xen 3.3.0 on Centos 5.2. >> >> [root@COBRA1 ~]# xm list......... >> xm destroy leaves the xm still in xm list. >> >> [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev >> Using config file "/etc/xen/auto/andy.centos.dev". >> Error: VM name ''andy.centos.dev'' already exists > > this domain is managed through xenstore.... > > # xm start andy.centos.dev > > "man xm" does not show this option, but "xm" does > ... > start Start a Xend managed domain > ... > >> >> >> The rest of these are set up the same and work perfect. I''m sure its >> something I''m missing on my part though. >> >> Thanks! >> -=Tom >> > > Thomas > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >Thanks for the quick reply Thomas, I did the following. [root@COBRA1 ~]# xm start andy.centos.dev Xend has probably crashed! Invalid or missing HTTP status code. and ssh is now dead :-\. All the DomU''s are still up though..... The XM andy.centos.dev did not start. Thank god for remote reboot strips :) Any logs in particular I should post? I am fairly new to Xen. Thanks! -=Tom -- View this message in context: http://www.nabble.com/DomU-can%27t-be-destroyed-tp20841610p20843670.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
tad1214 wrote:> > > > Thomas Halinka-5 wrote: >> >> Hi Tom, >> >>> I have searched for a bit and haven''t found anything. I am having an >>> issue >>> with DomU''s persisting (even after a reboot) that aren''t running, and >>> can''t >>> be destroyed. Problem is I cant create one with the same name either. >>> This >>> is Xen 3.3.0 on Centos 5.2. >>> >>> [root@COBRA1 ~]# xm list......... >>> xm destroy leaves the xm still in xm list. >>> >>> [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev >>> Using config file "/etc/xen/auto/andy.centos.dev". >>> Error: VM name ''andy.centos.dev'' already exists >> >> this domain is managed through xenstore.... >> >> # xm start andy.centos.dev >> >> "man xm" does not show this option, but "xm" does >> ... >> start Start a Xend managed domain >> ... >> >>> >>> >>> The rest of these are set up the same and work perfect. I''m sure its >>> something I''m missing on my part though. >>> >>> Thanks! >>> -=Tom >>> >> >> Thomas >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >> > > Thanks for the quick reply Thomas, > > I did the following. > > [root@COBRA1 ~]# xm start andy.centos.dev > Xend has probably crashed! Invalid or missing HTTP status code. > > and ssh is now dead :-\. All the DomU''s are still up though..... > > The XM andy.centos.dev did not start. > > Thank god for remote reboot strips :) > > Any logs in particular I should post? I am fairly new to Xen. > > Thanks! > -=Tom > -- > View this message in context: > http://www.nabble.com/DomU-can%27t-be-destroyed-tp20841610p20843670.html > Sent from the Xen - User mailing list archive at Nabble.com. > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >I figured it out, thanks! I looked at the standard xm help rather than the xm man page and saw xm delete #xm delete andy.centos.dev and that got rid of it in xm list then #xm create andy.centos.dev and all was forgiven :) Thanks again!!!! -=Tom -- View this message in context: http://www.nabble.com/DomU-can%27t-be-destroyed-tp20841610p20844357.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
tad1214 wrote:> Thomas Halinka-5 wrote: > >> Hi Tom, >> >> >>> I have searched for a bit and haven''t found anything. I am having an >>> issue >>> with DomU''s persisting (even after a reboot) that aren''t running, and >>> can''t >>> be destroyed. Problem is I cant create one with the same name either. >>> This >>> is Xen 3.3.0 on Centos 5.2. >>> >>> [root@COBRA1 ~]# xm list......... >>> xm destroy leaves the xm still in xm list. >>> >>> [root@COBRA1 ~]# xm create /etc/xen/auto/andy.centos.dev >>> Using config file "/etc/xen/auto/andy.centos.dev". >>> Error: VM name ''andy.centos.dev'' already exists >>> >> this domain is managed through xenstore.... >> >> # xm start andy.centos.dev >> >> "man xm" does not show this option, but "xm" does >> ... >> start Start a Xend managed domain >> ... >> >> >>> The rest of these are set up the same and work perfect. I''m sure its >>> something I''m missing on my part though. >>> >>> Thanks! >>> -=Tom >>> >>> >> Thomas >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >> >> > > Thanks for the quick reply Thomas, > > I did the following. > > [root@COBRA1 ~]# xm start andy.centos.dev > Xend has probably crashed! Invalid or missing HTTP status code. > > and ssh is now dead :-\. All the DomU''s are still up though..... > > The XM andy.centos.dev did not start. > > Thank god for remote reboot strips :) > > Any logs in particular I should post? I am fairly new to Xen. > > Thanks! > -=Tom >I had the same problem when I compiled Xen 3.3. I was getting "domain not halted" when I tried to delete a domain that was halted. I resolved the problem by commenting out the lines 1064-1067 in /usr/lib64/python/xen/xend/XendDomain.py Then, when I run "xm delete domainXXX" it deleted the domain. I could then execute "xm new domainXXX" to make a new domain with the same old domain name. Ken Cobler _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users