关于libvirt0.9.0后需要启动message bus和avahi-daemon 才能使用

[root@kvm~]# service libvirtd start
Starting libvirtd daemon: [  OK  ]
[root@kvm~]# service libvirtd status
libvirtd dead but subsys locked

2.3. Remote management

While many virtualization technologies provide a remote management capability, libvirt does not assume this and provides a dedicated driver allowing for remote management of any libvirt hypervisor driver. The driver has a variety of data transports providing considerable security for the data communication. The driver is designed such that there is 100% functional equivalence whether talking to the libvirt driver locally, or via the RPC service.
In addition to the native RPC service included in libvirt, there are a number of alternatives for remote management that will not be discussed in this document. The libvirt-qpid project provides an agent for the QPid messaging service, exposing all libvirt managed objects and operations over the message bus. This keeps a fairly close, near 1-to-1, mapping to the C API in libvirt. The libvirt-CIM project provides a CIM agent, that maps the libvirt object model onto the DMTF virtualization schema.

form:http://libvirt.org/guide/html/Application_Development_Guide-Architecture-Remote_Management.html

avahi-daemon, avahi-dnsconfd
Avahi 是 zeroconf 协议的实现。它可以在没有 DNS 服务的局域网里发现基于 zeroconf 协议的设备和服务。它跟 mDNS 一样。除非你有兼容的设备或使用 zeroconf 协议的服务,否则应该关闭它。我把它关闭。

转载于:https://blog.51cto.com/myfuture/863948

libvirt中的message bus相关推荐

  1. Message Bus - 消息总线

    Message Bus - 消息总线 Liferay的*消息总线(Message Bus)*是一种服务级API,组件可以用它来发送和接收消息.它提供了消息生产者(producers)和消费者(cons ...

  2. 详细讲解Android中的Message的源码

    相信大家对于Android中的Handler是在为熟悉不过了,但是要知道,Handler就其本身而言只是一个壳子,真正在内部起到作用的是Message这个类,对于Message这个类,相信大家也不会陌 ...

  3. springcloud中config和bus的使用

    springcloud中config和bus的使用 一.简介 在分布式系统中,由于服务数量巨多,为了方便服务配置文件统一管理,实时更新,所以需要分布式配置中心组件.市面上开源的配置中心有很多,BAT每 ...

  4. PCIe中的Message

    PCIe中的Message主要是为了替代PCI中采用边带信号,这些边带信号的主要功能是中断,错误报告和电源管理等.所有的Message请求采用的都是4DW的TLP Header,但是并不是所有的空间都 ...

  5. 如何使用命令行中的“message”和“description”进行更改? [重复]

    本文翻译自:How to commit a change with both "message" and "description" from the comm ...

  6. R中Warning message:Computation failed in stat_stratum():could not find function “default_missing“

    R中画图报Warning message: Computation failed in stat_stratum(): could not find function "default_mi ...

  7. mini-ui 中的message弹出框中点击确定与取消之后使用回调函数的方法

    1.在main.js中引入//引入import { MessageBox } from 'mint-ui';MessageBox.confirm('', { message: '您确定提交订单吗?', ...

  8. 处理器中基于PCIe Bus的NTB(Non-Transparent Bridge)支持

    有些行业应用中,会使用到计算机集群设计,或者两个Node之间协同工作的设计,比如SMP的设计,NUMA的设计等,免不了需要将两个或者多个Node直接的高速总线link到一起.在Intel和AMD的架构 ...

  9. [zz]libvirt中CPU和内存的细粒度管理机制

    内存 struct _virDomainDef {      ...     struct {         unsigned long max_balloon;           unsigne ...

  10. vue+elementUi在点js.js文件中使用Message消息提示、Notification、MessageBox、succes、import、from

    目录 1.方式一 2.方式二 3.总结 1.方式一 引入 import { Message } from "element-ui"; 使用 Message({message: '请 ...

最新文章

  1. python连接mysql
  2. 为什么工厂老板们从不「迷信」人工智能?
  3. HTML5 INPUT placeholder及兼容性处理
  4. 如何“取消恢复”恢复的Git提交?
  5. 路由器无服务器无响应是怎么回事啊,wifi服务器无响应怎么解决(图文)
  6. test of ui5 duplicate control id
  7. 【POJ - 1328】Radar Installation(贪心+计算几何)安装雷达辐射岛屿
  8. 台达s1变频器参数表_各大品牌变频器万能密码汇总
  9. IIS之Web服务器
  10. visual studio 使用快捷方法2
  11. NSNotificationCenter详解
  12. 列表页——基于Django框架的天天生鲜电商网站项目系列博客(九)
  13. 西门子S7系列PLC的主要种类及应用软件
  14. 轻快步伐远不足以跟上轻快心情
  15. 15---TernaryOperator 三目运算符
  16. python——基础教程——8
  17. 用maya API删除动画曲线多余的关键帧——掐头去尾删帧
  18. 解决办法: Cannot resolve the collation conflict between Japanese_CI_AS and SQL_...
  19. 2. ZK客户端与服务端建立连接的过程(基于NIO)
  20. 为什么创业的人都爱跑步

热门文章

  1. CODE ---代码助手 (保存代码、搜代码、生成网页、自由界面)
  2. 【HDU-5246】超级赛亚ACMer(贪心)
  3. SSAS: Display measures in Rows
  4. 关于G - Naive Operations的一些试探性想法
  5. 分布式团队中沟通引发的问题, itest 解决之道
  6. docker+elasticsearch的安装
  7. php设计模式 -- 迭代器模式
  8. little w and Sum(思维)
  9. HTML学习---HTML状态码
  10. android获取内置和外置SD卡路径 - z