出现Clock Skewed如下:
Summary: Clock skewed: Status: unresolved
Time of occurrence: 22 Feb 2021 13:15:00
Number of occurrences of this message: 1
Description:
Hosts have dbnode clock skew: vertica-db6
是哪个节点触发的告警,就说明哪个节点的时钟同步进程挂掉了,需要操作如下:
用 systemctl status chronyd 查看进程状态,如果不是active(runing),而是其它状态,比如 inactive(dead)。
需要重启进程:systemctl restart chronyd