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

    你可能感兴趣的文章
    Prometheus 云原生 - 监控 Linux、MySQL、Redis、RabbitMQ、Docker、SpringBoot 3.x
    查看>>
    Prometheus 介绍
    查看>>
    Prometheus 安全配置详解
    查看>>
    prometheus 安装node_exporter, node_exporter 安装最新版 普罗米修思安装监控服务器client
    查看>>
    Prometheus 安装部署实战
    查看>>
    prometheus 持久化存储方案
    查看>>
    Prometheus 监控系统企业级实战
    查看>>
    Prometheus 监控系统简介
    查看>>
    Prometheus 配置详解
    查看>>
    Prometheus 采集器使用详解
    查看>>
    Prometheus 黑盒监控实战
    查看>>
    prometheus+alertmanager+grafana监控部署教程
    查看>>
    Prometheus+Grafana构建智能化Kubernetes监控系统实战
    查看>>
    Prometheus+SpringBoot应用监控全过程详解
    查看>>
    Prometheus+SpringBoot应用监控全过程详解
    查看>>
    prometheus安装
    查看>>
    Prometheus实战教程:监控Kafka消息
    查看>>
    Prometheus实战教程:监控mysql数据库
    查看>>
    Prometheus实战教程:监控Nginx状态
    查看>>
    prometheus常用exporter下载地址大全
    查看>>