JSI Tip 8194. How can I manually decommission a root server that hosts a domain-based DFS (Distributed File System) root in Windows Server 2003?

Jerold Schulman

June 27, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

To manually decommission a root server that hosts a domain-based DFS root in Windows Server 2003:

01. Open the Distributed File System snap-in from the Administrative Tools folder.

02. Select the DFS root that you wish to remove in the left-hand pane.

03. In the right-hand pane, right-click the root target that you want to remove and press Remove Target.

04. Press Yes to confirm.

05. Close the DFS snap-in.

06. If you haven't installed the Support Tools from the Support Tools folder of the Windows Server 2003 CD-ROM, right-click the Suptools.msi file and press Install.

07. Open a CMD.EXE window.

08. Type:

Dfsutil /UnmapFtRoot /Root: /Server: /Share:

Where:

DFS root         uses the \DomainOrServerRootName fomat.RootTargetServer is the root server to be decommissioned.DFS share name   is the DFS share name.

09. On the RootTargetServer, open a CMD.EXE window and type the following command, pressing Enter:

Dfsutil /Clean /Server: /Share:.

10. Type net stop dfs and press Enter.

11. Type net start dfs and press Enter.

NOTE: DFS will stop giving referrals to the decommissioned server within 15 minutes after the local domain controller receives an update to the DFS object in the Active Directory from the PDC emulator.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like