天天看點

虛拟機管理者連接配接失敗Unable to open a connection to the Xen hypervisor/daimon

虛拟機管理者連接配接失敗

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服務沒有開啟。

[[email protected] ~]# service xend start

虛拟機管理者連接配接失敗Unable to open a connection to the Xen hypervisor/daimon