How to install KVM on CentOS 7

 

yum install -y vim wget dnf epel-relase
yum install -y kvm
yum install -y qemu-kvm qemu-kvm-tools
yum install -y libvirt python-virtinst libvirt-python virt-manager libguestfs-tools bridge-utils virt-install
systemctl start libvirtd
systemctl enable libvirtd
lsmod | grep -i kvm

————————————–
yum install -y epel-release vim wget dnf
dnf install -y cockpit cockpit-machines
systemctl enable cockpit.socket
systemctl restart cockpit.socket
firewall-cmd –add-service=cockpit
firewall-cmd –add-service=cockpit –permanent
firewall-cmd –reload
vim /etc/libvirt/qemu.conf
systemctl enable libvirtd
systemctl restart libvirtd

———————————————————–

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注