您的位置:首页 > 大数据 > 人工智能

虚拟机管理者连接失败Unable to open a connection to the Xen hypervisor/daimon

2010-08-02 15:33 483 查看
虚拟机管理者连接失败

Unable to open a connection to the Xen hypervisor/daemon

Verify that:

- A Xen host kernel was booted

- The Xen service has been started

Details:

Unable to open connection to hypervisor URI 'xen:///':

libvirt.libvirtError virConnectOpenReadOnly() failed

Traceback (most recent call last):

File "/usr/share/virt-manager/virtManager/connection.py", line 351, in _open_thread

self.vmm = libvirt.openReadOnly(self.uri)

File "/usr/lib/python2.4/site-packages/libvirt.py", line 132, in openReadOnly

if ret is None:raise libvirtError('virConnectOpenReadOnly() failed')

libvirtError: virConnectOpenReadOnly() failed





这可能是因为xend服务没有开启。

[root@localhost ~]# service xend start



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