NTP 클러스터 서버 구축

1813 단어
NTP 서버
10.11.52
서버는 인터넷의 시간 센터에서 시간을 동기화할 수 있는 네트워크를 필요로 한다.
1.       ntp     
rpm -qa | grep ntp
2.  ntp  
yum install -y ntp ntpdate
3.  ntp    
vi /etc/ntp.conf

-----------------------------------------------------
ntp         
-----------------------------------------------------
#       
server ntp1.aliyun.com

# allow update time by the upper server
#                  
restrict ntp1.aliyun.com nomodify notrap noquery

# Undisciplined Local Clock. This is a fake driver intended for backup
# and when no outside source of synchronized time is available.
#            ,           
#server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10

4.  ntp  
service ntpd start    ntp  
service ntpd status 

5.      
chkconfig ntpd on

          
systemctl list-unit-files | grep ntp

6.         
netstat -tlunp | grep ntp

7.      NTP   ,                
ntpq -p

8.        ,      5-10            。  ,           
ntpstat

9.           BIOS。
                       ,      :
vi /etc/sysconfig/ntpd
# Command line options for ntpd
OPTIONS="-g"
SYNC_HWCLOCK=yes

NTP 클라이언트
10.11.653, 10.11.654 동기화 서버
1.   /etc/ntp.conf  ,sudo vi /etc/ntp.conf
           : 
server 10.11.6.52 prefer 
2.   sudo chkconfig ntpd on,      。
3.   sudo service ntpd start  ntpd  。
4.   NTP-Server   
sudo ntpdate -u 10.11.6.52
5.           BIOS。
                       ,      :
sudo vi /etc/sysconfig/ntpd
# Command line options for ntpd
OPTIONS="-g"
SYNC_HWCLOCK=yes

시간 정보 보기:timedatectl보기 시간 업데이트:watch -n 1 -d "date"윈도우즈에 연결된 VPN이 연결된 linux 집단이기 때문에, 만약 윈도우즈가 NTP 서버가 된다면, linux는 IP가 복잡하기 때문에 연결할 수 없습니다.그러나 Windows는 linux 그룹을 연결할 수 있습니다.그래서 윈도우즈도 NTP 클라이언트로 하고 linux 그룹에서 하나의 서버를 선택하면 모두가 이 서버에 연결된다.

좋은 웹페이지 즐겨찾기