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 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