DFSR Staging - Private folder

AMih 21 Reputation points
2021-03-10T03:27:11.933+00:00

We have two file servers with 300GB of data. These are set up with name spaces and replication. Private folder is 150GB in size. This seems excessive. Health report is good and no errors, the reason this is a concern is because the disk is 500GB and is almost full. I don't understand how staging can be half the size of all the data. Can you suggest a way to investigate this?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,116 questions
0 comments No comments
{count} votes

Accepted answer
  1. Fan Fan 15,291 Reputation points Microsoft Vendor
    2021-03-11T05:53:27.577+00:00

    Hi,

    Based on your description , the size of your staging folder exceed the actual quota, and the staging cleanup was not triggered, right?
    You might need to configure the staging quota to be lower than the default quota when several replicated folders share staging space on the same volume. This ensures that staging cleanup is triggered.
    76556-3114.jpg
    Staging folders and Conflict and Deleted folders
    Or try reduce the StagingQuota to a very small value, so Windows will clear the files that are over the High Watermark. After that set the StagingQuota to the desired value.


2 additional answers

Sort by: Most helpful
  1. Fan Fan 15,291 Reputation points Microsoft Vendor
    2021-03-10T06:32:52.907+00:00

    Hi,

    Firstly , you can check the replication status by command:
    Wmic /namespace:\root\microsoftdfs path dfsrreplicatedfolderinfo get replicationgroupname,replicatedfoldername,state
    Check if the result is good.
    0: Uninitialized
    •1: Initialized
    •2: Initial Sync
    •3: Auto Recovery
    •4: Normal
    •5: In Error
    If everything is well, you can try the method: Manually Clearing the ConflictAndDeleted Folder in DFSR
    Also you can refer to the link :How to Determine the Minimum Staging Area DFSR Needs for a Replicated Folder

    Best Regards,

    0 comments No comments

  2. AMih 21 Reputation points
    2021-03-10T20:45:12.89+00:00

    a) Replication status is 4.

    b) I have been clearing ConflictAndDeleted folders, but this is not where the issue is. The \DFSR\Private...\Staging folders are large, ConflictAndDeleted folders are small. I need the Staging folder to complete its work. There are folders in Staging folder with Last Modified Date a year ago, if I understand dates correctly, these staging files are outdated and useless. For ex:

    1. Staging folder is 4.5 GB, inside we have:
    2. ContentSet {...} 2.5 GB Last Modified today
    3. ContentSet {...} 2.0 GB Last Modified a year ago

    I am tempted to delete folders with old Last Modified dates.

    c) I also have been through Minimum Staging Area DFSR Needs, and used the 32 largest files method.

    0 comments No comments