Fedora 12
Sponsored Link

NTPサーバー構築2010/05/25

  時刻合わせのためのntpサーバーを構築します。
[root@dlp ~]#
yum -y install ntp

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* fedora: ftp.jaist.ac.jp
* updates: ftp.jaist.ac.jp
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ntp.x86_64 0:4.2.4p7-7.fc12 set to be updated
--> Processing Dependency: ntpdate = 4.2.4p7-7.fc12 for package: ntp-4.2.4p7-7.fc12.x86_64
--> Running transaction check
---> Package ntpdate.x86_64 0:4.2.4p7-7.fc12 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================
Package
Arch
Version
Repository
Size

===================================================================
Installing:
  ntp
x86_64
4.2.4p7-7.fc12
fedora
444 k

Installing for dependencies:
  ntpdate
x86_64
4.2.4p7-7.fc12
fedora
58 k


Transaction Summary
===================================================================
Install
2 Package(s)

Update
0 Package(s)

Remove
0 Package(s)


Total download size: 502 k
Downloading Packages:
(1/2): ntp-4.2.4p7-7.fc12.x86_64.rpm
| 444 k   00:03

(2/2): ntpdate-4.2.4p7-7.fc12.x86_64.rpm
|   58 kB   00:03

---------------------------------------------------------
Total
1.2 MB/s | 502 kB 00:00

Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
   Installing : ntpdate-4.2.4p7-7.fc12.x86_64
1/2

   Installing : ntp-4.2.4p7-7.fc12.x86_64
2/2


Installed:
   ntp.x86_64 0:4.2.4p7-7.fc12

Dependency Installed:
   ntpdate.x86_64 0:4.2.4p7-7.fc12

Complete!
[root@dlp ~]#
mv /etc/ntp.conf /etc/ntp.conf.bk

[root@dlp ~]#
vi /etc/ntp.conf


# 同期をとるサーバーを指定

server ntp1.jst.mfeed.ad.jp

server ntp2.jst.mfeed.ad.jp

server ntp3.jst.mfeed.ad.jp


[root@dlp ~]#
/etc/rc.d/init.d/ntpd start

Starting ntpd:
[ OK ]

[root@dlp ~]#
chkconfig ntpd on

[root@dlp ~]#
ntpq -p

remote
refid
st
t
when
poll
reach
delay
offset
jitter

==========================================================
ntp1.jst.mfeed.
210.173.160.86
2
u
2
64
1
21.227
-475.55
0.001

ntp2.jst.mfeed.
210.173.160.86
2
u
1
64
1
21.400
-475.53
0.001

ntp3.jst.mfeed.
210.173.160.86
2
u
-
64
1
22.087
-476.08
0.001
関連コンテンツ