Installation of the common utilities and the Libvirt RPMs on the KVM host
As this is a minimal install of CentOS7, we will be installing few handy utilities and the libvirtd
yum -y install vim bash-completion net-tools bind-utils curl wget rsync libvirt qemu-kvm libvirt-client virt-install virt-manager virt-top virt-viewer
Enable and start the libvirtd daemon
systemctl enable libvirtd
systemctl start libvirtd
No comments:
Post a Comment