Lab 6
Lab 6
Marks:
Part I: 2
Part II: 1
Part III: 3
Part IV: 2
Part V: 2
Part I: Install DFS Namespaces and DFS Replication (this part is done on
DC1)
The purpose of the following steps to create a shared folder and replicated
to another server to create a failover server
1- Logon to DC1 as administrator and Install DFS namespace and replication
(tip: you will find them under: File and Storage services & File > iSCSI Services)
2- On DC1, create a new folder under Documents and name it: IT.
3- Click on sharing tab > advanced sharing > click “Share this Folder” and note the
name of the sharing folder. Click on permissions, “Everyone” group has a read
only permission by default, keep it, finish the sharing setup and close all the open
windows.
4- Open the IT and create and new text file and name it Test1
b. Type All_Shares in the Name text box. Click edit settings; note the path of
the shared folder on DC1. Keep the defaults and click OK then next
c. Select Stand-alone namespace. Note the UNC path, you are going to use
it later this lab. Complete the wizard
Part III: Creating a Folder in the namespace and add Folder Target
7- Right click All_Shares namespace, and click New Folder.
8- For the name type IT > add > browse to select IT on DC1. Note the UNC path.
Finish the wizard
9- Now, right click on the IT folder on the left handside, and select “add folder
target”
10- On the Path to folder target: type the name of your DC2 for example, \\DC2
\IT.
11- A pop-up window will ask you if you want to create the folder on DC2, select
yes. The purpose of this step is to create a replication of the IT folder DC2
14- Keep the defaults for the next screens and complete the wizard
Testing DFS
1. On DC1, Open the command prompt, and type PowerShell to start the powershell
command prompt.
2. Type the following command to install FSRM:
Install-WindowsFeature -Name FS-Resource-Manager -IncludeManagementTools
3. Open FSRM manager, and expand Quota Management.
4. Right click Quota Template and click create Quota Template
a. Name: IT Quota
b. Set the limit to 10 KB and keep the hard quota option
Part V: Creating a Quota from the Quota template (This step is done on DC1)