When I run “ucr search timeserver” on my Domain Master, I get:
root@bebucsmdcsvrp2:~# ucr search timeserver
timeserver2: 1.us.pool.ntp.org
Usually the master domain controller functions as the time server of a UCS domain. With the variables ‘timeserver’, ‘timeserver2’ and ‘timeserver3’ external NTP servers can be included as time sources.
timeserver3: 2.us.pool.ntp.org
Usually the master domain controller functions as the time server of a UCS domain. With the variables ‘timeserver’, ‘timeserver2’ and ‘timeserver3’ external NTP servers can be included as time sources.
timeserver: 0.us.pool.ntp.org
Usually the master domain controller functions as the time server of a UCS domain. With the variables ‘timeserver’, ‘timeserver2’ and ‘timeserver3’ external NTP servers can be included as time sources.
However when I run “timedatectl status” I get this:
root@bebucsmdcsvrp2:~# timedatectl status
Local time: Tue 2017-08-08 10:23:39 PDT
Universal time: Tue 2017-08-08 17:23:39 UTC
RTC time: Tue 2017-08-08 17:23:39
Time zone: America/Los_Angeles (PDT, -0700)
NTP enabled: no
NTP synchronized: no
RTC in local TZ: no
DST active: yes
Last DST change: DST began at
Sun 2017-03-12 01:59:59 PST
Sun 2017-03-12 03:00:00 PDT
Next DST change: DST ends (the clock jumps one hour backwards) at
Sun 2017-11-05 01:59:59 PDT
Sun 2017-11-05 01:00:00 PST
It appears that NTP is not running on my master or any other domain controller (backup/slave) as the results of “timedatectl status” are the same on all UCS Domain controllers.
It appears that I need to enable NTP. I’d like some confirmation on this before I go ahead and enable it with:
“timedatectl set-ntp true”