Centos7 상 ntpd설정을 하는 중 동작이 정상인지 문의드립니다.
ntpd서비스 부팅 시 활성화 해놔도
OS재부팅 시에는 비활성화 됩니다.
다음은 설정 과정입니다.
/etc/ntp.conf
에 동기화할 서버 주소 입력후 저장하고
systemctl enable ntpd
설정 후
systemctl start ntpd
로 서비스 시작
ntpq -p
ntpstat 으로 확인해보면 정상작동 하나
OS 리부팅 할 경우 ntpd서비스가 시작되어 있지 않더군요
ntpd 추가 설정에 필요한 부분이 있는건가요?
Çؼ ·±·¹º§ ¾îµð¿¡¼ on/off µÇ´ÂÁö ¸ÕÀú üũÇØ¾ß ÇÒ°Í °°³×¿ä
chkconfig ¸¦ È®ÀÎÇغ¸´Ï systemctl list-unit-files ¸¦ È®ÀÎÇ϶ó´Â ¸Þ¼¼Áö°¡ Ãâ·ÂµÇ³×¿ä. chkconfig ±â´ÉÀº ÀÌÁ¦ Áö¿ø ¾ÈÇÏ´Â ¹öÀü °°½À´Ï´Ù.
https://coding-chobo.tistory.com/70
centos8 ¿¡¼´Â ntp °¡ default °¡ ¾Æ´Ï°í, chronyd °¡ ±âº» default ÀÏ°Ì´Ï´Ù.
centos7 ¿¡¼´Â ntp°¡ ¸ÂÀ» °Í °°±äÇѵ¥.. Ȥ½Ã chronyd °¡ ¶°ÀÖ³ª È®ÀÎÇØ º¸¼¼¿ä.
chronyd °¡ ¶°ÀÖÀ¸¸é, ntpd °¡ Æ÷Æ® Ãæµ¹¶§¹®¿¡ startup ÀÌ ¾ÈµÉ °Ì´Ï´Ù.
(Ãß°¡ÀûÀ¸·Î... ) Àú´Â chronyd ¸¦ ±×³É ¾²´Â ÅͶó..........
chrony-dnssrv, chrony-dnssrv@timer chrony-wait.service °°ÀÌ ¿©·¯°¡Áö ¼ºñ½º°¡ ¿Ã¶ó¿À³×¿ä.
Ãß°¡ °Ë»öÇغÁ¾ßµÉ°Í °°½À´Ï´Ù. °¨»çÇÕ´Ï´Ù.
server Ãß°¡
systemctl start chrony.service
systemctl enable chrony.service
/etc/chrony.conf
systemctl start chronyd.service
systemctl enable chronyd.service
·Î ÇØ°áµÇ¾ú½À´Ï´Ù. °¨»çÇÕ´Ï´Ù.