What is the main purpose of VM operations?
To understand VM runtime states, manage virtual disk image files, and ensure safe administration and efficient storage handling.
What do VM states reflect?
They reflect the current activity of a virtual machine and determine which administrative actions are allowed.
Name common VM states.
running, paused, shut off, suspended, crashed.
What does the ‘running’ state mean?
The VM is active and using system resources.
What does the ‘paused’ state mean?
The VM is temporarily halted without shutting down.
What does the ‘shut off’ state mean?
The VM is powered down but retains configuration and disk data.
What does the ‘suspended’ state mean?
Memory contents are saved to disk for later resumption.
What does the ‘crashed’ state indicate?
System failure due to error or misconfiguration.
Which tool is commonly used to monitor and manage VM states?
Tools like virsh are used to monitor and manage VM states.
Which administrative actions often require a shut off or paused state?
Disk resizing or hardware modification.
What is a disk image in virtualization?
A disk image is a file acting as the VM’s virtual hard drive, storing OS, applications, and user data.
Name common disk image operations.
Format conversion, resizing, inspecting properties.
Give an example of format conversion.
Convert QCOW2 to RAW for compatibility or performance.
What does resizing a disk image do?
It increases storage capacity for the VM; VM must be shut off before resizing and guest OS may require partition and filesystem adjustment.
What does inspecting disk image properties display?
Format type, virtual size, actual usage, and backing files.
What does disk image management support?
VM migration, environment consolidation, storage planning, disaster recovery.
Why is disk image management important?
It helps optimize provisioning, automation, and storage efficiency.