Zemke, Kai
2009-Sep-30 13:44 UTC
[Xen-users] Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
Hi everyone, i have a problem on a running xen installation. The server on which the following problem occurs manages 7 VMs at the moment. Now I wanted to create a new one. After sending the xm create command I get the following error: Using config file "/etc/xen/de-smartnet-asterisk". Error: Creating domain failed: name=de-smartnet-asterisk In my xend.log I can find the following entries: [2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''de-smartnet-asterisk''], [''memory'', 128], [''vcpus'', 6], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''cpus'', ''2-7''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz_domU''], [''args'', '' root=/dev/sda1 xencons=tty'']]], [''device'', [''vbd'', [''uname'', ''phy:images/de-smartnet-asterisk_ext3''], [''dev'', ''sda1''], [''mode'', ''w'']]], [''device'', [''vif'', [''ip'', ''212.86.41.22''], [''mac'', ''00:16:3e:1b:65:13'']]]]) [2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:2028) XendDomainInfo.constructDomain [2009-09-30 15:42:57 23165] DEBUG (balloon:132) Balloon: 3228544 KiB free; need 2048; done. [2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:445) VM start failed Traceback (most recent call last): File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain self.info[''name_label'']) VmError: Creating domain failed: name=de-smartnet-asterisk [2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:94) Domain construction failed Traceback (most recent call last): File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 92, in create vm.start() File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain self.info[''name_label'']) VmError: Creating domain failed: name=de-smartnet-asterisk I have absolutely no clue what these entries might tell me. I kind of lost and have no idea where to start searching for an solution. Is anyone out there who can guide me in the correct direction what is causing these log entries? With kind regards Kai Zemke _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tait Clarridge
2009-Sep-30 15:56 UTC
RE: [Xen-users] Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
>From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Zemke, Kai >Sent: Wednesday, September 30, 2009 9:44 AM >To: xen-users@lists.xensource.com >Subject: [Xen-users] Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed > >Hi everyone, > >i have a problem on a running xen installation. The server on which the following problem occurs manages 7 VMs at the moment. >Now I wanted to create a new one. After sending the xm create command I get the following error: > >Using config file "/etc/xen/de-smartnet-asterisk". >Error: Creating domain failed: name=de-smartnet-asterisk > >In my xend.log I can find the following entries: > >[2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''de-smartnet-asterisk''], [''memory'', 128], >[''vcpus'', 6], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''cpus'', ''2-7''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz_domU''], [''args'', '' >root=/dev/sda1 xencons=tty'']]], [''device'', [''vbd'', [''uname'', ''phy:images/de-smartnet-asterisk_ext3''], [''dev'', ''sda1''], [''mode'', ''w'']]], [''device'', >[''vif'', [''ip'', ''212.86.41.22''], [''mac'', ''00:16:3e:1b:65:13'']]]]) >[2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:2028) XendDomainInfo.constructDomain >[2009-09-30 15:42:57 23165] DEBUG (balloon:132) Balloon: 3228544 KiB free; need 2048; done. >[2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:445) VM start failed >Traceback (most recent call last): > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start > XendTask.log_progress(0, 30, self._constructDomain) > File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress > retval = func(*args, **kwds) > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain > self.info[''name_label'']) > VmError: Creating domain failed: name=de-smartnet-asterisk >[2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:94) Domain construction failed >Traceback (most recent call last): > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 92, in create > vm.start() > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start > XendTask.log_progress(0, 30, self._constructDomain) > File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress > retval = func(*args, **kwds) > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain > self.info[''name_label'']) >VmError: Creating domain failed: name=de-smartnet-asterisk > >I have absolutely no clue what these entries might tell me. I kind of lost and have no idea where to start searching for an solution. > >Is anyone out there who can guide me in the correct direction what is causing these log entries? > >With kind regards >Kai ZemkeHello Kai, Could you post your config file for this domain? Thanks, Tait _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Zemke, Kai
2009-Oct-01 18:33 UTC
AW: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed
Hi Tait, of course. I''ll post the configuration file for this domain. Here we go: ----------------- # general name = "de-smartnet-asterisk"; memory = 128; cpus = "2-7"; vcpus = 6; #builder = "hvm" kernel = "/boot/vmlinuz_domU" extra=" root=/dev/sda1 xencons=tty" disk = [ ''phy:images/de-smartnet-asterisk_ext3,sda1,w'' ]; # virtual network vif = [ "ip=212.86.41.22,mac=00:16:3e:1b:65:13" ]; #vfb = [ ''type=vnc,vncunused=1'' ] -------------------- Very simple. Worked for all previous Domains so far :) -----Ursprüngliche Nachricht----- Von: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] Im Auftrag von Tait Clarridge Gesendet: Mittwoch, 30. September 2009 17:56 An: Zemke, Kai; xen-users@lists.xensource.com Betreff: RE: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed>From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Zemke, Kai >Sent: Wednesday, September 30, 2009 9:44 AM >To: xen-users@lists.xensource.com >Subject: [Xen-users] Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed > >Hi everyone, > >i have a problem on a running xen installation. The server on which the following problem occurs manages 7 VMs at the moment. >Now I wanted to create a new one. After sending the xm create command I get the following error: > >Using config file "/etc/xen/de-smartnet-asterisk". >Error: Creating domain failed: name=de-smartnet-asterisk > >In my xend.log I can find the following entries: > >[2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''de-smartnet-asterisk''], [''memory'', 128], >[''vcpus'', 6], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''cpus'', ''2-7''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz_domU''], [''args'', '' >root=/dev/sda1 xencons=tty'']]], [''device'', [''vbd'', [''uname'', ''phy:images/de-smartnet-asterisk_ext3''], [''dev'', ''sda1''], [''mode'', ''w'']]], [''device'', >[''vif'', [''ip'', ''212.86.41.22''], [''mac'', ''00:16:3e:1b:65:13'']]]]) >[2009-09-30 15:42:57 23165] DEBUG (XendDomainInfo:2028) XendDomainInfo.constructDomain >[2009-09-30 15:42:57 23165] DEBUG (balloon:132) Balloon: 3228544 KiB free; need 2048; done. >[2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:445) VM start failed >Traceback (most recent call last): > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start > XendTask.log_progress(0, 30, self._constructDomain) > File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress > retval = func(*args, **kwds) > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain > self.info[''name_label'']) > VmError: Creating domain failed: name=de-smartnet-asterisk >[2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:94) Domain construction failed >Traceback (most recent call last): > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 92, in create > vm.start() > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start > XendTask.log_progress(0, 30, self._constructDomain) > File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress > retval = func(*args, **kwds) > File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain > self.info[''name_label'']) >VmError: Creating domain failed: name=de-smartnet-asterisk > >I have absolutely no clue what these entries might tell me. I kind of lost and have no idea where to start searching for an solution. > >Is anyone out there who can guide me in the correct direction what is causing these log entries? > >With kind regards >Kai ZemkeHello Kai, Could you post your config file for this domain? Thanks, Tait _______________________________________________ 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
Tait Clarridge
2009-Oct-01 20:02 UTC
RE: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed
> Hi Tait, > > of course. I''ll post the configuration file for this domain. > > Here we go: > ----------------- > # general > name = "de-smartnet-asterisk"; > memory = 128; > cpus = "2-7"; > vcpus = 6; > #builder = "hvm" > > kernel = "/boot/vmlinuz_domU" > > extra=" root=/dev/sda1 xencons=tty" > > disk = [ ''phy:images/de-smartnet-asterisk_ext3,sda1,w'' ]; > > # virtual network > vif = [ "ip=212.86.41.22,mac=00:16:3e:1b:65:13" ]; > > #vfb = [ ''type=vnc,vncunused=1'' ] > -------------------- > > Very simple. Worked for all previous Domains so far :)This may seem like a ridiculous question, but have you always used semi colons after some of the config options? And all your domains are using the exact same config and are able to start and run properly? Question for anyone - Is there any limit to the length of the domU name in the config file? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Zemke, Kai
2009-Oct-02 08:18 UTC
AW: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed
All Doamins started with this kind of configuration. Only the settings for the IP, Mac and disk are changing. -----Ursprüngliche Nachricht----- Von: Tait Clarridge [mailto:Tait.Clarridge@lavalife.com] Gesendet: Donnerstag, 1. Oktober 2009 22:02 An: Zemke, Kai; xen-users@lists.xensource.com Betreff: RE: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed> Hi Tait, > > of course. I''ll post the configuration file for this domain. > > Here we go: > ----------------- > # general > name = "de-smartnet-asterisk"; > memory = 128; > cpus = "2-7"; > vcpus = 6; > #builder = "hvm" > > kernel = "/boot/vmlinuz_domU" > > extra=" root=/dev/sda1 xencons=tty" > > disk = [ ''phy:images/de-smartnet-asterisk_ext3,sda1,w'' ]; > > # virtual network > vif = [ "ip=212.86.41.22,mac=00:16:3e:1b:65:13" ]; > > #vfb = [ ''type=vnc,vncunused=1'' ] > -------------------- > > Very simple. Worked for all previous Domains so far :)This may seem like a ridiculous question, but have you always used semi colons after some of the config options? And all your domains are using the exact same config and are able to start and run properly? Question for anyone - Is there any limit to the length of the domU name in the config file? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Zemke, Kai
2009-Oct-07 07:04 UTC
AW: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed
Hi, this problem still exists. Is anyone out there who ever encountered a similar problem and who might give me some hints on what I can do about this? As mentioned earlier in my mail, I absolutely have no clue what caused this behaviour. When I start want to start a new vm using the "xm create" command I get the following entries in my xend.log. There are 7 Vms running at this time. I also deleted a running vm and tried to recreate it with no changes in the cfg file. Now this VMs won''t start anymore, and leaves the same messages in the log file. ---------------------------------------------------------------------------- [2009-10-07 08:47:35 23165] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''de-smartnet-asterisk''], [''memory'', 128], [''vcpus'', 6], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''cpus'', ''2-7''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz_domU''], [''args'', '' root=/dev/sda1 xencons=tty'']]], [''device'', [''vbd'', [''uname'', ''phy:images/de-smartnet-asterisk_ext3''], [''dev'', ''sda1''], [''mode'', ''w'']]], [''device'', [''vif'', [''ip'', ''212.86.41.22''], [''mac'', ''00:16:3e:1b:65:13'']]]]) [2009-10-07 08:47:35 23165] DEBUG (XendDomainInfo:2028) XendDomainInfo.constructDomain [2009-10-07 08:47:35 23165] DEBUG (balloon:132) Balloon: 3228544 KiB free; need 2048; done. [2009-10-07 08:47:35 23165] ERROR (XendDomainInfo:445) VM start failed Traceback (most recent call last): File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain self.info[''name_label'']) VmError: Creating domain failed: name=de-smartnet-asterisk [2009-10-07 08:47:35 23165] ERROR (XendDomainInfo:94) Domain construction failed Traceback (most recent call last): File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 92, in create vm.start() File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 424, in start XendTask.log_progress(0, 30, self._constructDomain) File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain self.info[''name_label'']) VmError: Creating domain failed: name=de-smartnet-asterisk ---------------------------------------------------------------------------- Thanks Kai _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users