|
|
re:如果是Exchange2000,那么就要...
|
如果是Exchange2000,那么就要搭建一台Recovery Server了。我以前写过一个步骤,不过是英文的,希望对你有用。<br>
<br>
1. Install Windows Server – This can be of any name. Make sure to install the components that Exchange needed such as NNTP, ASP.NET and so on. Please also install the latest service pack.<br>
<br>
2. Create a new Forest – Use DCPromo to create a new forest. You can give this forest any name. You may need to setup DNS on this server. Remember that you can perform this procedure on a network which is isolated from your production environment.<br>
<br>
3. Run Setup /ForestPrep – Select Create new Organisation and call the organisation the same name as the original. Important: Do not install Exchange yet. The reason is that if the first server installed does not find any Admin Groups it will create one called First Administrative Group which will set all the LegacyExchangeDN attributes to that value. What you need to do is create an Admin Group with the same name as the original before you install the first server.<br>
<br>
4. Install Exchange System Tools on the Machine – Remember, install just the tools; do not install Exchange yet.<br>
<br>
5. Using ESM Create a New Admin Group with the original name – It is possible to create Admin Groups before installing Exchange servers. This process simply creates empty containers in the Exchange organisation in AD.<br>
<br>
6. Install Exchange 2000 server – Now you can install the server. It will be installed into the Admin Group you created, thus all the LegacyExchangeDN values will match the original environment.<br>
Important: Install the same level of service pack on this Exchange server as existed on the original server at the time the back up was made. This is because backups made with one version of Exchange are not always compatible with other versions.<br>
<br>
7. Rename Storage Group and Store objects to original names – Using ESM locate the First Storage Group, and Mailbox Store objects and rename them to match the original names if they are different.<br>
<br>
8. Dismount Store and set overwrite check box – You must dismount the store because Exchange restores are offline operations. Also, in the properties of the store (on the Database tab) enable the ‘This database can be overwritten by a restore’ check box.<br>
<br>
9. Perform a database restore – Carry out a standard Exchange database recovery. You can only restore the mailbox store. It doesn’t matter if you restore the whole storage group. You will now have the original store mounted and ready to be accessed. However, you need to create the user object(s) first.<br>
<br>
10. Create NON-mailbox enabled User(s) – Using AD Users and Computers create a user account for each mailbox you want to recover from the store. Make sure that you do not mailbox enable these objects.<br>
<br>
11. Reconnect Mailboxes – Using ESM, locate the mailboxes under the store objects. They should have a red cross above them indicating that they do not belong to any user accounts (if they don’t, then right click the store and select Run Cleanup Agent). Right click on the mailbox you want to recover and select Reconnect, then select the User account to attach to.<br>
<br>
12. Log in to the mailbox and extract the data – Using Outlook, extract the message(s), copy them to a .PST file and hand them to the user who requested the recovery.<br>
|
|