Questions tagged [dfs-r]

DFS (Distributed File System) Replication is a file replication technology originally shipped with Microsoft's Windows Server 2003 R2 operating system.

DFS (Distributed File System) Replication is a file replication technology originally shipped with Microsoft's Windows Server 2003 R2 operating system.

DFSR allows creating multiple replicas of the content which thereby allow a level of resiliency. In the older versions of DFS (first introduced in Windows 2000 Server), the replication was handled by FRS (File Replication Service).

See the DFS tag for more info on DFS and DFSN (namespaces).

208 questions
3
votes
1 answer

Server 2008 DFS Replication Issues

I have two domain controllers on my network, win2k8dc1 and win2k8dc2. I am running into event log errors that DFS replication is not able to communicate with the replication partner. This event is logged on DC2: The DFS Replication service failed…
3
votes
1 answer

DFSR files appearing on destination before they finish replicating

We have a DFS environment. If we have a 100MB file for example that we put in the DFS share, it will appear very quickly on the destination server at another site even though with the bandwidth available there is no way it could have completely…
John K
  • 31
  • 1
3
votes
2 answers

dfs replication: One replication group per share or a single replication group for all shares

I am currently migrating from a Windows Server 2003 R2 Standard to a Windows Server 2008 file server. I want to do a "soft" migration by using dfs replication. Now I am wondering what is the best solution to do this a) one replication group per…
Jürgen Steinblock
  • 316
  • 1
  • 4
  • 16
3
votes
1 answer

Active Directory DNS, preferred IPs, and multiple NICs

I am a noob with Active Directory, and I know just enough to have gotten our current setup running fine. We run a web farm with several web servers connecting to a file server for content storage. We are in the process of adding in a second file…
3
votes
5 answers

DFS 2008 (Distributed File System) Console Error

I am trying to configure DFS with replication for my employer. We are primarily using Windows 2008 and 2008 R2 servers. I'm getting an error in my DFS Management Console. It is saying "ERROR \domain.local\xxxx: The namespace cannot be queried.…
rmwetmore
  • 432
  • 1
  • 5
  • 10
3
votes
2 answers

Dfsr - replicatedFolderinfo state 3 (in recovery) progression

I have a DFS Namespace currently in auto-recovery due to an unexpected server crash. There's about 600GB of data and it's consisting of small files for the most part. It's been in auto-recovery for over 72 hours now. I can run Get-WmiObject…
jfrobishow
  • 71
  • 10
2
votes
0 answers

DFS-R Server Concerns

What happens when one DFS server goes offline or the connection between the two drops? Specifically, what happens when an existing file is updated. So I just stood up two Win2K12 R2 servers running DFS. One in Washington office and one in or Texas…
David
  • 157
  • 1
  • 1
  • 10
2
votes
0 answers

Folder ACLs lockdown. Unable to take ownership

this should be a trivial issue, except this time it isn't. I have a folder on a non-boot drive in a Windows Server 2008 R2 machine which is completely stuck. Using the domain administrator account, I'm unable to: delete it take ownership of it…
Valentino
  • 121
  • 5
2
votes
1 answer

"the value does not fall within the expected range" DFS error on Server 2012

I seem to have run into this bug while attempting to create a DFS replication group: https://support.microsoft.com/en-us/help/4049095/value-does-not-fall-within-the-expected-range-error-when-you-change The server in question is 2012, not 2012R2. I…
colbyt
  • 194
  • 1
  • 3
  • 12
2
votes
1 answer

Not able to create DFS namespace in a completely new forest

Not able to create DFS namespace in a completely new forest OS: Windows server 2016 DFL: 2003 FFL: 2003 DFS role on member server creating very first namespace server - Errors in : The object identifier does not represent a valid object. Have…
2
votes
2 answers

How does DFSR work out costs to other sites?

We have 4 sites - two of which host DFS servers. Site A - DFS Server #1 (namespace member, replication group) Site B - DFS Server #2 (namespace member, replication group) Site C - No servers, just PCs. Site D - No servers, just PCs. By default,…
PnP
  • 1,684
  • 8
  • 39
  • 65
2
votes
0 answers

How do I determine if DFS's Auto Recovery State is Actually doing anything?

One of my servers was rebooted recently and CHKDSK was run. When I run a DFS Diagnostic report on it, the DFS environment shows the server that was rebooted is now in a state of "Auto Recovery". However, it's been in that state for over 48 hrs…
CIA
  • 1,604
  • 2
  • 13
  • 32
2
votes
2 answers

Strange path in sysvol replication

On our 2008 R2 domain, I have a strange entry in the list of folder replica. \\?\C:\Windows\SYSVOL\domain dc1 Enabled SYSVOL Share C:\Windows\SYSVOL\domain dc2 Enabled SYSVOL Share C:\Windows\SYSVOL\domain …
2
votes
3 answers

80% memory utilization on server- is this just caching?

Memory utilization is very high on this 2008 R2 server, but I think it might just be caching RAM- performance on the server is fine and CPU utilization is very low. It is running DFSR which I believe claims a lot of RAM. So here is what I see in…
red888
  • 4,183
  • 18
  • 64
  • 111
2
votes
2 answers

Invalid method Parameter when calling DfsrConnectionInfo->ForceReplication() with WMIC

In our AD infrastructure the SYSVOL is replicated by DFSR. I want to force replication using WMI (ForceReplication method) via WMIC: wmic /namespace:\\root\microsoftdfs path DfsrConnectionInfo call ForceReplication(15,10,2) But this fails…
iPath
  • 622
  • 4
  • 11