2V0-21.23 Question 274
Select 2An administrator is troubleshooting time synchronization issues in a vSphere environment. The administrator notices that some ESXi hosts have incorrect time settings, which is causing issues with vCenter Server. The administrator decides to reconfigure the time on the affected ESXi hosts. Which steps should the administrator take to configure time settings correctly on the ESXi hosts?
- A
Use the vSphere Client to configure the NTP settings in the host's 'Time Configuration' section.
- B
Manually set the time on each ESXi host using the DCUI (Direct Console User Interface).
- C
Synchronize the ESXi host time with the vCenter Server time by enabling the 'Synchronize Time with vCenter Server' option.
- D
Ensure that the NTP service is started and set to start with the host in the ESXi host's configuration.
- E
Edit the /etc/ntp.conf file directly on the ESXi host to add NTP servers.
Show answer and explanation
Correct answers: A, D
Explanation
To ensure proper time synchronization in a vSphere environment, it is recommended to configure and manage NTP settings via the vSphere Client and ensure the NTP service is started and set to start automatically with the host. This approach minimizes errors and ensures consistent time synchronization across the environment. Manual time-setting methods or relying on vCenter Server for time synchronization are not best practices.
- A. Correct.
Correct. The vSphere Client provides a straightforward way to configure NTP settings, which is a best practice for ensuring consistent time synchronization in a vSphere environment.
- B. Incorrect.
Incorrect. Manually setting the time on each ESXi host is not a recommended approach as it is prone to errors and does not ensure consistent time synchronization across hosts.
- C. Incorrect.
Incorrect. Synchronizing the ESXi host time with vCenter Server is not a best practice because vCenter Server itself relies on the ESXi hosts for time synchronization. NTP should be used instead.
- D. Correct.
Correct. Starting the NTP service and ensuring it is set to start automatically with the host is necessary for proper time synchronization in a vSphere environment.
- E. Incorrect.
Incorrect. While editing the /etc/ntp.conf file can configure NTP servers, it is not the recommended method in ESXi environments. Configuring NTP through the vSphere Client is the preferred approach.