RULE OF THUMB:
Windows Server 2008 and 2008 R2 – The staging area quota must be as large as the 32 largest files in the Replicated Folder
Q: Does DFS Replication replicate updated permissions on a file or folder?From http://technet.microsoft.com/library/cc773238(WS.10).aspx
A: Yes. DFS Replication replicates permission changes for files and folders. Only the part of the file associated with the Access Control List (ACL) is replicated, although DFS Replication must still read the entire file into the staging area.
Each replicated folder has its own staging folder, which by default is located under the local path of the replicated folder in the DfsrPrivate\Staging folder. The default size of each staging folder is 4,096 MB. This is not a hard limit, however. It is only a quota that is used to govern cleanup and excessive usage based on high and low watermarks (90 percent and 60 percent of staging folder size, respectively). For example, when the staging folder reaches 90 percent of the configured quota the oldest staged files are purged until the staging folder reaches 60 percent of the configured quota.http://social.technet.microsoft.com/Forums/windowsserver/en-US/239ecfc9-5cac-436f-b2a7-291d7535b26c/dfs-staging-folder?forum=winservergen
If the size of a staging folder is below 90 percent of configured capacity (the high watermark), then staged files are kept in the folder and can be used in case new members are added.http://technet.microsoft.com/en-us/library/cc782648(WS.10).aspx
• Staged files are purged (based on a "least recently used" algorithm) when a staging folder reaches 90 percent of the configured quota (the high watermark). Files are purged until the staging size falls below the low watermark (default is 60 percent) of the configured quota.
DFSR lives and dies by its inbound/outbound Staging directory (stored under <your replicated folder>\dfsrprivate\staging in R2). By default, it has a 4GB elastic quota set that controls the size of files stored there for further replication. Why elastic? Because experience with FRS showed us having a hard-limit quota that prevented replication was A Bad Idea™.
is this normal to have real-time data being replicated in 30,60,100 at any given time?????Yes, this is very normal depending on the configuration and files in your DFRS solution.
•
The level of convergence of an individual in relation to its replication partners, ie, the number of modifications or creations these last have not yet been.
•
The state of an initial replication, ie, the amount of elements that replicate a missing member before he finishes the initial phase of replication.
•
The number of elements in a modified member who has not been recovered by the replication partners (Backlog)
•
The current size of folders "Staging area" and "Conflict & deleted" attached to different folders replicated in each member.
•
Changes made ¿¿in the replicated folders as they appear, thus allowing to observe massive changes that may be occurring in a given member of the replication group.
so if current staging size is 100gig then i need to set staging folder to 200gig from recommendation....correct????
ok...one last question for clarification.....so if i have a current staging size of 119272mb.....how big should the staging quota be??? Thanks again for all your help.....There is no one size fits all recommendation.
(get-childitem d:\docs -recurse | sort-object length -descending | select-object -first 32 | measure-object -property length -sum).sum /1gb
yes i know what the paper says but what would you do.....for experience....I would use the recommended formula.