2V0-622 · Question #128
An administrator is troubleshooting network communications between the vCenter Server and the ESXi 6.x host. Which log shows the interaction events between these components?
The correct answer is C. /var/log/vpxa.log. The vpxa.log file records all communication events between the ESXi host and vCenter Server via the vCenter Agent process.
Question
An administrator is troubleshooting network communications between the vCenter Server and the ESXi 6.x host. Which log shows the interaction events between these components?
Options
- A/var/log/syslog.log
- B/var/log/hostd.log
- C/var/log/vpxa.log
- D/var/log/fdm.log
How the community answered
(33 responses)- A6% (2)
- C91% (30)
- D3% (1)
Why each option
The vpxa.log file records all communication events between the ESXi host and vCenter Server via the vCenter Agent process.
/var/log/syslog.log captures general operating system and kernel-level events on the ESXi host, not vCenter-specific interaction events.
/var/log/hostd.log records activity of the hostd daemon, which handles direct host management API calls, not the vCenter Agent communication channel.
The file /var/log/vpxa.log is written by the VMware vCenter Agent (vpxa), which is the daemon running on each ESXi host responsible for relaying commands and state information between the host and vCenter Server. All management interactions initiated by vCenter, such as task execution and inventory updates, are logged here, making it the correct log to review for vCenter-ESXi communication issues.
/var/log/fdm.log is written by the Fault Domain Manager and contains events related to vSphere HA operations, not general vCenter-ESXi communication.
Concept tested: ESXi log file identification for vCenter communication
Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.monitoring.doc/GUID-832A2618-6B11-4A28-9672-93296DA931D0.html
Topics
Community Discussion
No community discussion yet for this question.