Standalone DFS Migration:
25 May 2009
Standalone DFS Migration:
Migrate Standalone DFS from source server to destination server.
e.g TESTW0001 to TESTW0002
1. Export the Standalone DFS from source server (TESTW0001)
Dfsutil /Root:\\TESTW0001\DFS_Root /Export:c:\temp\dfs.txt
2. Open the output file and replace the old server name with new server name
3. Create the new DFS root (DFS_Root) on TESTW0002 same as source
Then run the bellow command to create the all links
Dfsutil /Root:\\TESTW0002\DFS_Root /Import:c:\temp\dfs.txt /Set

0 comments:
Post a Comment