Close Menu
DPC Virtual Tips
    Read More

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 11
    DPC Virtual Tips
    • Home
    • Operating Systems
    • PowerFlex
    • HPC
    • Virtualization
    • About the Author
    • About Us
    • Contact
    DPC Virtual Tips
    Home » Configure Time Sync by NTP for the vCenter
    Virtualization

    Configure Time Sync by NTP for the vCenter

    DaniloBy DaniloNovember 5, 2022Updated:June 18, 2026No Comments3 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Configure Time Sync by NTP for the vCenter it is a simple article to configure the vCenter Server to acquire date and time settings by an NTP server.

    For all systems and network administrators, a very important task is to maintain all devices with the date and time configurations correct. For some vCenter services to work fine, the date and time need to be OK, in other cases, we can problems with that. Additionally, the log creation can be affected if the date and time are incorrect.

    So, definitely, is a very important task to maintain the date and time more accurately as possible!

    Configure the Time synchronization on VAMI

    As I said in the title of this article “Configure Time Sync by NTP for the vCenter”, open the VAMI console. In this lab, for instance, the VAMI console is:

    https://vcenter7.lab.local:5480

    Click on the Time menu and then, click on EDIT on the Time synchronization:

    On “Mode”, select “NTP”.
    On “Time servers”, type the IP of the NTP Server. In this lab, we are using IP 192.168.199.3 as the NTP Server.
    After it, click on SAVE:

    Now, it is possible to see that the configuration is OK:

    To check if the NTP service is working fine, we can open an SSH session to the vCenter Server and run the commands below:

    ntpq -p –> Print a list of the NTP peers
    ntpq -c assoc –> Print the associations status for each peer

    In this lab, the command “ntpq -c assoc” show a lot of interesting information that we will explain below:

    reach = yes –> Basically, indicate that the NTP is reachable
    condition = sys.peer –> Basically, “sys.peer” is a good signal that the time synchronization it’s OK
    last_event = sys_peer –> Basically, The last event of the time synchronization is OK

    Configure the Time synchronization on CLI

    Open an SSH session to the vCenter Server. For the NTP configuration on CLI, is not necessary to access the bash shell at the moment.

    The commands that we will use to configure the NTP on CLI are:

    ntp.get –> Used to get if the vCenter server has NTP servers configured
    timesync.get –> Used to get the type configuration mode
    ntp.set –server 192.168.199.3 –> Used to configure the vCenter Server to get the time information from IP 192.168.199.3

    The picture below shows these commands applied in our lab environment:

    After it, the vCenter Server has been configured to sync the date and time from NTP 🙂 .

    To see more details, you can see the link below:

    https://kb.vmware.com/s/article/57146

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleManaging the vCenter Server Services
    Next Article How to enable the vSphere DRS feature
    Danilo

    Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

    Related Posts

    VM Replication with vSphere Replication and Site Recovery Manager

    June 16, 2025

    Changing DNS Settings on ESXi Hosts

    May 20, 2025

    Changing NTP Settings on ESXi Hosts

    May 19, 2025

    Comments are closed.

    Search
    Categories
    • HPC (10)
    • Operating Systems (83)
    • PowerFlex (22)
    • Virtualization (129)
    Read More
    Operating Systems

    How to Investigate TCP Retransmissions on Linux

    By DaniloAugust 11, 20260
    HPC

    Slurm Node Is DRAINED: How to Find the Exact Reason

    By DaniloAugust 10, 20260
    HPC

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    By DaniloAugust 9, 20260
    Operating Systems

    Linux Process Resource Usage: How to Find Heavy Processes

    By DaniloAugust 6, 20260
    HPC

    Lustre Filesystem Commands: A Practical Admin Guide

    By DaniloAugust 5, 20260
    Latest Posts

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • HPC
    • Operating Systems
    • PowerFlex
    • Virtualization
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Copyright © 2026, DPC Virtual Tips. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure your best experience on our website. If you continue using our website, we'll assume you agree to our cookie policy