Ask a questionAsk a question
 

AnswerDFS Shares - removing a server

  • Friday, November 06, 2009 10:34 PMison67 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    We will be upgrading one of our server and rebuilding it. It is a DC and DFS Namespace server. I'm not sure what is the best way to remove the shares and not loss any data. The server is Windows 2003 r2. The shares replicate to 4 other servers. I'm not sure what you need to know. Should I remove or disable it's replicated folder's memebership first or just delete the namespace? Any advice would be appreciated.

    Regards,
    ABBEtech


    DJ

Answers

  • Saturday, November 07, 2009 1:56 AMIsaac Oben Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hello DJ,

    Disable the replication service, then run dfsutil.exe /remftroot /server:EnterNameOfYourserver /share:EnterNameSpaceShare . this will remove the namespace from the dc and the other DCs will still be acting as a namespace servers. Note that this command will not delete any of the shares. If you have actual targets with data on this server that users were refered to, then you will need to unshare , use robocopy to move it to another server before rebuilding.
    Isaac Oben MCITP:EA, MCSE

All Replies

  • Saturday, November 07, 2009 1:56 AMIsaac Oben Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hello DJ,

    Disable the replication service, then run dfsutil.exe /remftroot /server:EnterNameOfYourserver /share:EnterNameSpaceShare . this will remove the namespace from the dc and the other DCs will still be acting as a namespace servers. Note that this command will not delete any of the shares. If you have actual targets with data on this server that users were refered to, then you will need to unshare , use robocopy to move it to another server before rebuilding.
    Isaac Oben MCITP:EA, MCSE