博客
关于我
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/

    你可能感兴趣的文章
    Python 3.4:未知格式代码“x“
    查看>>
    Python 3.5、ldap3 和 modify_password()
    查看>>
    python 3.6.8 升级至3.9版本升级
    查看>>
    Python 3.9 到 Python 3.12 的发展历程与区别
    查看>>
    python 32位和64位的区别在哪
    查看>>
    Python 3:何时使用 dict,何时使用元组列表?
    查看>>
    Python 3d 绘图 - 轴居中
    查看>>
    python ==》 字典
    查看>>
    python anaconda 安装使用
    查看>>
    python and或or 当参数传递的时候的用法
    查看>>
    Python append() 与列表上的 + 运算符,为什么这些会给出不同的结果?
    查看>>
    Python APP自动化测试工具adb与Monkey使用详解
    查看>>
    Python APP自动化测试框架Appium详解
    查看>>
    Python APP自动化测试框架开发实战
    查看>>
    python argparse模块
    查看>>
    Python asyncio库的学习和使用
    查看>>
    Python AttributeError:“dict“对象没有属性“append“
    查看>>
    Python base64和hashlib模块
    查看>>
    python basic programs
    查看>>
    python bert_gen.py 报错Unable to load weights from pytorch checkpoint file for......
    查看>>