How to install and configure DFS in Server 2008R2 Step by step

There are two parts we will be configuring in this article the first will be DFS NameSpace and then we will move on to the DFS Replication.

Configure DFS NameSpace on Windows Server 2008

The DFS NameSpace will be the client facing aspect of DFS and what really makes life easier for the end users. Having a common namespace across your enterprise for the users to share files will cut down on support calls and make collaboration on documents a breeze.
Let’s go ahead and configure a DFS Namespace through the DFS Management MMC Snap-In.
1. Open DFS Management Snap-in.
Server 2008: Configuring Distributed File Systems (DFS) - 1
2. In the left pane click on Namespaces and then in the right column click New Namespace…
Server 2008: Configuring Distributed File Systems (DFS) - 2
3. In the New Namespace Wizard, the first thing it wants to see is your server that will host the Namespace. In this case it will be the domain controller that I installed DFS on, so let’s go ahead and enter that name in TESTDOMAIN and then click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 3
4. The next window is Namespace Name and Settings, and it is asking for the name of the namespace. Depending on if this is a standalone install or a domain, this is the name that will be after the server or domain name. In this case I am going to type the namespace Sharedfiles.
Notice when you type in the name the Edit Settings button becomes live. This is because the wizard will create the shared folder. You can modify the settings it uses at this time by clicking Edit Settings.
Server 2008: Configuring Distributed File Systems (DFS) - 4
5. You can now edit the following settings:
      Local path of share folder
      Shared folder permissions
I am going to go with Administrators have full access; Other users have read and write permissions. If you select Custom you can choose specific groups and users and give them specific rights. Click Ok when you are done choosing permissions, then click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 5
6. Next comes the Namespace Type, there are two choices: Domain-based namespace or Stand-alone namespace. There are some big difference between the two so let’s take a quick look at them now:
  • Domain-based namespace – Stored on one or more servers and in Active Directory Domain Services. Increased scalability and access-based enumeration when used in Server 2008 mode.
  • Stand-alone namespace – It is stored only on a single namespace server, for redundancy you have to use a failover cluster.
I am going to go with Domain-based namespace in Windows Server 2008 mode and you can see the preview is going to be\\ADExample.com\Sharedfiles, once your choice is made click on Next.
Server 2008: Configuring Distributed File Systems (DFS) - 6
7. The next screen lets you review the choices you just made, if they are correct go ahead and click Create.
Server 2008: Configuring Distributed File Systems (DFS) - 7
8. Next you will see a screen telling you that the namespace is being created. After a few minutes you should see the status of Success, and then click Ok.
Server 2008: Configuring Distributed File Systems (DFS) - 8
9. Now in DFS Management Snap-in you can see the Namespace we just created.
Server 2008: Configuring Distributed File Systems (DFS) - 9
10. Let’s go ahead and quickly create a folder. Right click on the namespace and click New Folder.
Server 2008: Configuring Distributed File Systems (DFS) - 10
11. Now type the name of the folder you want. In this case I am going to be very original and type Folder1, but hopefully you will use something more descriptive when the time comes.
Below the Name field you will see a space that shows you a preview of the Namespace with this new folder. Also under that you will see Folder Targets. This allows you to point this folder at a shared folder already on your network.
That way you don’t have to migrate files over, but be warned; if you setup these target folders there is no replication, so if that share goes down for any reason users will not be able to access that data. Go ahead and click Ok.
Server 2008: Configuring Distributed File Systems (DFS) - 11
12 You will now see in the DFS Management Snap-in Folder1 under the namespace we just created.
Server 2008: Configuring Distributed File Systems (DFS) - 12

Configure DFS Replication on Windows Server 2008

Ok now that we have a Namespace configured and we have placed a folder in that namespace let’s setup replication with another server in the domain to make sure that users can always get their data and we don’t get any complaints!
1. Open DFS Management Snap-in.
2. In the left pane go ahead and right click on Replication and then left click onNew Replication Group.
Server 2008: Configuring Distributed File Systems (DFS) - 13
3. Your first choice is: if you want a Multipurpose replication group orReplication group for data collection.
In most cases you will want the Multipurpose replication group, but in some cases where you wanted to grab data from a remote server and bring it to a centralized backup server the group collection would help. In our case we are going to use Multipurpose replication group, and click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 14
4. Next we are going to set the name of the replication group; the only limit is that the group must be unique for the domain it servers. In our case let’s use testrepfor the group name. After typing it in click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 15
5. Next we are going to add the group members. Click Add and enter the name of the servers that are going to be members of this group. In my case it is going to be TSTest and TESTDOMAIN; after they are entered click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 16
6. In the next page we are going to choose the Topology for the group. Since we only have two servers we will be defaulted to Full Mesh which will work in this example. On this page you will also see an explanation of the other topologies if you need them. Click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 17
7. Replication Schedule is next on the list to configure. There are A LOT of option here for every bandwidth budget and the ability to limit it to certain days and times. I am going to leave the default since we are just in my virtual lab, but you may need different settings based on your server locations and connections. Once set, click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 18
8. Primary member is now the next thing to be set. This is to set the authoritative member for the INITIAL replication. In our case we will use TESTDOMAIN, and then click Next.
Server 2008: Configuring Distributed File Systems (DFS) - 19
9. Now we can setup the folders we want to replicate to the other server.
Click Add and you will be prompted for the folders information. In this case I am going to choose to replicate the folder we used in the last example Folder1. Note that you can always change permissions on the replication target by selecting Custom Permissions, or you can leave them as is by leaving it atExisting Permissions.
I am going to enter all the info, click Ok and then click Next as that is the only folder I am replicating.
Server 2008: Configuring Distributed File Systems (DFS) - 20
Server 2008: Configuring Distributed File Systems (DFS) - 21
10. Next you must set the local path for the replicated folder on the other server. It is by default disabled, so highlight the partner server and click Edit. SelectEnable and then browse and you can navigate to a folder you have already created or create one in the desired location.
After you’re done you can click Ok, and if that is your only partner server clickNext.
Server 2008: Configuring Distributed File Systems (DFS) - 22
Server 2008: Configuring Distributed File Systems (DFS) - 23
11. Next you can review your settings and then click Create; after a few seconds you should go to a Confirmation page where you will see a success messages for each step. After review click Close.
Server 2008: Configuring Distributed File Systems (DFS) - 24
Server 2008: Configuring Distributed File Systems (DFS) - 25
12. After that you will see a popup window telling you:
"Replication will not begin until the configuration is picked up by the members of the replication group. The amount of time this takes depends on Active Directory Domain Services replication latency as well as the polling interval".
Basically the meaning of this is that if you specified remote servers in different sites, you will have to wait until Active Directory replicates the data out with their next sync. Click Ok to get passed this.
Server 2008: Configuring Distributed File Systems (DFS) - 26
Now that we have configured the namespace and setup replication let’s take a look at how it would be used by our ever grateful end users.
1. Click start.
2. Type in the domain and namespace, in our case it was\\ADExample.com\Sharedfiles and hit Enter.
Server 2008: Configuring Distributed File Systems (DFS) - 27
3. You should get an explorer window with the Folder1 in the center pane.
Server 2008: Configuring Distributed File Systems (DFS) - 28
Remember this has been the very basic structure of DFS and depending on your need and environment you can create very robust namespaces and replication.

No comments:

Post a Comment