Sie können die NTP-Serverkonfiguration nach der ersten Bereitstellung der VMware Cloud Director-Appliance ändern.

Prozedur

  1. Melden Sie sich direkt oder mithilfe eines SSH-Clients bei der Konsole der VMware Cloud Director-Appliance als root an.
  2. Zum Ändern des NTP-Servers bearbeiten Sie die Datei /etc/systemd/timesyncd.conf.
    Der Inhalt der Datei /etc/systemd/timesyncd.conf muss dem folgenden ähneln. Um mehrere NTP-Server anzugeben, verwenden Sie eine durch Leerzeichen getrennte Liste.
    # This file is part of systemd.
    #
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    #
    # Entries in this file show the compile time defaults.
    # You can change settings by editing this file.
    # Defaults can be restored by simply deleting this file.
    #
    # See timesyncd.conf(5) for details.
    
    [Time]
    #FallbackNTP=time1.sample-time-server.com time2.sample-time-server.com time3.sample-time-server.com time4.sample-time-server.com
    NTP=time.sample-time-server.com
  3. Starten Sie den NTP-Dienst neu.
    systemctl restart systemd-timesyncd.service -l
  4. Stellen Sie sicher, dass der Dienst ordnungsgemäß ausgeführt wird.
    timedatectl status
    Beispielausgabe des Befehls timedatectl.
    Local time: Tue 2022-12-13 15:29:18 UTC
      Universal time: Tue 2022-12-13 15:29:18 UTC
            RTC time: Tue 2022-12-13 15:29:18
           Time zone: Etc/UTC (UTC, +0000)
     Network time on: yes
    NTP synchronized: yes
     RTC in local TZ: no
    
  5. Synchronisieren Sie die Uhrzeit mit dem NTP-Server.
    ntpdate time_server
  6. Wiederholen Sie die Schritte 2 bis 5 für jede Appliance im Cluster.