2V0-21.23 Question 366
Single answerA VMware administrator is troubleshooting an issue where virtual machines (VMs) are not migrating between hosts in a cluster using vMotion. The administrator suspects a misconfiguration in the management services responsible for vMotion functionality. Which log file should the administrator review to diagnose the issue?
- A
vpxd.log
- B
vmkernel.log
- C
hostd.log
- D
vim.log
Show answer and explanation
Correct answer: B
Explanation
When diagnosing vMotion-related issues, the vmkernel.log file on the ESXi host is the most relevant source of information. It provides detailed logs related to vMotion processes, including network connectivity and resource availability. While other log files like vpxd.log and hostd.log serve important roles in monitoring vCenter and host operations, they do not provide the level of detail required to troubleshoot vMotion at the host level.
- A. Incorrect.
vpxd.log is the main log file for vCenter Server and is used to monitor vCenter services and interactions, but it does not directly log vMotion activities at the ESXi host level.
- B. Correct.
vmkernel.log contains information about ESXi host activities, including vMotion, networking, and storage. It is the correct log file to review for diagnosing vMotion issues.
- C. Incorrect.
hostd.log is responsible for managing ESXi host-specific operations like virtual machine power-on/off events and host management, but it does not provide detailed vMotion logs.
- D. Incorrect.
vim.log is not a standard log file used for troubleshooting vMotion or ESXi host activities.