1、DFS和杀毒软件的影响:http://www.symantec.com/connect/forums/sep-and-dfs-replication

2、DFS深度:http://technet.microsoft.com/zh-cn/library/cc782417(v=ws.10).aspx

http://msdn.microsoft.com/en-us/library/windows/desktop/dd405482(v=vs.85).aspx

3.

Generally DFS replication is totally depends on AD replication you set at your place.

  • Intra-site use KCC replication topology and it takes 15 seconds.
  • Inter-site use ISTG and take minimum 15 minutes minimum and maximum depends on the schedule that you configured, default it will be 180(minutes).If you do force replication(using site and services console), it will happen immediately.

Also Requirements for running DFS Management: There are no additional hardware or software requirements for running DFS Management or using DFS Namespaces, except for the newly added features described previously, which require in Windows Server 2012 (or in some cases Windows 8).

Before you can deploy DFS Replication, you must configure your servers as follows:

  • Update the Active Directory Domain Services (AD DS) schema to include Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, or Windows Server 2003 R2 schema additions. (If you install a domain controller running Windows Server 2012 the schema is automatically updated.) You cannot use read-only replicated folders with the Windows Server 2003 R2 or older schema additions.
  • Ensure that all servers in a replication group are located in the same forest. You cannot enable replication across servers in different forests.
  • Install DFS Replication on all servers that will act as members of a replication group.
  • Contact your antivirus software vendor to check that your antivirus software is compatible with DFS Replication.
  • Locate any folders that you want to replicate on volumes formatted with the NTFS file system. DFS Replication does not support the Resilient File System (ReFS) or the FAT file system.DFS Replication also does not support replicating content stored on Cluster Shared Volumes.

4.

5.

The following list provides a set of scalability guidelines that have been tested by Microsoft on Windows Server 2008 R2 and Windows Server 2008:

  • Size of all replicated files on a server: 10 terabytes.
  • Number of replicated files on a volume: 8 million.
  • Maximum file size: 64 gigabytes.
  • Windows 和 DFS 复制支持包含多达 3.2 万个字符的文件夹路径。DFS 复制并不仅限于 260 个字符的文件夹路径。
  • 以下列表提供了一组可伸缩性指南,已由 Microsoft 在 Windows Server 2008 R2 和 Windows Server 2008 上进行了测试:

    • 服务器上所有已复制文件的大小:10 TB。
    • 卷上所有已复制文件的数量:800 万个。
    • 最大文件大小:64 GB。
    • 不再限制复制组、已复制文件夹、连接或复制组成员的数量。

6. FAQ

http://technet.microsoft.com/zh-cn/library/cc773238(v=WS.10).aspx

7.

How To - Q2. Why is there a 15 minutes interval limit in DFS-R and bandwidth throttling?


A.
This is determined by the way that the operation system stores the information of DFS replication.

The DFS Replication schedule is stored as a binary attribute of size 336 bytes (2*24*7) which represents a schedule for a week. Each hour is represented in two bytes. Every hour is divided into four quarters, each of which occupies four bits, hence the 15 minutes interval:

[...]      [...]       [...]       [...]
0 14   15 29    30 44    45 59

The four bits of a quarter takes 16 value ranges from 0X0, which indicates schedule is OFF, to 0xF, which indicates an ON schedule with full bandwidth. The levels in between defines an ON schedule with different levels of bandwidth.


Laura Zhang – MSFT

8.http://social.technet.microsoft.com/Forums/windowsserver/en-US/73bbad1a-ee5a-433b-b409-793e0697e7a2/dfs-file-replication-schedule-modification-in-server-2k8

