在SunFire X4200上安装Xm

我正在尝试在SunFire X4200上设置Xen虚拟机。 我使用的是Debian Wheezy,并且遵循了本指南https://wiki.debian.org/Xen ,这是我以前在不同服务器上的尝试,并且没有任何问题。 我知道一个不同型号的服务器已经托pipe了一些Xen虚拟机,所以我不明白为什么这不适合我

xm create xxx.cfg Using config file "/etc/xen/xxx.cfg". Error: Creating domain failed: name=xxx 

这是我的xxx.cfg:

 # Configuration file for the Xen instance xxx, created # by xen-tools 4.3.1 on Fri Jun 20 00:51:12 2014. # # # Kernel + memory size # kernel = '/boot/vmlinuz-3.2.0-4-amd64' ramdisk = '/boot/initrd.img-3.2.0-4-amd64' vcpus = '1' memory = '2048' # # Disk device(s). # root = '/dev/xvda2 ro' disk = [ 'phy:/dev/xen-vol/xxx-disk,xvda2,w', 'phy/dev/xen-vol/xxx-swap,xvda1,w', ] # # Physical volumes # # # Hostname # name = 'xxx' # # Networking # dhcp = 'dhcp' vif = [ 'mac=***,bridge=xenbr0' ] # # Behaviour on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' 

在图像创build日志中,一切似乎都没有问题,除了:

mv: cannot stat '/tmp/Wtd9_3apX5/sbin/initctl': No such file or directory

xend.log报告一个错误:

 [2014-06-20 10:49:05 21306] ERROR (XendDomainInfo:2560) (1, 'Operation not permitted') Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2555, in _constructDomain target = self.info.target()) Error: (1, 'Operation not permitted') [2014-06-20 10:49:05 21306] ERROR (XendDomainInfo:488) VM start failed Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 473, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2566, in _constructDomain raise VmError(failmsg) VmError: Creating domain failed: name=xxx [2014-06-20 10:49:05 21306] ERROR (XendDomainInfo:108) Domain construction failed Traceback (most recent call last): File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 106, in create vm.start() File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 473, in start XendTask.log_progress(0, 30, self._constructDomain) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwd File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2566, in _constructDomain raise VmError(failmsg) VmError: Creating domain failed: name=xxx 

任何提示?

原来,AMD皓龙254是有问题的,我不得不删除安全选项在氙(发现通过尝试创build虚拟机后发出xm dmesg)