tencent cloud

Cloud Virtual Machine

Release Notes and Announcements
Release Notes
Public Image Release Notes
Official End of Support Plan for the Operating System
Announcements
Product Introduction
CVM Overview
Strengths
Basic Concepts
Regions and Zones
Tutorial
Service Regions and Service Providers
Billing
Billing Overview
Billing Modes
Billing Items
Billing Mode Conversion Overview
Purchasing Instances
Configuration Adjustment Billing Guide
Overdue Payments
Getting Started
Purchasing a Customized Linux Instance
Purchasing a Customized Windows Instance
User Guide
Operation Guide Overview
Use Limits
Instances
Spot Instances
Reserved Instances
Images
Storage
Backup and Restoration
Network
Security
Passwords/Keys
Monitoring and Alarms
Ops Management
Convenience Features
Migrating a Server
Online Migration
Migration Consultation
Troubleshooting
CVM Login Failures
Windows Instance Login Failures
Linux Instance Login Failures
Other Login Failures
Instance Running Failures
Linux Instance Memory Failures
Network Failures
Use Cases
Suggestions on CVM Model Selection
Environment Building
Website Building
Application Building
Visual GUI Building
Uploading Local Files to CVM
Network Performance Test
Other Practical Tutorials
API Documentation
History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Security and Compliance
CAM
Network
FAQs
Regions and Zones
Billing
Instances
Storage
Images
Server Migration
Network
Security
Operating Systems
Ops and Monitoring
CAM
NTP Service
Scenarios
Agreements
CVM Service Level Agreements
Red Hat Enterprise Linux Image Service Agreement
Public IP Service Level Agreement
Glossary

NTP Service

PDF
Focus Mode
Font Size
Last updated: 2024-01-06 17:26:45

How can I adjust the sync interval of NTP after configuring the NTP service?

After configuring the NTP service as instructed in Setting Up NTP Service (Linux), you can restart ntpd to reset the sync interval. To manually set the ntpd synch interval, perform the following steps:
1. Run the following command to modify the NTP configuration file.
vi /etc/ntp.conf
2. Press i to enter the edit mode and configure as follows:
2.1 Add the pound sign (#) at the beginning of server time1.tencentyun.com iburst, if any, to comment it out.
2.2 ii. Add the following configurations. minpoll 4 means the minimum interval is 24, and maxpoll 5 means the maximum interval is 25.
server time1.tencentyun.com minpoll 4 maxpoll 5
The result should be as follows. Enter :wq to save changes and close the file.


3. Restart ntpd and run ntpq -p. The poll value you will see is 16 (namely, 24).



What is the time source of Tencent Cloud's ntpd servers?

NTP servers usually use the BeiDou satellite clock.

What should I do when the NTP configuration reports the localhost.localdomain timeout error?

The error is shown below.

Check and confirm whether you ran POSTROUTING. If yes, change the source IP in the ntp.conf configuration file to eth0's IP address.

Can off-cloud servers share a NTP with Tencent Cloud CVMs? What is the NTP synchronization address?

Tencent Cloud provides private NTP servers for Tencent Cloud resources. For other devices, you can use the public NTP servers provided by Tencent Cloud for synchronization.
Private NTP Server
time1.tencentyun.com
time2.tencentyun.com
time3.tencentyun.com
time4.tencentyun.com
time5.tencentyun.com
Public NTP Server
ntp.tencent.com
ntp1.tencent.com
ntp2.tencent.com
ntp3.tencent.com
ntp4.tencent.com
ntp5.tencent.com
The following are old public NTP server addresses. These old addresses can still be used, but you are advised to use the new ones.
time.cloud.tencent.com
time1.cloud.tencent.com
time2.cloud.tencent.com
time3.cloud.tencent.com
time4.cloud.tencent.com
time5.cloud.tencent.com

Why is the time of a CVM instance created from a custom image incorrect?

Please check whether the NTP service is enabled. To use the NTP synchronization feature later, see the following documents to set NTP. Then re-create the custom image.

Why is the ntp.conf content of a CVM created from a custom image restored?

It may be caused by the Cloud-Init initialization. Please delete the NTP-related configurations in /etc/cloud/cloud.cfg before creating a custom image. For more information, see Cloud-Init & Cloudbase-Init.

What impact will a modified private network DNS have?

All services involving Tencent Cloud private domain name resolution will be affected. For example,
The YUM repository uses the Tencent Cloud private domain name. You need to modify the YUM repository after changing DNS.
The reporting of monitoring data uses the private domain name and will be affected.
The NTP feature depends on the private domain name to sync server time, and will be affected.

Why does the local time of a Windows instance reset from the configured EST to UTC+8 after restart?

Check that the windowstime service is enabled on the instance. You may need to manually enable it to auto sync the instance's system time. We recommend enabling the service autostart.

Why cannot I use the ntpq -np command to view the synchronization time?

The error is shown below.

Please check whether no IP or incorrect IP is configured for listen in the /etc/ntp.conf configuration file. Change to the primary private IP of the instance and restart ntpd.

How do I fix the error occurred when using the public NTP servers to sync time?

When using the public NTP servers to sync time, the no server suitable for synchronization found error occurs.

This may be caused by the NTP protection policy in response to the DDoS attacks to the public IP address of the instance. This policy blocks all public inbound traffic at the Tencent Cloud's source point 123 and causes synchronization exception. We recommend trying to use the private NTP servers to sync time.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback