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
1
vote
0 answers

DFS-style Replication for Samba?

I've been snooping around here for a while, and it looks as if glusterfs might be the answer to my question. However, I am fairly new to this, so a sanity check would be much appreciated! My setup is two Samba boxes at two geographically disparate…
canut
  • 21
  • 2
1
vote
0 answers

SCOM 2012R2 DFS Replication Managementpack

We have a functional implementation of SCOM 2012R2 running on Windows Server 2012R2. Recently I have begun trying to get the DFS Replication monitoring working; specifically backlog monitoring. However, it seems that only certain monitors are…
dmohlmaster
  • 143
  • 1
  • 10
1
vote
0 answers

How can I use junctions instead of drive letters to organize DFS replication of multiple shares on multiple disks?

I am configuring a new DFS setup that will utilize Namespaces and Replication. The two member servers are virtual machines running Windows Server 2012 R2. Since many of the shares range from hundreds of gigabytes to several terabytes, I want to…
1
vote
1 answer

Does DFSR service exclusively lock files?

I am getting intermittent errors in a single threaded application that writes a large file on a share that is replicated by DFSR. The error is: The process cannot access the file '\xxxxx\xxxx\xxx\xx\xxx.xxx' because it is being used by another…
M6rk
  • 63
  • 5
1
vote
1 answer

Robocopy script copied permissions/subfolders everything but NOT shares

I ran this command on my new server: ROBOCOPY "\\oldserver\e$\folder" "e:\folder\" /COPYALL /SEC /MIR /LOG:logs.txt It copies all permission and mirrored my folder but later I realized that shares are missing. I want to totally sync this new…
Pythonoid
  • 25
  • 1
  • 1
  • 5
1
vote
2 answers

DFS configuration through powershell in AWS

What my task is: Trying to automate DFSR installation as well as configuration through powershell. I've two AWS test instances with AWS directory services running. So, obviously my domain is with AWS Directory Services, not any other like Windows…
serverstackqns
  • 764
  • 3
  • 16
  • 42
1
vote
1 answer

Trying Non-Authoritative restore but CN=DFSR-LocalSettings is missing

I have a single Domain with one Windows 2011 SBS Domain Controller and a newly joined and DC promoted Windows Server 2012 Standard. Forest and Domain functional levels are both Windows Server 2003. It seems SYSVOL never replicated correctly with the…
1
vote
0 answers

DFSR speed Server 2008r2

So, here’s the simple setup: 2 sites, each with their own file server (server standard 2008r2 fully updated) 100MB WAN link at each site 1.7TB shared drive Replication schedule 64Mbps at night and 32Mbps during the day 200GB staging folder, 2GB…
1
vote
1 answer

How to audit new files in Windows File Server (DFS)?

I have a Windows Server 2012 R2 box with file server role installed (FSRM, DFS Namespaces, DFSR). One folder from the DFS namespace increased substantially in size in the last two days. The folder has many, many subfolders and so on. I wanted to…
esserafael
  • 339
  • 2
  • 9
  • 20
1
vote
1 answer

How to add read-only privileges on DFS Folder for Windows 2003 R2?

I just install a DFS system on different servers. My replication group consists of Windows 2003 R2 and Windows 2008 R2 servers. The replication itself works well. On the Windows 2008 R2 server I can enable the membership to read-only, in the Windows…
1
vote
0 answers

DFSR Crisis - Need assistance

Here's the scenario: One file server running 2008 R2. All user folders are on here, and we're using folder redirection to redirect desktop, documents, contacts, favourites, etc. We built two new servers running 2012 R2, and installed DFSR and DFSN.…
Matt
  • 1,893
  • 5
  • 28
  • 40
1
vote
0 answers

Sysvol Replication issue

I have read a lot about this recently and must say it is doing my head in. now what I did was 6 months ago we did a upgrade of our infrastructure. We had a 2008 R2 server for domain controller now I moved to a new system in a 2 physical hosts…
1
vote
0 answers

DFSR won't start replicating again after free space increased

I have a situation here where one replicated folder in our DFS namespace stopped replicating because the disk was full. Ok, after 2 days we increased the disk space, but the replication is not working, the backlog is stuck in 3k files. Shouldnt it…
esserafael
  • 339
  • 2
  • 9
  • 20
1
vote
2 answers

Windows Route traffic to specific IP through secondary nic

Being reading about this on ServerFault but decided to open a new question, as I can't re-ask over existing threads. 2 computers, 2 nics: Computer A - 100.100.100.10 - 192.168.100.10 Computer B - 100.100.100.20 - 192.168.100.20 I need to set a…
Agustin Garzon
  • 181
  • 1
  • 1
  • 6
1
vote
1 answer

Powershell and DfsrConfigurationFromAD - how to check all servers are updated?

I have two Win2012R2 servers (SERVER1 and SERVER2) that uses DFS Replication for keeping a couple of folders synchronized. Using the following Powershell-script that i run on SERVER1 I disconnect it from the group: Set-DfsrConnection -GroupName…
brunnsbe
  • 31
  • 4