linux ntp 同步windows 时间服务器
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
linux ntp 同步windows 时间服务器
------------------------------------------------------------------------------------
原由:客户想安装rac的linux机器的时间能够同步使用应用服务的外部windows机器。
ntp客户端linux 6.5
windows服务端2003 (2008也可以)
windows服务器
1.修改以下选项的键值HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer内的[Enabled]设定为1。
2.修改键值HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags设定为5.
3.修改键值HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type内的[Type]设定为NTP。
4.cmd 输入“net stop w32time”、“net start w32time”。
linux客户端
ntpdate 172.24.160.10
可以搞成计划任务
crontab -l
0 22 * * * /usr/sbin/ntpdate 172.24.160.10 每天22点同步
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)