A cloud administrator notices that a virtual machine is unresponsive. The VM is running on a hypervisor host that shows high CPU utilization. What should the administrator do first?
Checking the console allows direct assessment of the VM's OS state, such as a hung process or login prompt.
Why this answer
Option C is correct because the first step in troubleshooting an unresponsive VM is to check the VM console for OS-level issues. Option A is wrong because migrating the VM might be premature without diagnosing the root cause. Option B is wrong because increasing vCPU could exacerbate resource contention if the host is overloaded.
Option D is wrong because rebooting the host would affect all VMs and should be a last resort.