[root@linux ~]# yum list | grep ntp
chkfontpath.i386 1.10.1-1.1 installed
ntp.i386 4.2.2p1-7.el5 base ←■ インストールされていません
[root@linux ~]#
NTPサーバ インストール
[root@linux ~]# yum -y install ntp
Setting up Install Process
Setting up repositories
~ 中略 ~
Installed: ntp.i386 0:4.2.0.a.20040617-4.EL4.1
Complete!
[root@linux ~]#
NTPサーバ 設定
[root@linux ~]# vi /etc/ntp.conf ←■ ntp設定ファイル編集
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
※ 参照サーバーを変更する
#server 0.rhel.pool.ntp.org
#server 1.rhel.pool.ntp.org
#server 2.rhel.pool.ntp.org
↓↓ 時刻同期先NTPサーバーを変更
server eagle.center.osakafu-u.ac.jp # 大阪府立大学NTPサーバー
server ntp1.jst.mfeed.ad.jp # 公開NTPサーバー
server ntp2.jst.mfeed.ad.jp # 公開NTPサーバー
server ntp3.jst.mfeed.ad.jp # 公開NTPサーバー
:wq ←■ 保存して閉じる
[root@linux ~]#
0 件のコメント:
コメントを投稿