Chapter 4 Flashcards
1
Q
- What CPU features are required for KVM virtualization?
A
Long mode extentions (lm)
Hardware assisted virtualization (svm or vmx)
2
Q
- Which kernel package is required for KVM virtualization?
A
Kernel
3
Q
- What operating systems can be installed as KVM guests?
A
All of the Above
4
Q
- What graphical tool is used to manage virtual machines?
A
virsh
5
Q
- What command will list running virtual machines?
A
virsh list
6
Q
- What command will mark a virtual machine named myguest to be autostarted when the host machine boots?
A
virsh autostart myguest
7
Q
- When installing a virtual machine, what methods can be used for the installation source?
A
A.Local CD or DVD
B.Local ISO Image
C.Network Install (FTP, HTTP, NFS)
Network Boot (PXE)