Virtualization Flashcards
1
Q
What packages are required for virtualisation?
A
virt-manager qemu-kvm qemu-img libvirt libvirt-client libvirt-python python-virtinst
*Simply do yum grouplist hidden | grep -i virt
2
Q
What service must be running in order to use virtual machines?
A
libvirtd
3
Q
How to you view all domains (vms) at the command line?
A
virsh list –all
4
Q
How do you view all running domains (vms)?
A
virsh list
5
Q
How do you set a domain (vm) to autostart at boot?
A
virsh autostart {domain}
6
Q
How would you remove password authentication each time virt-manager is opened?
A
usermod -aG libvirt
*add user to the libvirt group, sign out and back in