Operations Flashcards

(17 cards)

1
Q

What is the main purpose of VM operations?

A

To understand VM runtime states, manage virtual disk image files, and ensure safe administration and efficient storage handling.

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

What do VM states reflect?

A

They reflect the current activity of a virtual machine and determine which administrative actions are allowed.

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

Name common VM states.

A

running, paused, shut off, suspended, crashed.

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

What does the ‘running’ state mean?

A

The VM is active and using system resources.

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

What does the ‘paused’ state mean?

A

The VM is temporarily halted without shutting down.

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

What does the ‘shut off’ state mean?

A

The VM is powered down but retains configuration and disk data.

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

What does the ‘suspended’ state mean?

A

Memory contents are saved to disk for later resumption.

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

What does the ‘crashed’ state indicate?

A

System failure due to error or misconfiguration.

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

Which tool is commonly used to monitor and manage VM states?

A

Tools like virsh are used to monitor and manage VM states.

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

Which administrative actions often require a shut off or paused state?

A

Disk resizing or hardware modification.

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

What is a disk image in virtualization?

A

A disk image is a file acting as the VM’s virtual hard drive, storing OS, applications, and user data.

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

Name common disk image operations.

A

Format conversion, resizing, inspecting properties.

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

Give an example of format conversion.

A

Convert QCOW2 to RAW for compatibility or performance.

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

What does resizing a disk image do?

A

It increases storage capacity for the VM; VM must be shut off before resizing and guest OS may require partition and filesystem adjustment.

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

What does inspecting disk image properties display?

A

Format type, virtual size, actual usage, and backing files.

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

What does disk image management support?

A

VM migration, environment consolidation, storage planning, disaster recovery.

17
Q

Why is disk image management important?

A

It helps optimize provisioning, automation, and storage efficiency.