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

-----------------------------------------------------------

相关文章:

  • 2021-10-13
  • 2021-09-12
  • 2021-06-02
  • 2022-03-09
  • 2021-09-22
  • 2022-02-26
  • 2021-12-02
猜你喜欢
  • 2021-07-05
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-09-27
  • 2021-11-29
相关资源
相似解决方案