Update Workflows/Windows/Windows Server/Roles/DFS/Creating and Configuring DFS Namespaces with Replication.md
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
				
			This commit is contained in:
		| @@ -54,7 +54,7 @@ You can run these steps from either server (or any admin workstation with the RS | |||||||
| #### Create Namespace | #### Create Namespace | ||||||
|  |  | ||||||
| * **Server Manager → Tools → DFS Management** | * **Server Manager → Tools → DFS Management** | ||||||
| * Right-click **Namespaces** → **New Namespace…** | * Right-click **Namespaces** → **New Namespace...** | ||||||
|   * Choose a server to host the namespace (e.g., `LAB-FPS-01`) → **Next** |   * Choose a server to host the namespace (e.g., `LAB-FPS-01`) → **Next** | ||||||
|   * Name the namespace (e.g., `Projects`) → **Next** |   * Name the namespace (e.g., `Projects`) → **Next** | ||||||
|     * You can leave **Edit Settings** at defaults; those control the local folder that backs the namespace root, not your data. |     * You can leave **Edit Settings** at defaults; those control the local folder that backs the namespace root, not your data. | ||||||
| @@ -62,10 +62,17 @@ You can run these steps from either server (or any admin workstation with the RS | |||||||
|     * Resulting path: `\\bunny-lab.io\Projects` |     * Resulting path: `\\bunny-lab.io\Projects` | ||||||
|   * **Next → Create** |   * **Next → Create** | ||||||
|  |  | ||||||
| #### Link Folders to Namespace | #### Make Namespace Highly-Available | ||||||
| Create the DFS folders and add targets: | We have to perform an extra step to ensure that every file server can act as within a multi-master context, allowing for high availability.  To do this in this example, we will add `LAB-FPS-02` as a secondary namespace server for every namespace that we create. | ||||||
|  |  | ||||||
| * Right-click the new namespace (e.g., `\\bunny-lab.io\Projects`) → **New Folder…** | - Right-Click **DFS Management** > **Namespaces** > `\\bunny-lab.io\Projects` | ||||||
|  | - Click **Add Namespace Server...** | ||||||
|  | - Under "Namespace Server" enter `LAB-FPS-02` then click **OK**. | ||||||
|  |  | ||||||
|  | #### Link Folders to Namespace | ||||||
|  | Create the DFS folders and add folder targets: | ||||||
|  |  | ||||||
|  | * Right-click the new namespace (e.g., `\\bunny-lab.io\Projects`) → **New Folder...** | ||||||
|   * **Name:** `Scripting` |   * **Name:** `Scripting` | ||||||
|   * **Add** folder targets (one per server), e.g.: |   * **Add** folder targets (one per server), e.g.: | ||||||
|     * `\\LAB-FPS-01\Projects$\Scripting` |     * `\\LAB-FPS-01\Projects$\Scripting` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user