Rebuild an Exchange 2007 server after a crash
Note: If Windows wasn't damaged during the crash, it's best to leave the operating system alone. This will save you work, and will also help to preserve some of the things that are unique to that server.
For example, client access servers almost always have SSL certificates installed. These certificates are stored locally on the server and they are not a part of Exchange. Because of this, certificates will have to be reissued unless you're able to preserve the operating system.
You also need to install all of Exchange Server's required components, just as you did when you initially installed Exchange 2007. I also recommend that you apply the same set of patches to the OS that were in place before the crash.
After you've installed and configured Windows, you need to attach it to the domain. And it's critical that you do this correctly. Your Exchange Server configuration is tied to the computer account, which is connected to your old server. Before connecting your server to Active Directory, you must reset the computer account.
To reset the computer account, open Active Directory Users and Computers and select the Computers container. Next, right-click on the name of the failed server and select the Reset Account command. Finally, assign your Exchange Server the same name as the failed server and then join the domain as you normally would. Do not delete the old server's computer account. If you do, it will be impossible to rebuild Exchange Server.
After you've properly configured Windows, it's time to rebuild Exchange Server 2007. To begin, insert your Exchange installation media and run the following command:
Code:
Setup.exe /M:RecoverServer
When you execute this command, Setup will:
- Check the prerequisite to ensure that all necessary components are installed
- Copy Exchange binaries to the server
- Use Active Directory to configure the server.
When I first attempted the recovery process, it would not complete because my edge synchronization had broken. A TechNet article advised me to use the Exchange Management Shell (EMS) to remove the edge subscription, then to manually reestablish it once the server was functioning.
At first I was discouraged because the crash had destroyed the Exchange Management Console and Exchange Management Shell. However, I was pleasantly surprised to find that the management tools had been reinstalled and returned to a functional state when I copied the Exchange binaries. This made it easy to use the
Code:
Remove-EdgeSubscription
Comments
Post a comment