首页 > 代码库 > ntp--时间同步服务器

ntp--时间同步服务器

客户端首先安装ntp

yum install ntp
shell> ntpdate 95.222.122.210  
shell> ntpdate 202.112.10.60   
shell> ntpdate 192.93.2.20

注意:

客户端同步时间时出现:no server suitable for synchronization found 错误提示

原因:

在ntp server上重新启动ntp服务后,ntp server自身或者与其server的同步的需要一个时间段,这个时间段可能是5分钟,在这个时间段客户端运行ntpdate命令时会产生“no server suitable for synchronization found”的错误

如何知道ntp server完成了和自身同步的过程呢?

在ntp server上使用命令:

shell>ntpq -p

参考资料:

http://blog.csdn.net/mmz_xiaokong/article/details/8700979