forked from docs/doc-exports
Reviewed-by: Kovács, Zoltán <zkovacs@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2.5 KiB
2.5 KiB
Node Clock Synchronization Server
Check Items
Check whether the clock synchronization server ntpd or chronyd of the node is running properly.
Solution
- Scenario 1: ntpd is running abnormally.
Log in to the node and run the systemctl status ntpd command to obtain the running status of ntpd. If the command output is abnormal, run the systemctl restart ntpd command and obtain the status again.
The normal command output is as follows:
If the problem persists after ntpd is restarted, contact technical support.
- Scenario 2: chronyd is running abnormally.
Log in to the node and run the systemctl status chronyd command to obtain the running status of chronyd. If the command output is abnormal, run the systemctl restart chronyd command and obtain the status again.
The normal command output is as follows:
If the problem persists after chronyd is restarted, contact technical support.
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions