KVM

Libvirt 客户端管理工具virsh

  1. 链接到Hypervisor
    1. 本地的Hypervisor
      1. #virsh (virsh -c qemu:///system 或者 virsh –connect qemu:///system )
    2. 远程的Hypervisor
      1. #virsh –c qemu+ssh://root@xxx.xxx.xxx.xxx/system ( 使用sshtransport方式链接到远程的Hypervisor)
  2. Libvirt默认提供一个名叫"test"的傀儡Hypervisor及其驱动程序,仅仅用于学习和测试的目的
    1. #virsh -c test:///default

 

Reference:

https://github.com/yongluo2013/osf-openstack-training/blob/master/installation/how-to-make-linux-image.md

posted @ 2014-11-03 16:19  oyaimj  阅读(166)  评论(0编辑  收藏  举报