반응형
다수 폐쇄망 서버를 ntp(chrony ) ntp 연동 시킬때 쓰던 스크립트다.
#/bin/bash
timedatectl set-timezone Asia/Seoul
timedatectl set-local-rtc 0
mv /etc/chrony.conf /etc/chrony.conf_old
cp /설정파일 경로/chrony.conf /etc/
timedatectl set-ntp yes
systemctl enable chronyd
systemctl restart chronyd
chronyc sources
ntp (chrony 서버)는 현재 dns (webmin)rocky 8.4 구동중이다.
반응형
'Linux_etc' 카테고리의 다른 글
Centos 7.x Network 모니터링 (0) | 2022.03.24 |
---|---|
Centos 7.x open file limit 해제 하기 (0) | 2022.03.08 |
Centos 7.8 -kernel update 3.10.x -> 5.16.10 삽질 -2부 (0) | 2022.02.28 |
리눅스 top 대신 htop ? (0) | 2022.02.24 |
Centos 7.8 -kernel update 3.10.x -> 5.16.10 삽질 (0) | 2022.02.24 |