Centos7 time synchronization server

Source: Internet
Author: User

Centos7 time synchronization server

It's a bit difficult today. Because of inconsistent server time, many log logs are missing during data synchronization.

So. Let's talk about the time server first.

Start:

Method 1: simple, efficient, and easy to use

# Ntpdate-u ntp. api. bz

Method 2: Time Server: 1) #yuminstallntp 2) #vi/etc/ntp.conf Comment a line restrictdefaultignore Add a row restrict192.168.1.0mask255.255.255.0nomodifynotrap # Server address 3). #vi/etc/ntp/step-tickers Add a row (you can also rewrite it based on the original one) pool.ntp.org In this way, the international standard time server will be automatically connected each time ntpd is started; 4). #systemctlrestartntpd 5). #ss-an|grep123 Make sure that the port is opened in udp mode. 6) # Systemctlenablentpdate. service (added to auto-start upon startup) 7) # Date (whether the detection time is reliable) Monday 1, January 18, 2016: 55CST

In this way, the time synchronization problem of multiple machines can be solved.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.