CentOS7にChronyの設定を変更する方法

2019年1月2日

1.操作コマンド
# cp /etc/chrony.conf /etc/chrony.conf.org
# vim /etc/chrony.conf
# 下記をコメントする
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst

# 設定内容の追記
server ntp.nict.jp iburst
server ntp.jst.mfeed.ad.jp iburst

2.chronyd起動
# systemctl start chronyd
# systemctl enable chronyd
# reboot

3.同期状態の確認
# chronyc sources

Linux

Posted by arkgame