MINIMAL DOWNTIME MIGRATION OF WINDOWS SERVER ROLES – PART 2

After done for Active Directory Preparation, now we need to install a new Windows Server 2012 R2, export data from existing windows server 2003 and then import to new Windows Server 2012 R2.

Install windows 2012 R2 domain server

  1. Build a new Windows 2012 R2 Server (Make sure you fully patch it).
  2. Logon to windows 2012 R2 Server – The account used to logon must have “Domain Admins” rights.
  3. Ensure that DNS is configured to windows 2003 domain controller server.
  4. Join it to the Domain.
  5. Open the Server Manager console and click on Add roles and features.
  6. Select Role-based of featured-based installation and select Next.
  7. Select the Active Directory Domain Services, DHCP Server and file services (including De-Duplication) roles.
  8. Accept the default features required by clicking the Add Features button.
  9. On the Features screen click the Next button.
  10. On the Confirm installation selections screen click the Install button.
  11. Click the Close button once the installation has been completed.

Forest /Domain Verification of Process

  1. Logon to windows 2003 domain server.
  2. Click Start, click Run, type ADSIEdit.msc, and then click OK.
  3. Click Action, and then click Connect to.
  4. Click Select a well known Naming Context, select Configuration in the list of available naming contexts, and then click OK.
  5. Double-click Configuration, and then double-click CN=Configuration,DC=forest_root_domain.
  6. Double-click CN=ForestUpdates.
  7. Right-click CN=ActiveDirectoryUpdate, and then click Properties.
  8. Confirm that the revision attribute value is correct for the version of adprep /forestprep, and then click OK.
Note

  • For Windows Server 2012 R2, the value is 15.
  • For Windows Server 2012, the value is 11.
  • For Windows Server 2008 R2, the value is 5.
  • For Windows Server 2008, the value is 2.

 

9. Click ADSI Edit, click Action, and then click Connect to.

10. Click Select a Well known naming context, select Schema in the list of available naming contexts, and then click OK.

11. Right-click CN=Schema,CN=Configuration,DC=forest_root_domain, and then click Properties.

12. Confirm that the objectVersion attribute value is correct for the version of adprep /forestprep, and then click OK.

Note

  • For Windows Server 2012 R2, the value is 69.
  • For Windows Server 2012, the value is 56.
  • For Windows Server 2008 R2, the value is 47.
  • For Windows Server 2008, the value is 44.

 

13. Now that we have successfully verified the Schema Extensions on windows 2003 domain server we can re-enable the outbound replication:
a, From the Command prompt type

repadmin /options (windows 2003 domain server name) -DISABLE_OUTBOUND_REPL

Force Replication and Convergence

Once the Schema Extensions have been successfully applied to windows 2003 domain controller server they need to be replicated to the rest of the domain controllers in the forest. This can be done manually by following the steps below

  1. Logon to windows 2003 domain controller server.
  2. Type repadmin /kcc.
  3. Type repadmin /syncall /e /d /a >c:\postrootschema-repl-Pull.txt.
  4. Open c:\postrootschema-repl-Pull.txt – Ensure that at the bottom of the file “SyncAll terminated with no errors” exists – If there are errors – These must be fixed before proceeding.
  5. Type repadmin /syncall /e /d /a /P >c:\postrootschema-repl-Push.txt.
  6. Open c:\postrootschema-repl-Push.txt – Ensure that at the bottom of the file “SyncAll terminated with no errors” exists – If there are errors – These must be fixed before proceeding.

Hope you enjoy this post.

Cary Sun @Sifusun

About Post Author

1 thought on “MINIMAL DOWNTIME MIGRATION OF WINDOWS SERVER ROLES – PART 2

Leave a Reply