ラベル

Server (108) work (77) Idea (68) Car (31) PC (29) DAW (28) other (19) MakingWEBsite (18) 趣味 (18) health (13) CentOS (11) drupal (11) (9) android (4) スマホ (4) communication (3) drupal7 (3) hint (3) meno (3) モバイル (3) 歯医者 (3) 第二種電気工事士 (3) 英語 (3) PC Server (2) drupal8 (2) ms access (2) uwp C# (2) めし (2) 整備 (2) 音楽 (2) MIDI (1) diy (1) 会計 (1) 動画再生 (1) 生活 (1) 郵便 (1) 食べ物 (1)

2013年9月10日火曜日

ntp time server

ntp time server

#yum install ntp

back up original conf
# mv /etc/ntp.conf /etc/ntp.conf.bak

make a new conf
#vi /etc/ntp.conf
driftfile /var/lib/ntp/drift
server ntp1.jst.mfeed.ad.jp
server ntp2.jst.mfeed.ad.jp
server ntp3.jst.mfeed.ad.jp

synchronize a server's time manually
#ntpdate ntp1.jst.mfeed.ad.jp

ntp service start
#/etc/rc.d/init.d/ntpd start

#chkconfig ntpd on
#chkconfig --list ntpd

prints current time server
#ntpq -p

check status
#/etc/init.d/ntpd status

0 件のコメント:

コメントを投稿