Linux下ntp自動更新服務器時間

首先安裝ntp,而後使用命令  /usr/sbin/ntpdate ntp.api.bz 更新時間能夠將以上命令加入crontab中定時執行;

但每每咱們會在執行ntpdate命令時失敗,解決方法以下:


#/usr/sbin/ntpdate pool.ntp.org
Name server cannot be used, exiting27 Nov 23:41:32 ntpdate[3612]: name server cannot be used, reason: Temporary failure in name resolution

解決方法:設置DNS服務器
#echo "nameserver 8.8.8.8" 〉 /etc/resolv.conf    根據本身實際環境修改 #ntpdate pool.ntp.org 27 Nov 23:47:40 ntpdate[4145]: adjust time server 202.112.31.197 offset -0.481976 sec # /etc/init.d/ntpd start 正在啓動 ntpd:                                            [肯定]
相關文章
相關標籤/搜索