Review this topic for requirements for host names, NTP, user privileges, DNS configuration, passwordless SSH, and IP addresses.
etc/systemd/timesyncd.conf
to select NTP
servers in the [Time]
section of the configuration file.
The NTP=
option takes a space-separated list of host names
or IP addresses. NTP suggests selecting as many servers as is feasible, but
at least 3. Select from the pool of publicly available servers or your
company's internal NTP servers. For
example:[Time] NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
timesyncd.conf
and
to synchronize your
changes.# sudo vim /etc/systemd/timesyncd.conf # sudo service systemd-timesyncd restart # systemctl status systemd-timesyncd # sudo timedatectl set-timezone <your_time_zone>
sudoers
privileges
to ensure components are installed correctly. Installation fails if this
requirement is not met. nslookup
returns the correct host name based on the IP address. For example,
nslookup
node1
.dig
<node_hostname> +short
should return the correct IP
addresses assigned to the hosts.