博客
关于我
Windows server2003时间同步
阅读量:82 次
发布时间:2019-02-26

本文共 424 字,大约阅读时间需要 1 分钟。

经过与同事的讨论,我们查看了服务器的系统日志,发现时钟服务出现了一些问题。首先,我们需要检查RPC服务和Windows时间服务是否正常运行。

通过"我的电脑->管理->服务",验证RPC服务和Windows Time服务是否已开启。如果服务未开启,请按照以下步骤进行操作:

  • 打开"组策略"(通过运行命令 gpedit.msc),进入组策略管理工具。
  • 展开"计算机配置"->" Windows设置"->"时间服务"。
  • 启用"全局时钟配置"选项,以允许时钟服务进行远程配置。
  • 完成上述步骤后,接下来配置NTP客户端:

  • 在时间配置中,选择"网络时间服务"->"配置"。
  • 启用NTP客户端,并设置相关参数:
    • specialPollInterval:轮询间隔,建议设置为600秒(10分钟)。
    • type:设置为"NTP"。
  • 请注意,其他参数的作用尚不明确,建议在实际应用中进行验证和调整。

    最后,重启Windows Time服务和RPC服务,以确保配置生效。

    转载地址:http://hfzz.baihongyu.com/

    你可能感兴趣的文章
    npm install报错,证书验证失败unable to get local issuer certificate
    查看>>
    npm install无法生成node_modules的解决方法
    查看>>
    npm install的--save和--save-dev使用说明
    查看>>
    npm node pm2相关问题
    查看>>
    npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
    查看>>
    npm run build报Cannot find module错误的解决方法
    查看>>
    npm run build部署到云服务器中的Nginx(图文配置)
    查看>>
    npm run dev 和npm dev、npm run start和npm start、npm run serve和npm serve等的区别
    查看>>
    npm run dev 报错PS ‘vite‘ 不是内部或外部命令,也不是可运行的程序或批处理文件。
    查看>>
    npm scripts 使用指南
    查看>>
    npm should be run outside of the node repl, in your normal shell
    查看>>
    npm start运行了什么
    查看>>
    npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa
    查看>>
    npm 下载依赖慢的解决方案(亲测有效)
    查看>>
    npm 安装依赖过程中报错:Error: Can‘t find Python executable “python“, you can set the PYTHON env variable
    查看>>
    npm.taobao.org 淘宝 npm 镜像证书过期?这样解决!
    查看>>
    npm—小记
    查看>>
    npm上传自己的项目
    查看>>
    npm介绍以及常用命令
    查看>>
    NPM使用前设置和升级
    查看>>