Centos system synchronization time problem solution

Source: Internet
Author: User
Tags current time time zones centos


Perform the following steps to synchronize time in the CentOS system:
The newly installed CentOS system server may be set incorrectly. You need to adjust the time zone and time.
The following is how the CentOS system uses NTP to synchronize data from a time server:
Cp/usr/share/zoneinfo/Asia/Shanghai/etc/localtime
Ntpdate us.pool.ntp.org
Easy!
The first sentence is to change the current time zone to Shanghai, that is, the + 8 zone. If you want to change the other time zones, you can go to the/usr/share/zoneinfo directory;
The second sentence is to use ntpdate to synchronize the standard time.
If ntpdate is not installed, you can run yum:

Yum install-y ntpdate

Yum install-y ntpdate

Some are:

Yum install-y ntp

Yum install-y ntp

Add scheduled tasks and synchronize the clock every 10 minutes

Crontab-e
0-59/10 ****/usr/sbin/ntpdate us.pool.ntp.org | logger-t NTP

Crontab-e
0-59/10 ****/usr/sbin/ntpdate us.pool.ntp.org | logger-t NTP

In this way, we can solve the problem of inaccurate time in the CentOS system.
Note:
When you use the ntpdate command, the ntpd service must be disabled. Otherwise, the NTP socket is in use and the exiting error will be reported.
The command to disable the ntpd service is as follows:

[Root @ node2 init. d] #/etc/init. d/ntpd stop
Shutting down ntpd: [OK]

[Root @ node2 init. d] #/etc/init. d/ntpd stop
Shutting down ntpd: [OK]

Additional reading:
Modify the time zone command:
Tzselect
Write bios without restarting:
Hwclock

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.