linux,window服务器时间同步
Posted zhanhj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux,window服务器时间同步相关的知识,希望对你有一定的参考价值。
一般情况下我们经常会要求每台服务器的服务器时间保持同步,针对无服务器时间同步做如下说明:
1)window w32tm是用来同步本地计算机与远程计算机或域时间.
1、启动window time服务器
2、新建脚本:
net time /setsntp:192.168.1.10
net stop w32time
net start w32time
w32tm -s
2)linux
1)nepdate 10.10.50.200 (后面的ip是时间同步的源服务器)
以上是关于linux,window服务器时间同步的主要内容,如果未能解决你的问题,请参考以下文章