DFS Part 2 Flashcards

1
Q

What are three key facts of the staging folder?

A
  • DfsrPrivate\Staging folder holds files ready to be replicated
  • Default quota is 4.9MB
  • Oldest files are purged at 90% until it reaches 60%
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are key facts about the DfsrPrivate\ConflictandDeleted folder?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you change the settings of the staging folder?

A

Membership tab > Replicated folder > Properties > Staging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you change the quota size of the conflictanddeleted folder?

A

Memberships > folder properties > Advanced tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the limitation for DFSR cloning?

A

Cannot be done for SYSVOL or read-only replicas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the structure of the dfsr database?

A

A database and a volume configuration xml

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you stop replication from automatically resuming when the database unexpectedly stops?

A

Registry key HKey_Local_Machine\System\ CurrentControlSet\Services\DFSR\Parameters\StopReplicationOnAutoRecovery (DWORD) to 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you resume unexpected shutdown recovery of a replicated database?

A

wmic /namespace:\root\microsoftdfs path dfsrVolumeConfig where volumeGuid=“” call ResumeReplication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you configure dfsr to automatically perform a shuttdown recovery?

A

wmic /namespace:\root\microsoftdfs path dfsrmachineconfig set StopReplicationOnAutoRecovery=FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly