Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Windows Server 2008 R2 : Implement the Distributed File System (part 1) - Configure a DFS Namespace

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/11/2011 6:05:15 PM
If you are trying to make data accessible, you have lots of options such as creating shared folders and using offline files. If you want to extend the availability of your files and folders, you might consider building more than one server to house the same data and then copying or replicating that data between the various servers so that it stays consistent. Replicating data to multiple servers increases data availability and gives users in remote sites fast, reliable access to files. Replication is configured via Distributed File System (DFS) namespaces. DFS namespaces allow you to group shared folders located on different servers by transparently connecting them to one or more namespaces. A namespace is a virtual view of shared folders in an organization. When you create a namespace, you select which shared folders to add to the namespace, design the hierarchy in which those folders appear, and determine the names that the shared folders show in the namespace. When a user views the namespace, the folders appear to reside on a single, high-capacity hard disk. Users can navigate the namespace without needing to know the server names or shared folders hosting the data.

The path to a namespace is similar to a universal naming convention (UNC) path of a shared folder, such as \\server1\shares\test. If you are familiar with UNC paths, you know that, in this example, the shared folder, Shares, and its subfolder, Test, are all hosted on the server called server1. Now, assume you want to give users a single place to locate data, but you want to host data on different servers for availability and performance purposes. To do this, you can deploy a namespace.

To build a namespace, you will need a namespace server. A namespace server hosts a namespace. The namespace server can be a member server or a domain controller.

To install DFS, you will need to add the DFS role located under File Services in Server Manager:

  1. Open Server Manager.

  2. Right-click Roles.

  3. Choose Add Roles.

  4. Select File Services.

  5. Click Next.

  6. Check the box to add the Distributed File System.

    This will add both the DFS Namespaces and DFS Replication role services.

  7. Click Next.

  8. Click Create A Namespace Later Using The DFS Management snap-in in Server Manager.

  9. Click Next.

  10. Click Install.

  11. Click Close.

1. Configure a DFS Namespace

After you have installed the DFS role service, you can begin the process of creating the DFS namespace and configuring the DFS root:

  1. Open Server Manager.

  2. Expand Roles.

  3. Expand File Services.

  4. Select the DFS Management snap-in.

  5. Click New Namespace.

  6. Type the name of the server, or click Browse to select it from a list (see Figure 1).

  7. Click Next.

  8. Type a name for the namespace. This is what the users will see after the server name in the UNC path. If you want to edit the settings of this share, you can click the Edit Settings button to change those settings.

  9. Click Next.

Figure 1. Creating a new namespace

At this point, you are prompted to choose the type of namespace. You can choose either a domain-based namespace or a stand-alone namespace. The domain-based namespace begins with a domain name, and its metadata is stored in Active Directory. A domain-based namespace can be hosted on multiple namespace servers. A stand-alone namespace is stored only on the namespace server, but it can be hosted on a server cluster. The path begins with the namespace server name. A dedicated namespace server should be used to host a namespace that contains more than 5,000 replicated folders. Figure 2 summarizes the settings and creates the namespace.

Figure 2. Reviewing the DFS settings and creating the namespace

You have just successfully created your first DFS namespace. This namespace is called the DFS root. When you expand the DFS Management tool in the Server Manager and then expand Namespaces, you will see the existing namespaces. The namespace is really just the location that will be used to hold targets that will point to the location of resources located elsewhere on the network. A folder may have one or more folder targets that may be added using the Add Folder Tool displayed in Figure 3.

This is where you start to see the real potential of DFS. If you have more than one target location that hosts shared data, you can configure multiple targets for the same folder in your DFS namespace. The namespace will route requests from users to the appropriate folder target based on the site information for that user. This way, you can maintain multiple shared folders containing the same data and maximize referrals to users using DFS namespaces. We know what you are thinking here. What happens if a user changes the contents of one of the shares? How will the other targets be updated? Not to worry, there is a built-in replication system in DFS called Distributed File System Replication (DFSR).

Figure 3. Adding a new folder to DFS

DFSR uses something called Remote Differential Compression (RDC), which replicates only the changes in files. In Windows Server 2008 R2, DFSR can even replicate SYSVOL using RDC, resulting in a dramatic reduction in bandwidth consumption while maintaining the integrity of your folder targets.

Other -----------------
- Microsoft SQL Server 2008 Analysis Services : Analysis Services and the operating system (part 3) - Analysis Services memory management
- Microsoft SQL Server 2008 Analysis Services : Analysis Services and the operating system (part 2) - Tools to monitor resource consumption
- Microsoft SQL Server 2008 Analysis Services : Analysis Services and the operating system (part 1) - Resources shared by the operating system
- Securing Dynamics NAV Applications : Users, logins, and passwords
- Securing Dynamics NAV Applications : Dynamics NAV security models
- Exchange Server 2010 : Manage Public Folder Replication (part 2) - Manage Replication
- Exchange Server 2010 : Manage Public Folder Replication (part 1) - Configure Replication Parameters
- Microsoft Dynamics CRM 2011 : Using Marketing Lists - Adding Members to a List by Using a Lookup
- Microsoft Dynamics CRM 2011 : Creating a Static Marketing List
- Microsoft PowerPoint 2010 : Expanding PowerPoint Functionality - Playing a Movie Using an ActiveX Control
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server