[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] Im Auftrag von Tait Clarridge Gesendet: Mittwoch, 30. September 2009 17:56 An: Zemke, Kai; xen-users@xxxxxxxxxxxxxxxxxxx Betreff: RE: [Xen-users] Cant create new VM: Error -> ERROR(XendDomainInfo:445) VM start failed >From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx >[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Zemke, Kai >Sent: Wednesday, September 30, 2009 9:44 AM >To: xen-users@xxxxxxxxxxxxxxxxxxx >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 Zemke Hello Kai, Could you post your config file for this domain? Thanks, Tait _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |