본문 바로가기

IT/linux

시간동기화 - ntpd, rdate

1. 먼저 시간을 맞출수있게 ntpd를 실행하면 되겠구요...
#ntpd
2. 타임서버의 시간과 비교하여 시간을 맞추게하면 되겠습니다.
#ntpdate -s time.bora.net

이것을 시스템이 시작할때마다 자동으로 돌아가게하면 되는것이죠
/usr/local/etc/rc.d 디렉토리밑에  ntpd.sh 라는 스크립트 파일을 작성해서 넣었답니다.
이 디렉토리는 시스템이 부팅되고나서 자동으로 실행하고픈 스크립트파일들이 위치하게됩니다.
이젠 시스템이 리부팅되면 자동으로 시간이 맞춰진답니다.

#####ntpd.sh######
/usr/sbin/ntpd
ntpdate -s time.bora.net
####################



우리는 주로
rdate -s ...
hwclock


[root@chattest /data/app/temp] cat /etc/ntp.conf
# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.

restrict        default ignore
restrict        127.0.0.1

server          211.233.78.116
restrict        211.233.78.116

driftfile       /var/lib/ntp/drift
broadcastdelay  0.008