Questions tagged [dfs]

Microsoft Distributed File System (DFS) is a technology that complements the SMB/CIFS based file server role of Windows Servers.

DFS is comprised of DFSN (namespaces) and DFSR (replication). The two technologies can be implemented independently. However, the components are complementary when used together on Windows file servers.

DFSN allows creating "fake" namespaces or paths which when browsed, redirect the client to an alternate location as configured by an administrator. This allows creating a namespace which can apparently merge content which maybe spread across different file servers. 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).

http://blogs.technet.com/b/josebda/archive/2009/12/30/windows-server-dfs-namespaces-reference.aspx provides good details related to DFSN.

See the DFSR tag for more details on DFSR.

361 questions
3
votes
3 answers

How can I connect to a specific machine with DFS?

I have 2 servers with a share, \\servera\share and \\serverb\share. DFS is setup on \\domain\share to point to both machines. A 3rd party replication solution compares \\servera\share to \\serverb\share. When I turn off serverb \\domain\share is…
JamesRyan
  • 8,166
  • 2
  • 25
  • 36
3
votes
5 answers

How to maintain one file across many production servers (Windows and Linux)

My organization wants to centrally manage an Oracle TNSnames file for all of their production servers. When that file changes, they want to be able to push out the changes to all servers that use it with a minimal effort. Approaches that have been…
Brien
  • 223
  • 1
  • 8
3
votes
2 answers

Linux and Window DFS shares - restoring previous versions of files/folders

I know I can mount DFS shares on my Linux boxes with no issues, but is there a method by which I can access/restore previous versions of folders/files from these DFS shares? Thanks
3
votes
2 answers

Prevent Internet Explorer from saving files with the "T" attribute set

Okay, here's the issue at hand - Internet Explorer is behaving badly (as in the opposite of Google Chrome and FireFox) and when users save an image to our file server, the temp bit is set, so DFS doesn't replicate the file. See this article:…
666jfox777
  • 116
  • 1
  • 1
  • 6
3
votes
3 answers

How do I easily move a DFS share to a new drive?

I need to move a DFS share to a new larger drive on the same server. What is the best/easiest way to accomplish this. The Server in question is running Windows Server 2003 R2.
AndrewLRice
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

Accessing DFS namespace from another domain (crossdomain) on Windows Server 2008

Our setup right now is 1 "main" machine and two webservers. The main machine have a DFS namespace called 'foo' which both the webservers uses as their webroot directory. This works like a charm if I type \mainserver\foo on a machine in the same…
LPE
  • 41
  • 1
  • 1
  • 2
3
votes
3 answers

unionfs equivalent on Server 2008 R2

Probably a fairly straight forward question, but; At the moment I have 2 different shares on 2 different machines (one server 2008, the other W7) which are basically a "mirror" of each other that gets periodically synced. What I would like to be…
JDark87
  • 31
  • 2
3
votes
1 answer

Server has IP address with conflicting site associations

I have run dfsdiag /testdcs and I am getting the error: Server has IP address with conflicting site associations Now I think this is probably due to the fact that the server in question is linked to the others by a static VPN connection which gives…
Simon Foster
  • 2,622
  • 6
  • 38
  • 55
3
votes
2 answers

Can't run utilities that use the network from a Windows Server 2008 DFS share

Under Windows Server 2008 I'm unable to run many utilities that use network resources. This works just fine under Windows Server 2003. For example: \\domain\dfs\tools$\bin\sendmail.exe ... \\domain\dfs\tools$\bin\psexec.exe ... echo %_metric%…
Jim Lawhon
  • 71
  • 5
3
votes
2 answers

Does Windows DFS always keep some files backlogged?

I have been monitoring our DFS backlog and I have noticed that is hasn't really dropped below 1000 or so files. I am assuming this means it needs to use more bandwidth. So starting last night I allowed it to use 512Kbps between 6pm and 4am, when it…
Jason
  • 261
  • 4
  • 7
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
0 answers

Folder Redirection - Explorer requires manual refresh

When a user's My Documents folder is redirected to a DFS share, Windows Explorer requires a manual refresh after creating a new folder, file, etc. Interestingly, the manual refresh is not necessary when making a new briefcase. I have tried a number…
3
votes
1 answer

Can't access dfs namespace over vpn

I've recently configured 2 servers in AD on the same domain level. They are physically separated and permanently connected through a site-to-site vpn for dfs replication. All well, but when users connect to either site through vpn (from home e.g.)…
cpf
  • 287
  • 4
  • 11