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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What service must be running in order to use virtual machines?

A

libvirtd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to you view all domains (vms) at the command line?

A

virsh list –all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you view all running domains (vms)?

A

virsh list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you set a domain (vm) to autostart at boot?

A

virsh autostart {domain}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly