Create an NTP environment in Centos and a centosntp Environment

Source: Internet
Author: User

Create an NTP environment in Centos and a centosntp Environment

Recently, an Openstack and Ceph cluster were built. Because multiple nodes exist in the cluster and time synchronization is required between nodes, NTP is required. In addition, in some cases, the network environment is closed, therefore, you need to build an NTP server.

Server IP Address

Role

Description

Synchronization mode

192.168.100.203

NTPD service

1. synchronizes the standard time with the external public NTPD service

2. Serve as an NTPD service for internal and external networks

Smooth synchronization of NTPD services

192.168.40.xxx

Internal and external NTP clients

Synchronization time between Intranet devices and 192.168.100.203

Smooth synchronization of NTPD services


NTP time synchronization mode selection

There are two NTP Synchronization Methods in linux: Use the ntpdate command to synchronize directly and use the NTPD service for smooth synchronization. What is the difference? To put it simply, the concept will not be blurred after a long time.

The current system time of an existing device is. The actual current time (in the air, maybe on a satellite, here is assumed to be at the upper-level target NTP server for synchronization) is. If we use ntpdate synchronization (ntpdate-u destination NTP server IP address), the operating system time will be updated to immediately. If our system has a scheduled application that runs at every day, now that the task has run (the current time is) and is changed to 12: 30 by ntpdate, the task will be executed again after 10 minutes, this is terrible. This task can only be executed once !! I think you (actually me) have understood the hidden risks of ntpdate time synchronization. Of course, this example is extreme, but it is indeed risky. I don't plan to do this in the production environment, so it is better to be secure. Therefore, the solution to this problem is to smoothly change the time without having a time point experienced twice in a day. This is the smooth synchronization time of the NTPD service, the offset of each synchronization time will not be too steep, but it will take a long time (Q: How can this problem be solved? I only know one synchronization at a time, but it takes a long time to complete synchronization, therefore, you must manually synchronize ntpdate before enabling NTPD service synchronization ).

Install configurations

The CentOS 6.3 system already comes with the NTPD service, which is usually followed by default. If it is not installed, check it first, configure the yum repository, and install it in the yum mode. The details are as follows:

#rpm -q ntp

If not, follow the steps below

# yum install ntp

Install the NTP software package on each server on the Intranet according to the above installation method.

After that, you must configure the NTP service to start automatically.

# chkconfig ntpd on# chkconfig --list ntpd

Before configuration, use ntpdate to manually synchronize the time, so that the time difference between the local machine and the external time server is too large, so that ntpd cannot be synchronized normally.

# ntpdate -u 202.112.10.3622 Dec 16:52:38 ntpdate[6400]: adjust time server 202.112.10.36 offset 0.012135 se
Configure Intranet NTP-Server (192.168.100.203)

The following describes how to configure the Intranet NPTD server (192.168.100.203). The core of the NTPD service configuration is in the/etc/ntp. conf file. The articles on the Internet, especially for foreigners, are very simple. I am fooled. Mom, the basic environment is different. We have to have Chinese characteristics. First, go to the configuration file. Later, the red part is my modification, and the others are the default ones.

# For more information about this file, see the man pages # ntp. conf (5), ntp_acc (5), ntp_auth (5), ntp_clock (5), ntp_misc (5), ntp_mon (5 ). driftfile/var/lib/ntp/drift # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default kod nomodify notrap nopeer noqueryrestrict-6 default kod nomodify notrap nopeer noquery # Permit all access over the loopback interface. this cocould # be tightened as well, but to do so wocould effect some of # the administrative functions. restrict 127.0.0.1restrict-6: 1 # Hosts on local network are less restricted. # Allow other Intranet machine synchronization time restrict 192.168.40.0 mask limit 255.0 nomodify notrap # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html ). # China's most active time server: http://www.pool.ntp.org/zone/cnserver 210.72.145.44 perfer # China National Time Center server 202.112.10.36 # 1.cn. pool. ntp. orgserver Secret # broadcast 192.168.40.255 autokey # broadcast server # broadcastclient # broadcast client # broadcast multicast autokey # multicast server # multicastclient Secret # multicast client # manycastserver Secret # manycast server # manycastclient secret autokey # manycast client # allow update time by the upper server # allow the upper-layer time server to actively modify the Local time restrict when nomodify notrap noqueryrestrict 202.112.10.36 nomodify notrap noqueryrestrict when nomodify notrap noquery # Undisciplined Local. this is a fake driver intended for backup # and when no outside source of synchronized time is available. # When the external time server is unavailable, use the local time as the Time Service server 127.127.1.0 # local clockfudge 127.127.1.0 stratum 10 # Enable public key cryptography. # cryptoincludefile/etc/ntp/crypto/pw # Key file containing the keys and key identifiers used when operating # with Your Ric key cryptography. keys/etc/ntp/keys # Specify the key identifiers which are trusted. # trustedkey 4 8 42 # Specify the key identifier to use with the ntpdc utility. # requestkey 8 # Specify the key identifier to use with the ntpq utility. # controlkey 8 # Enable writing of statistics records. # statistics clockstats cryptostats loopstats peerstats


