Linux下自動調整時間和時區與Internet時間同步__Linux

來源:互聯網
上載者:User

一、安裝ntp 二、同步時間 三、將系統時間寫入到系統硬體當中,避免重啟伺服器時間覆蓋 四、設定計劃任務同步網路時間 問題 附錄 一、安裝ntp

[root@server-2 ~]# yum install -y ntpdate
二、同步時間
// 方式一、使用網域名稱串連,要經過DNS解析,速度慢。[root@server-2 ~]# ntpdate pool.ntp.org// 方式二、使用IP串連,超級快。[root@server-2 ~]# ntpdate 120.24.81.91http://www.pool.ntp.org是NTP的官方網站,在這上面我們可以找到離我們國家的NTP Server cn.pool.ntp.org.它有3個伺服器位址:伺服器一:        1.cn.pool.ntp.org伺服器二:        2.asia.pool.ntp.org伺服器三:        3.asia.pool.ntp.org(直接用網域名稱有時有問題,可以先Ping出他們的IP,然後用IP地址同步)// 出現以下資訊說明成功5 Feb 21:23:06 ntpdate[62910]: step time server 182.92.12.11 offset -40.589470 sec
三、將系統時間寫入到系統硬體當中,避免重啟伺服器時間覆蓋
// 顯示hardwareclock系統硬體時間[root@server-2 ~]# hwclock// 將系統時間寫入到系統硬體當中[root@server-2 ~]# hwclock -w
四、設定計劃任務同步網路時間
crontab格式如下:# For details see man 4 crontabs# Example of job definition:# .---------------- minute (0 - 59)# |  .------------- hour (0 - 23)# |  |  .---------- day of month (1 - 31)# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat# |  |  |  |  |# *  *  *  *  *  command to be executed設定crontab計劃任務有兩種方式:1、寫在/etc/crontab裡代碼:00 11 * * * root ntpdate 210.72.145.44每天11點與中國國家授時中心同步時間每天11點與中國國家授時中心同步時間當然前提是apt-get install ntpdate代碼也可是00 11 * * * root ntpdate us.pool.ntp.org2、使用命令crontab -ecrontab -e    10 5 * * * root ntpdate us.pool.ntp.org;hwclock -w這樣每天5:10自動進行網路校時,並同時更新BIOS的時間################################
問題 附錄
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.