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