「KVM」- 安装,更新

  CREATED BY JENKINSBOT

CentOS or Debian

Setting Up a KVM VM Host Server

Kylin v4

apt-get install qemu-* -y --allow-unauthenticated
apt-get install libvirt* -y --allow-unauthenticated 
apt-get install virt-manager -y --allow-unauthenticated

安装的可执行程序

# dpkg –get-selections | grep libvirt | awk ‘{print $1}’ | xargs dpkg -L | grep -E ‘(/(s)*)bin/’ | xargs dpkg -S

客户端

virsh | management user interface
virt-admin | daemon administration interface
virt-host-validate | validate host virtualization setup
virt-login-shell | tool to execute a shell within a container matching the users name
virt-pki-validate | validate libvirt PKI files are configured correctly
virt-xml-validate | validate libvirt XML files against a schema

服务端

libvirtd | libvirtd management daemon
virt-sanlock-cleanup | remove stale sanlock resource lease files
virtlockd | libvirt lock management daemon
virtlogd | libvirt log management daemon