[root@tiger1 ~]# xm create -f /etc/xen/rhel4.vti Using config file "/etc/xen/rhel4.vti". [xend.XendDomainInfo] DEBUG (XendDomainInfo:177) XendDomainInfo.create(['vm', ['name', 'ExampleVMXDomain'], ['memory', '512'], ['vcpus', '1'], ['image', ['vmx', ['kernel', '/boot/Flash.fd'], ['device_model', '/usr/lib/xen/bin/qemu-dm.debug'], ['vcpus', '1'], ['boot', 'c'], ['stdvga', '1'], ['sdl', '1'], ['display', ':0.0'], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/home/takebe/rhel4.img'], ['dev', 'ioemu:hda'], ['mode', 'w']]]]) [xend.XendDomainInfo] DEBUG (XendDomainInfo:282) parseConfig: config is ['vm', ['name', 'ExampleVMXDomain'], ['memory', '512'], ['vcpus', '1'], ['image', ['vmx', ['kernel', '/boot/Flash.fd'], ['device_model', '/usr/lib/xen/bin/qemu-dm.debug'], ['vcpus', '1'], ['boot', 'c'], ['stdvga', '1'], ['sdl', '1'], ['display', ':0.0'], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/home/takebe/rhel4.img'], ['dev', 'ioemu:hda'], ['mode', 'w']]]] [xend.XendDomainInfo] DEBUG (XendDomainInfo:376) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': None, 'on_reboot': None, 'image': ['vmx', ['kernel', '/boot/Flash.fd'], ['device_model', '/usr/lib/xen/bin/qemu-dm.debug'], ['vcpus', '1'], ['boot', 'c'], ['stdvga', '1'], ['sdl', '1'], ['display', ':0.0'], ['xauthority', '/root/.Xauthority']], 'on_poweroff': None, 'cpus': None, 'name': 'ExampleVMXDomain', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 512, 'device': [('vbd', ['vbd', ['uname', 'file:/home/takebe/rhel4.img'], ['dev', 'ioemu:hda'], ['mode', 'w']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [xend.XendDomainInfo] DEBUG (XendDomainInfo:1130) XendDomainInfo.construct: None 0 [xend.XendDomainInfo] DEBUG (XendDomainInfo:1162) XendDomainInfo.initDomain: 1 1.0 [xend.XendDomainInfo] ERROR (XendDomainInfo:189) Domain construction failed Traceback (most recent call last): File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create vm.initDomain() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1170, in initDomain self.info['device']) File "/usr/lib/python/xen/xend/image.py", line 41, in create return findImageHandlerClass(imageConfig)(vm, imageConfig, deviceConfig) File "/usr/lib/python/xen/xend/image.py", line 71, in __init__ self.configure(imageConfig, deviceConfig) File "/usr/lib/python/xen/xend/image.py", line 194, in configure raise VmError("vmx: not an Intel VT platform, we stop creating!") VmError: vmx: not an Intel VT platform, we stop creating! [xend.XendDomainInfo] DEBUG (XendDomainInfo:1272) XendDomainInfo.destroy: domid=1 [xend.XendDomainInfo] DEBUG (XendDomainInfo:1280) XendDomainInfo.destroyDomain(1) op_create> Exception creating domain: Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create vm.initDomain() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1170, in initDomain self.info['device']) File "/usr/lib/python/xen/xend/image.py", line 41, in create return findImageHandlerClass(imageConfig)(vm, imageConfig, deviceConfig) File "/usr/lib/python/xen/xend/image.py", line 71, in __init__ self.configure(imageConfig, deviceConfig) File "/usr/lib/python/xen/xend/image.py", line 194, in configure raise VmError("vmx: not an Intel VT platform, we stop creating!") VmError: vmx: not an Intel VT platform, we stop creating! [xend] ERROR (SrvBase:87) Request create failed. Traceback (most recent call last): File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: vmx: not an Intel VT platform, we stop creating! Error: Error creating domain: vmx: not an Intel VT platform, we stop creating!