Libvirt Tools for managing the KVM itself
Virt-install installation packages for installing virtual machines, installing virtual machines
Virt-mananger: Managing a tool to create a delete virtual machine
---restore content starts---
1 Grep-e "SVM | VMX "/proc/cpuinfo
Yum install QEMU-KVM libvirt libguestfs-tools virt-manager virt-install-y
See if KVM is loaded
[[email protected] yum.repos.d]# Lsmod|grep KVM
Kvm_intel 170086 0
KVM 566340 1 Kvm_intel
Irqbypass 13503 1 KVM
Enable the LIBVIRTD service
[Email protected] yum.repos.d]# Systemctl enable Libvirtd.service
Running the LIBVIRTD service
[Email protected] yum.repos.d]# systemctl start Libvirtd.service
View service Status
[Email protected] yum.repos.d]# Systemctl is-active libvirtd.service
Active
Create a new disk to hold the virtual machine (process slightly)
KVM Two types of disk formats
---restore content ends---
Shell Learning (iii)