服務器使用ntpd對時--客戶端配置

    爲了使服務器集羣的系統時間維持在同一時間。使用對時程序必不可少。一般存在使用ntpdate方式和ntpd方式。 服務器

    ntpdate方式會使系統時間在對時時刻發生跳變,這對某些依賴系統時間來決定是否超時的程序具備很大的影響。 spa

    ntpd方式採用一種優雅的方式。逐步逼近最新時刻。這樣變化過程對依賴系統時間的程序影響較小。 rest


    ntpd客戶端配置: server

    打開 /etc/ntp.conf ip

    註釋掉 集羣

    #server 0.rhel.pool.ntp.org
    #server 1.rhel.pool.ntp.org
    #server 2.rhel.pool.ntp.org 配置

    修改 date

    server  127.127.1.0 # local clock
    fudge   127.127.1.0 stratum 10 service

    爲國家授時中心服務器ip 程序

    server  210.72.145.44   # local clock 
    fudge   210.72.145.44 stratum 10

    添加

    ntpd_enable="YES"

    啓動服務

    service ntpd restart

   chkconfig ntpd on


    能夠使用的命令

    ntpq -p

    ntpstat

相關文章
相關標籤/搜索