Hi,
Please follow the steps below to migrate DFS:
- Install DFS on the new server and make it a DFS Namespace server. Copy your current installation. Now it can immediately start giving referrals to your existing shares.
- Using an application like robocopy, copy all the shares and permissions to the new server.
- Add into DFS the links to the new server under each DFS name. Mark it as inactive, but have it in place.
- Over the following few days, run the copy program again, grabbing only the changed files and moving them to the new server. The idea is to gradually capture all files. Meanwhile, turn the lifetime on the DFS reference down to 15 minutes.
- You will have to interrupt user access. Turn the DFS lifetime down to 5 minutes. Wait 15 minutes for the oldest references to expire. Disable the DFS pointers to the old shares. Do a last robocopy. Enable the references to the new shares. Everyone should re-register within 5 minutes. Have users reboot if they need it quicker.
- Turn the lifetime back up to something higher - 1 to 8 to 24 hours, depending on whether you have multiple duplicate shares.
- After a few days, delete the DFS references to the old server and retire it.
I hope this answers your question.
----------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--