设为首页
收藏本站
开启辅助访问
切换到窄版
登录
立即注册
快捷导航
发布信息
搜索
搜索
首页
优惠促销
云服务器
独立服务器
站群服务器
母鸡服务器
服务器托管
全球云服务器
技术文档
联系
每日签到
本版
文章
帖子
用户
主机测评网
»
论坛
›
技术文档
›
其他教程
›
Linux操作系统时间老是不准,怎么设置? ...
返回列表
发新帖
Linux操作系统时间老是不准,怎么设置?
[复制链接]
|
主动推送
28
|
0
|
2024-9-11 18:06:32
|
显示全部楼层
|
阅读模式
一、使用 NTP 服务时间同步安装 ntp
[root@node ~]# yum -y install ntp启动 ntp 服务
[root@node ~]# systemctl start ntpd[root@node ~]# systemctl enable ntpdCreated symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.查看 ntp 服务
[root@node ~]# systemctl status ntpd● ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2022-08-04 08:00:47 CST; 7h left Main PID: 20746 (ntpd) Tasks: 1 Memory: 768.0K CGroup: /system.slice/ntpd.service └─20746 /usr/sbin/ntpd -u ntp:ntp -gAug 04 08:00:47 node ntpd[20746]: Listen normally on 6 lo ::1 UDP 123Aug 04 08:00:47 node ntpd[20746]: Listen normally on 7 ens33 fe80::8a83:7297:7cb8:9934 UDP 123Aug 04 08:00:47 node ntpd[20746]: Listening on routing socket on fd #24 for interface updatesAug 04 08:00:47 node systemd[1]: Started Network Time Service.Aug 04 08:00:47 node ntpd[20746]: 0.0.0.0 c016 06 restartAug 04 08:00:47 node ntpd[20746]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPMAug 04 08:00:47 node ntpd[20746]: 0.0.0.0 c011 01 freq_not_setAug 04 08:00:56 node ntpd[20746]: 0.0.0.0 c61c 0c clock_step -28798.353463 sAug 04 00:00:57 node ntpd[20746]: 0.0.0.0 c614 04 freq_modeAug 04 00:00:58 node ntpd[20746]: 0.0.0.0 c618 08 no_sys_peer修改 ntp.conf 文件
[root@node ~]# vim /etc/ntp.conf[root@node ~]# grep server /etc/ntp.conf # Use public servers from the pool.ntp.org project.#server 0.centos.pool.ntp.org iburstserver ntp.aliyun.com iburst#broadcast 192.168.1.255 autokey # broadcast server#broadcast 224.0.1.1 autokey # multicast server#manycastserver 239.255.254.254 # manycast server重启服务
[root@node ~]# systemctl restart ntpd检查同步状态
[root@node ~]# ntpq -p remote refid st t when poll reach delay offset jitter============================================================================== 203.107.6.88 100.107.25.114 2 u 2 64 1 30.975 149.499 0.393二、使用 ntpdate 同步使用 ntpd 命令同步
[root@node ~]# ntpdate ntp.aliyun.com 4 Aug 00:07:17 ntpdate[20924]: adjust time server 203.107.6.88 offset -0.001543 sec查看时间
[root@node ~]# dateThu Aug 4 00:07:46 CST 2022三、处理 ntpdate 同步失败报错处理方法报错信息
cna02:~ # ntpdate ntp1.aliyun.com 4 Aug 07:23:41 ntpdate[18694]: the NTP socket is in use, exiting处理方法
cna02:~ # service ntpd stopRedirecting to /bin/systemctl stop ntpd.service重新同步
cna02:~ # ntpdate ntp1.aliyun.com 3 Aug 23:22:36 ntpdate[28980]: step time server 120.25.115.20 offset -28911.609110 sec查看时间是否正确
cna02:~ # dateWed Aug 3 23:22:41 CST 2022四、使用 chrony 服务时间同步安装 chrony
[root@node ~]# yum -y install chronyLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: mirrors.bfsu.edu.cn * extras: mirrors.bfsu.edu.cn * updates: mirrors.bfsu.edu.cnResolving Dependencies--> Running transaction check---> Package chrony.x86_64 0:3.2-2.el7 will be updated---> Package chrony.x86_64 0:3.4-1.el7 will be an update--> Finished Dependency ResolutionDependencies Resolved=============================================================================================================================================================================== Package Arch Version Repository Size===============================================================================================================================================================================Updating: chrony x86_64 3.4-1.el7 base 251 kTransaction Summary===============================================================================================================================================================================Upgrade 1 PackageTotal download size: 251 kDownloading packages:No Presto metadata available for basechrony-3.4-1.el7.x86_64.rpm | 251 kB 00:00:00 Running transaction checkRunning transaction testTransaction test succeededRunning transaction Updating : chrony-3.4-1.el7.x86_64 1/2 Cleanup : chrony-3.2-2.el7.x86_64 2/2 Verifying : chrony-3.4-1.el7.x86_64 1/2 Verifying : chrony-3.2-2.el7.x86_64 2/2 Updated: chrony.x86_64 0:3.4-1.el7 Complete!
回复
使用道具
举报
返回列表
发新帖
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
敢想敢做敢拼
114
主题
0
回帖
10
积分
新手上路
新手上路, 积分 10, 距离下一级还需 40 积分
新手上路, 积分 10, 距离下一级还需 40 积分
积分
10
加好友
发消息
回复楼主
返回列表
网络技术教程
软件使用教程
Windows教程
Centos教程
Ubuntu教程
Linux其他教程
综合教程
其他教程
其他文档
服务器商家推荐
华夏互联
蓝速云
米图云
全球云
文章
1
苹果电脑MAC系统登录Windows远程桌面
2
Debian拓展硬盘工具。cloud-utils-growpart、xfsprogs
3
安卓Android手机怎么使用V2rayNG?
4
WINDOWS系统电脑怎么使用WINXRAY?
5
notepad++.8.5.7编辑器,代码编辑器
6
DirectX修复工具增强版_V4.3.0.40864版本DLL修复工具C++安装
7
Visual C++运行库合集包完整版VisualCppRedist_AIO_x86_x64
8
ChromeSetup谷歌浏览器一键安装