DFS Part 2 Flashcards
What are three key facts of the staging folder?
- DfsrPrivate\Staging folder holds files ready to be replicated
- Default quota is 4.9MB
- Oldest files are purged at 90% until it reaches 60%
What are key facts about the DfsrPrivate\ConflictandDeleted folder?
- Default quota size is 660MB
- ACLs are preserved
- Only members of local administrators group can access it
- Log of conflict files is called ConflictandDeletedManifest.xml
How do you change the settings of the staging folder?
Membership tab > Replicated folder > Properties > Staging
How do you change the quota size of the conflictanddeleted folder?
Memberships > folder properties > Advanced tab
What is the limitation for DFSR cloning?
Cannot be done for SYSVOL or read-only replicas
What is the structure of the dfsr database?
A database and a volume configuration xml
How do you stop replication from automatically resuming when the database unexpectedly stops?
Registry key HKey_Local_Machine\System\ CurrentControlSet\Services\DFSR\Parameters\StopReplicationOnAutoRecovery (DWORD) to 1.
How do you resume unexpected shutdown recovery of a replicated database?
wmic /namespace:\root\microsoftdfs path dfsrVolumeConfig where volumeGuid=“” call ResumeReplication
How do you configure dfsr to automatically perform a shuttdown recovery?
wmic /namespace:\root\microsoftdfs path dfsrmachineconfig set StopReplicationOnAutoRecovery=FALSE