DFS Namespace - what happens with existing DFS Namespaces after moving from FRS to DFSR replication

WW-6729 371 Reputation points
2022-05-11T05:45:58.923+00:00

Hi, what happens with existing DFS Namespaces when migrating from FRS to DFSR replication?

Do I need to change something on existing DFS Namespaces after migration or it will be automatically replicated now using DFSR?
I've found an article that says that after migrating to DFSR replication I need to configure New Replication Group for my existing Namespaces under Replication? Is this true and do I need to configure every new Namespace under New Replication Group?
200759-image.png

Thank you!

BR

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,083 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,336 Reputation points
    2022-05-16T14:43:43.677+00:00

    Hi WW-6729,

    As long as you follow the correct migration process, as listed below, all of the namespaces should take care of themselves as part of the process.

    Migration Steps:

    Prepared State

    1. Log in to domain controller as Domain admin or Enterprise Admin
    2. Launch PowerShell console
    3. Type dfsrmig /setglobalstate 1 and press enter
    4. Type dfsrmig /getmigrationstate to verify all domain controllers have reached a prepared state

    Redirected State

    1. Log in to domain controller as Domain admin or Enterprise Admin
    2. Launch PowerShell console
    3. Type dfsrmig /setglobalstate 2 and press enter
    4. Type dfsrmig /getmigrationstate to verify all domain controllers have reached redirected state

    Eliminated State

    1. Log in to domain controller as Domain admin or Enterprise Admin
    2. Launch PowerShell console
    3. Type dfsrmig /setglobalstate 3 and press enter
    4. Type dfsrmig /getmigrationstate to verify all domain controllers have reached eliminated state

    This completes the migration process and to verify the SYSVOL share, type net share command and enter.

    Additionally, be certain in each domain controller FRS service is stopped and disabled. This could occur automatically.


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. WW-6729 371 Reputation points
    2022-05-20T07:35:23.413+00:00

    Hi, Thank you LimitlessTechnology-2700!

    I can confirm that everything was fine after migrating to DFSR replication. Nothing additional needed to be configured.

    Best regards!

    0 comments No comments