


Linux uses NTP service management/synchronization server time_PHP tutorial
Jul 12, 2016 am 08:57 AMLinux uses NTP service to manage/synchronize server time
When there are multiple Web Servers and the time of each server needs to be consistent, then you can consider using NTP service.1. First use ntpstat to check the current status of the NTP service.
#ntpstat
If the following content is output, it means that it has not started yet. You need to set the NTP service to start automatically when the server is restarted:
Unable to talk to NTP daemon. Is it running?
If the following content is output, it means that it has not started yet. Already working:
synchronised to NTP server (198.55.111.5) at stratum 3
time correct to within 238 ms
polling server every 64 s
If output: unsynchronised, need to restart (ntpd restart) to synchronize.
2. Use ntpq -p to view the NTP server list
#ntpq -p
remote refid st t when poll reach delay offset jitter
============== ================================================== ==============
*dns1.synet.edu. 202.118.1.46 2 u 46 64 377 19.924 11.896 5.692
dns2.synet.edu. 202.118.1.46 2 u 45 64 317 20.518 11.833 6.992
dns.sjtu.edu.cn .STEP. 16 u - 64 0 0.000 0.000 0.000
3. Manual synchronization time
#ntpdate
If the following content is output, it means ntp service It has been started, causing manual time synchronization to fail. You need to stop the ntp service first:
the NTP socket is in use. exiting
#service ntpd stop
#ntpdatecn.pool.ntp.org
If the following content is output , indicating that manual time synchronization is successful:
adjust time server xxx
Finally, remember to start the ntp service and let it update automatically.
4. Start NTP service
#service ntpd start
Starting ntpd: [ OK ]
Enable NTP to start at boot time with the chkconfig command.
5. Enable NTP auto-start
#chkconfig ntpd on
Verify that NTP is enabled with the following command.
6. Check NTP auto-start status
#chkconfig --list ntpd
ntpd 0:off1:off2:on3:on4 :on5:on6:off
Here ntpd is on in runlevels 2, 3, 4, and 5, which is correct.
7. Customized NTP server
Refer here.

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

New report delivers damning assessment of rumoured Samsung Galaxy S25, Galaxy S25 Plus and Galaxy S25 Ultra camera upgrades

Samsung Galaxy S25 Ultra leaks in first render images with rumoured design changes revealed

IFA 2024 | TCL\'s NXTPAPER 14 won\'t match the Galaxy Tab S10 Ultra in performance, but it nearly matches it in size

Vivo Y300 Pro packs 6,500 mAh battery in a slim 7.69 mm body

New report delivers damning assessment of rumoured Samsung Galaxy S25, Galaxy S25 Plus and Galaxy S25 Ultra camera upgrades

Samsung Galaxy S24 FE billed to launch for less than expected in four colours and two memory options

Motorola Razr 50s shows itself as possible new budget foldable in early leak

Xiaomi Redmi Note 14 Pro Plus arrives as first Qualcomm Snapdragon 7s Gen 3 smartphone with Light Hunter 800 camera
