zoukankan      html  css  js  c++  java
  • ID 13508

      

    Description:
    The File Replication Service is having trouble enabling replication from <server> to <server> for <path> using the DNS name <name>. FRS will keep retrying.
    Following are some of the reasons you would see this warning.

    [1] FRS can not correctly resolve the DNS name <name> from this computer.
    [2] FRS is not running on <name>.
    [3] The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.

    This event log message will appear once per connection, After the problem is fixed you will see another event log message indicating that the connection has been established.

    Comments:
    Anonymous
    To fix the problem, you must designate a domain controller to be authoritative for the Sysvol replica set:
    1. Stop the File Replication service on the PDC emulator FSMO role holder.
    2. Use the Registry Editor to navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Paramaters\Backup/Restore\Process at Startup.

    3. Double-click the BurFlags Value Name, a REG_DWORD data type, and set the data value to D4, using the Hex radix.
    4. Exit the Registry Editor.
    5. Start the File Replication service.


    http://eventid.net/display-eventid-13508-source-NtFrs-eventno-349-phase-1.htm

  • 相关阅读:
    总结
    spring boot 使用mongodb基本操作与一些坑
    java 在循环中删除数组元素之二
    学习spring cloud 笔记
    一些名词解释
    redis--分布式锁
    微信小程序的加密与解密--java
    java 动态代理
    (收藏)CORS(跨域资源共享)
    策略模式学习笔记--在写更好的代码路上
  • 原文地址:https://www.cnblogs.com/viento/p/2943065.html
Copyright © 2011-2022 走看看