Objective
Learn how to create and manage KVM virtual machines from command line
Operating System and Software Versions
- Operating System: – All Linux distributions
Requirements
- Root access
- Packages:
- qemu-kvm – The main package
- libvirt – Includes the libvirtd server exporting the virtualization support
- libvirt-client – This package contains
virsh
and other client-side utilities - virt-install – Utility to install virtual machines
- virt-viewer – Utility to display graphical console for a virtual machine
Difficulty
MEDIUM