1
Q

Why do administrators need VM tools?

A

To manage many hypervisors with varying interfaces efficiently.

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

What does libvirt provide?

A

A consistent management interface for hypervisors.

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

What is virsh?

A

A command-line tool that uses libvirt’s API.

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

What is virt-manager?

A

A graphical interface that uses libvirt for VM management.

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

What is libvirt?

A

An open-source library, daemon, and API for hypervisor management.

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

Name hypervisors supported by libvirt.

A

KVM/QEMU, Xen, LXC, OpenVZ, VirtualBox, VMware ESXi.

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

What tasks does libvirt handle?

A

Starting/stopping guests, snapshotting, migrating, resource tracking.

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

How does libvirt operate?

A

Through API requests processed by the libvirtd daemon.

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

Example of defining a directory-based storage pool with virsh?

A

Commands: pool-define-as, pool-build, pool-start, pool-autostart.

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

What is virsh used for?

A

Command-line interface to interact with libvirt; script-friendly.

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

Do virsh subcommands map to libvirt API functions?

A

Yes.

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

Example virsh commands?

A

virsh help, list –all, shutdown demo-vm, start demo-vm, reboot demo-vm, save demo-vm /tmp/demo.state, create /tmp/demo.xml.

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

Is virsh compatible with multiple hypervisors?

A

Yes, like KVM and Xen.

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

What is virt-manager?

A

A desktop graphical interface for libvirt.

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

What does virt-manager simplify?

A

VM management with point-and-click options.

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

Does virt-manager mirror virsh functionality?

A

Yes, using the same backend.

17
Q

Example virt-manager usage?

A

Create new VM, choose ISO, assign resources; generates XML and uses virsh define/start.

18
Q

What does the performance tab in virt-manager show?

A

Live statistics (CPU, disk, network) from libvirt.

19
Q

Who is virt-manager ideal for?

A

Administrators preferring GUI-based management.