The first step in migrating is removing Exchange 2003 from your SBS 2003 domain. If you aren't already using Exchange Online by now you are in trouble! Go get your exchange online service from Microsoft, I like Plan 1. Follow these steps to remove your old Exchange Server.
Remove Exchange
- Go to Active Directory Users and Computers
- MyBusiness->Users->SBSUsers, Select All, Right click Exchange Tasks. Delete Mailbox.
- Users-> Select All, Right click Exchange Tasks. Delete Mailbox.
- Insert SBS 2003 Disc 2, Add or Remove Programs->Windows Small Business Server 2003->Remove Exchange.
Raise Forest Level
- Go to Active Directory Domain and Trusts ->Raise Forest Functional Level to 2003.
- This will also raise the domain level to 2003.
Now we can promote our new Windows Server 2012 to become another domain controller in our domain.
Promote Domain Controller
- Add roles and features->Active Directory Domain Services
- Promote it to domain controller
Reset Replication
- Click Start, and then click Run.
- In the Open box, type cmd and then press ENTER.
- In the Command box, type net stop ntfrs.
- Click Start, and then click Run.
- In the Open box, type regedit and then press ENTER.
- Locate the following subkey in the registry:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
- In the right pane, double click BurFlags.
- In the Edit DWORD Value dialog box, type D4 and then click OK.
- Quit Registry Editor, and then switch to the Command box.
- In the Command box, type net start ntfrs.
- Quit the Command box.
Migrate DHCP
Next is to migrate over your DHCP server settings.Now this step may be easy for some but it can bite you in the pants in the future. It can be as simple as just Export and Import DHCP settings to the new server. This will work fine if you only intend to have one DHCP server on your new domain. However, if you ever want to have DHCP failover servers, which is a great new feature in Windows Server 2012 that uses two domain controllers, you can not export and import from SBS 2003. You will have to manually add all your DHCP settings into your new DHCP server by hand.
Transfer FSMO roles
Now, we are almost done. The next part is the most important. We will need to transfer all five FSMO roles from the SBS 2003 server to the new Windows Server 2012 server. You should then confirm the transfer with the following command: netdom /query fsmo
Removing Old Server
We now can started the removal process of the old server off the network. Remove Certificate Services from the old server. Next run DCPromo. If the netlogon service times out then just stop it, then restart dcpromo again.
Enable Time Service
On the new server you need to enable the time service with a command like the following:
w32tm /config /manualpeerlist:newservername /syncfromflags:manual /reliable:yes /update
And that's it, not so painful now was it?
How did you go about migrating Sharepoint from that server too?
ReplyDelete