For a simple description of configuration parameters and commands, see: http://linux.vbird.org/linux_server/0440ntp.php#server_ntp.conf

The configuration file is modified, saved and exited, and the service is started.

# service ntpd start

After startup, it usually takes about 5-10 minutes to start synchronization with the external time server. You can run a command to query the NTPD service status.

View service connections and listeners

# netstat -tlunp | grep ntp      udp        0      0 192.168.100.203:123           0.0.0.0:*                               23103/ntpd          udp        0      0 127.0.0.1:123               0.0.0.0:*                               23103/ntpd          udp        0      0 0.0.0.0:123                 0.0.0.0:*                               23103/ntpd          udp        0      0 fe80::6cae:8bff:fe3d:f65:123 :::*                                    23103/ntpd          udp        0      0 fe80::6eae:8bff:fe3d:f65:123 :::*                                    23103/ntpd          udp        0      0 ::1:123                     :::*                                    23103/ntpd          udp        0      0 :::123                      :::*                                    23103/ntpd  


Ntpq-p: view the NTP server in the network and display the relationship between the client and each server.

# ntpq -p# ntpq -p     remote           refid      st t when poll reach   delay   offset  jitter==============================================================================*202.112.10.36   202.112.10.60    2 u  277  128  314  201.553    9.193  17.068+59.124.196.83   129.6.15.28      2 u   88  128  377   71.153  -25.111  14.004 LOCAL(0)        .LOCL.          10 l   15   64  377    0.000    0.000   0.000


Location

Flag

Description

Symbol

*

Response NTP server and the most accurate Server

+

NTP server responding to this query request


Blank (Space)

NTP server with No Response


Title

Remote

Name of the NTP server responding to this request

Refid

Name of the higher-level server used by the NTP server


St

Level of the NTP server that is responding to the request


When

Number of seconds since the last successful request


Poll

How often does the local server and remote server synchronize data? Unit: seconds. When NTP is started, the poll value is relatively small and the server synchronization frequency is high, you can adjust it to the correct time range as soon as possible. Then, the poll value will gradually increase and the synchronization frequency will decrease accordingly.


Reach

It is an octal value to test whether a connection can be established with the server. The value of each successful connection increases.


Delay

The round-trip time required to send synchronization requests from the local machine to the ntp server


Offset

The Time offset between the host and the synchronization time source through the NTP clock, in milliseconds. The closer the offset is to 0, the closer the time between the host and the ntp server is.


Jitter

Calculates the distribution of offset in a specific continuous number of connections. Simply put, the smaller the absolute value, the more accurate the host time.


The ntpstat command is used to view the time synchronization status, which generally requires 5-10The connection and synchronization will be successful in minutes.. Therefore, wait a moment after the server is started.

When starting, it is generally:

# ntpstat unsynchronised  time server re-starting   polling server every 64 s

After connection and synchronization:

synchronised to NTP server (202.112.10.36) at stratum 3    time correct to within 275 ms   polling server every 256 s

OK. The intranet NTPD service has been configured. If all devices are normal, configure other devices in the intranet and use this server as the time synchronization service.

Configure Intranet NTP-Clients

Other devices on the Intranet are configured as NTP clients, which are relatively simple and the configurations of all devices are the same.

Install the NTPD service and configure it to self-start (exactly the same as NTP-Server ). Find one of the configuration files/etc/ntp. conf. After the configuration is verified, copy the file to another client and use it directly.

# yum install ntp# chkconfig ntp on# vim /etc/ntp.conf
Driftfile/var/lib/ntp/driftrestrict 127.0.0.1restrict-6 :: 1 # configure the time server as the local time server 255.192.168.100.203 nomodify notrap noqueryserver 127.127.1.0 # local clockfudge 127.127.1.0 stratum 10 minutes defile/etc/ntp/crypto/pwkeys/etc/ntp/keys

Save and exit. Use ntpdate to manually synchronize the time before requesting the server

# ntpdate -u 192.168.0.13522 Dec 17:09:57 ntpdate[6439]: adjust time server 192.168.100.203 offset 0.004882 sec


Synchronization may fail. Generally, the reason is that the local NTPD server is not properly started. It usually takes several minutes to start synchronization.

For error determination, refer to the subsequent error handling.

# service ntpd start

View synchronization status after startup

# ntpq -p# ntpstat
Troubleshooting

Used to collect installation, configuration, and Application Problems

Error 1: ntpdate-u ip-<no server suitable for synchronization found

Judgment: the ntp client uses ntpdate-d serverIP to view the error "Server dropped: strata too high" and displays "stratum 16 ". Normally, the value range of stratum is "0 ~ 15 ".

Cause: the NTP server is not synchronized with itself or its server. After you restart the ntp service on the ntp server, it may take five minutes for the ntp server to synchronize itself or with its server, during this time, when the client runs the ntpdate command, the no server suitable for synchronization found error is generated.

Processing: Wait a few minutes and try again.

You can also run the ntpq-p command to view the situation.

 

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.