PowerFlex:NTP 同步故障处理和验证

Summary: 服务器上不正确的系统时间可能会导致证书验证失败、身份验证错误和升级失败等严重问题。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

  • 系统时间不正确或出现偏移
  • 证书或 TLS 验证失败
  • 群集节点报告时间不一致
  • 与时间不匹配相关的升级或部署失败

Cause

NTP(通过 chronyd 服务)未运行、配置错误或由于时间偏移过多或连接问题而无法同步。

Resolution

运行以下命令以确认时钟已与其他系统同步,并且 NTP 服务处于活动状态。

timedatectl status

 

确保 chrony 服务正在运行:

systemctl status chronyd

 

检查同步运行状况和源服务器,这将显示偏移和同步状态,以及可访问的 NTP 服务器及其状态:

chronyc tracking

chronyc sources -v

 

如果时间偏差几分钟,请重新启动 chrony

systemctl restart chronyd

 

如果系统未正确同步,请强制执行时间校正

chronyc makestep

 

如果系统时间明显不同步

  • NTP 可能不会自动调整它。手动将时间设置为更接近正确值:
sudo timedatectl set-time "YYYY-MM-DD HH:MM:SS"

 

示例:

sudo timedatectl set-time "2026-06-19 10:30:00"

 

更正后,chrony 将恢复正常同步。

 

执行这些步骤后,确认系统时钟已同步,并且 NTP 源处于活动状态:

timedatectl status

chronyc tracking

Additional Information

成功的 chronyc 跟踪状态
配置的 NTP 服务器应列在参考 ID 下,层应大于 0,系统时间应报告远小于 1 秒的时间差: 

node1:~ # chronyc tracking
Reference ID : 64400012 (0.pool.ntp.org)
Stratum : 4
Ref time (UTC) : Mon Mar 07 17:15:39 2022
System time : 0.000001647 seconds slow of NTP time
Last offset : -0.000006101 seconds
RMS offset : 0.000020258 seconds
Frequency : 33.247 ppm slow
Residual freq : -0.000 ppm
Skew : 0.016 ppm
Root delay : 0.040418178 seconds
Root dispersion : 0.033837218 seconds
Update interval : 1024.6 seconds
Leap status : Normal

 

不成功的 chronyc 跟踪状态

第 0 层表示未同步,Leap 状态表示未同步: 

node1:~ # chronyc tracking
Reference ID : 00000000 ()
Stratum : 0
Ref time (UTC) : Thu Jan 01 00:00:00 1970
System time : 0.000000000 seconds fast of NTP time
Last offset : +0.000000000 seconds
RMS offset : 0.000000000 seconds
Frequency : 0.000 ppm slow
Residual freq : +0.000 ppm
Skew : 0.000 ppm
Root delay : 1.000000000 seconds
Root dispersion : 1.000000000 seconds
Update interval : 0.0 seconds
Leap status : Not synchronized

Affected Products

PowerFlex rack, ScaleIO, PowerFlex Software
Article Properties
Article Number: 000481224
Article Type: Solution
Last Modified: 09 Jul 2026
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.