DFS研究的更多相关文章

  1. BZOJ 2434: [Noi2011]阿狸的打字机 [AC自动机 Fail树 树状数组 DFS序]

    2434: [Noi2011]阿狸的打字机 Time Limit: 10 Sec  Memory Limit: 256 MBSubmit: 2545  Solved: 1419[Submit][Sta ...

  2. 【BZOJ-3779】重组病毒 LinkCutTree + 线段树 + DFS序

    3779: 重组病毒 Time Limit: 20 Sec  Memory Limit: 512 MBSubmit: 224  Solved: 95[Submit][Status][Discuss] ...

  3. BFS、DFS与选课问题(拓扑排序)

    1选课问题 Leetcode上有这样一道题:有代号0,1,2……n-1的n门课程.其中选择某些课程需要另一些课程作为前提条件.用一组pair来表示这些条件:[1,0],[1,2],表示如果要选修课程1 ...

  4. NOIP2003传染病控制[按层DFS]

    题目背景 近来,一种新的传染病肆虐全球.蓬莱国也发现了零星感染者,为防止该病在蓬莱国大范围流行,该国政府决定不惜一切代价控制传染病的蔓延.不幸的是,由于人们尚未完全认识这种传染病,难以准确判别病毒携带 ...

  5. 【BZOJ-3786】星系探索 Splay + DFS序

    3786: 星系探索 Time Limit: 40 Sec  Memory Limit: 256 MBSubmit: 647  Solved: 212[Submit][Status][Discuss] ...

  6. BZOJ2434 [Noi2011]阿狸的打字机(AC自动机 + fail树 + DFS序 + 线段树)

    题目这么说的: 阿狸喜欢收藏各种稀奇古怪的东西,最近他淘到一台老式的打字机.打字机上只有28个按键,分别印有26个小写英文字母和'B'.'P'两个字母.经阿狸研究发现,这个打字机是这样工作的: 输入小 ...

  7. 【BZOJ-2434】阿狸的打字机 AC自动机 + Fail树 + DFS序 + 树状数组

    2434: [Noi2011]阿狸的打字机 Time Limit: 10 Sec  Memory Limit: 256 MBSubmit: 2022  Solved: 1158[Submit][Sta ...

  8. NOI2011阿狸的打字机(fail树+DFS序)

    Description 阿狸喜欢收藏各种稀奇古怪的东西,最近他淘到一台老式的打字机.打字机上只有28个按键,分别印有26个小写英文字母和'B'.'P'两个字母. 经阿狸研究发现,这个打字机是这样工作的 ...

  9. BZOJ_2434_[NOI2011]_阿狸的打字机_(AC自动机+dfs序+树状数组)

    描述 http://www.lydsy.com/JudgeOnline/problem.php?id=2434 给出\(n\)个字符串,\(m\)个询问,对于第\(i\)个询问,求第\(x_i\)个字 ...

随机推荐

  1. Navicat Premium 12.1.7.0安装与激活

    原文:https://www.jianshu.com/p/5f693b4c9468 Navicat Premium 12.1.8.0安装与激活 丿记忆灬永殇丨 关注 2018.01.20 13:43* ...

  2. AIDL interface XXX should be declared in a file

    在写AIDL的时候出现了interface XXX should be declared in a file, 错误...经过反复查看,发现AIDL规定,文件名必须和interface XXX名字相同 ...

  3. HTTP协议--MyWebServer

    HTTP协议 HTTP协议是一种Web通信协议,通过特定的规则来实现服务器跟客户端的通信.HTTP协议有这样几个特点: (1)面向无连接的,一次只能处理一个请求,HTTP1.0服务器解析完客户端请求并 ...

  4. Unity3D 中鼠标按下时OnMouseDown()、Input.GetMouseButtonDown()和EventType.MouseDown的响应验证

    初学unity3D,对于其中的事件响应不是很清楚,于是写了下面的代码来验证: 1.新建.cs文件,名为testMouse.cs: using UnityEngine; using System.Col ...

  5. 吸血鬼猎人巴菲第一至八季/全集Buffy迅雷下载

    本季看点:<吸血鬼猎人巴菲>故事背景在现代,话说于每一个世代都会出现一个年青的女孩子,在人世间寻找及对付一些妖魔鬼怪,例如有吸血鬼.坏女巫等等邪恶的势力,而这个年青的女孩子则被称为Slay ...

  6. 深入理解Java Callable接口

    概述Callable和Runnbale一样代表着任务,区别在于Callable有返回值并且可以抛出异常.其使用如下: public class CallableDemo { static class ...

  7. WebFormViewEngine及用户控件寻址bug

    在做我的网站的时候遇到了主题切换的问题,特总结与大家共享. 熟悉asp.net mvc的朋友都知道,mvc中,默认情况下视图都在views文件夹下放着.要想改变文件必须重写WebFormViewEng ...

  8. 如何使用chrome自带的Javascript调试工具 【转】

    http://zhangyongbluesky.blog.163.com/blog/static/1831941620113155739840/ 将写好的Javascript代码用chrome打开. ...

  9. 读书笔记,《Java 8实战》第五章,使用流

    本章我们将会了解到关于Stream API的很多操作,这些操作能够完成很多复杂的查询,比如,比如筛选,切片,映射,查找,匹配和规约, 第一节,筛选和切片    首先我们来看看用谓词来选择流动的元素,主 ...

  10. Javassist 字节码 简介 案例 MD

    Markdown版本笔记 我的GitHub首页 我的博客 我的微信 我的邮箱 MyAndroidBlogs baiqiantao baiqiantao bqt20094 baiqiantao@sina ...