Home > Articles

This chapter is from the book

This chapter is from the book

Exchange Migration Roadmap

You cannot do an in-place upgrade from Exchange 5.5 to Exchange 2003. This applies even if you run Exchange 5.5 on Windows 2000. All upgrades from Exchange 5.5 to Exchange 2003 involve setting up new Exchange 2003 servers and moving mailboxes and connectors to those servers.

A basic migration has three phases: upgrade the domain to Windows Server 2003 (or Windows 2000, if you want to use the older operating system), deploy new Exchange 2003 servers, and then decommission the legacy servers. Here are the high-level details for each phase. The remainder of the chapter describes the details for performing each stage.

Domain Upgrade

The roadmap for a typical single domain upgrade looks like this:

  1. Upgrade the current PDC to Windows Server 2003. Use a leapfrog upgrade so that you have fresh hardware on the newly upgraded server. A leapfrog upgrade involves installing a new NT BDC, promoting it to PDC, and then upgrading it to Windows Server 2003. This puts the domain (and forest) at an Interim functional level, which enables certain replication features in Windows Server 2003 (such as replicating individual group members rather than the entire Member attribute) while retaining backward compatibility with NT domain controllers.

  2. Install additional Windows Server 2003 domain controllers. Don't tempt fate by having fewer than three domain controllers in a domain. This lets you take one domain controller down for maintenance and still have two up and running. Make as many of those domain controllers into GC servers as possible.

  3. Decommission all NT BDCs. This eliminates the need to support legacy LanMan replication.

  4. Shift the domain and forest to Windows Server 2003 functional level. This enables you to create Universal Security Groups, a requirement in a multiple domain forest.

Exchange 2003 Server Deployment

In the second phase, you'll deploy Exchange Server 2003 alongside your legacy Exchange servers. The roadmap looks like this:

  1. Install SP4 and the latest security patches on all Exchange 5.5 servers. The ADC requires that any legacy Exchange server that acts as a Connection Agreement endpoint runs Exchange 5.5 SP3 or higher. This gives it the ADC the ability to read and write the legacy directory service via LDAP.

  2. Normalize mailboxes. You need to spend an afternoon, maybe a long afternoon, validating that you have a one-to-one match between each legacy Exchange mailbox and an Active Directory user. At the same time, verify that each mailbox owner actually exists in Active Directory. The ADC tools perform this check, but you don't want to wait until the middle of the deployment to find out that you have a problem. Download the NTDSNoMatch utility from Microsoft to help with this work. See Knowledge-Base article 274173 for download and configuration information.

  3. Verify public folder permissions. Spend another long afternoon going through the permission list for each public folder to ensure that the recipients and distribution lists actually exist. This avoids having zombies on the permission lists; that is, distinguished names that do not point at a valid account in the legacy Exchange directory service. Exchange 2003 contains safeguards against problems caused by zombies, but you'll have more success in your deployment if you avoid the problem completely. The Pfadmin tool is great for doing this work. Microsoft Knowledge Base article 188629 discusses how to remove invalid permission entries using Pfadmin.

  4. Install the ADC. This updates the Active Directory schema to include all changes required by Exchange Server 2003, so it takes some preparation on the Windows side. This chapter describes those preparations.

  5. Configure Recipient and Public Folder connection agreements. A Connection Agreement (CA) defines a pathway between Active Directory and the legacy Exchange directory service. The ADC uses CAs to transfer mailbox information from legacy Exchange to mailbox-enabled users in Active Directory and to create Distribution groups and Contact objects in Active Directory that match the distribution lists and custom recipients in legacy Exchange.

  6. Install the first Exchange 2003 server. This creates a Configuration connection agreement in the ADC that copies information about the legacy Exchange organization into Active Directory. This server also runs an instance of the Site Replication Service (SRS) so the Exchange 2003 server can replicate directly with legacy Exchange servers in its site.

  7. Move Connection Agreement endpoints. An Exchange 2003 server running SRS can act as an endpoint for connection agreements. The ADC Connection Agreement Wizard initially assigns endpoints to legacy Exchange servers. You have to manually move the endpoints of Recipient and Public Folder CAs to an Exchange 2003 SRS server.

Legacy Exchange Server Decommissioning

The final phase includes moving all Exchange operations over to the new servers and removing the legacy servers from the organization. Here's the roadmap:

  1. Move mailboxes. Now that you have a fully functional Exchange 2003 server, you can move mailboxes to it from the legacy Exchange servers in the same site. You might want to install additional Exchange 2003 servers if you need the additional storage capacity and horsepower, or you can install Exchange 2003 Enterprise Edition and create additional storage groups and mailbox stores. Exchange is still in Mixed mode, so you cannot move mailboxes directly between servers in different legacy sites, which correspond to Exchange 2003 Administrative Groups.

  2. Move connectors. The legacy Exchange server probably hosts a variety of connectors, such as the Internet Mail Connector (IMC), Site connector, Directory Replication connector, and possibly additional connectors for X.400 or third-party e-mail systems. You'll need to create new connectors on the Exchange 2003 server and make sure that those connectors work satisfactorily before removing the legacy connectors. You'll need Enterprise Edition if you have an X.400 connector.

  3. Decommission legacy servers. At this point, you no longer need the legacy Exchange servers in this particular site. Uninstall Exchange from the servers. This removes their objects from the organization both in the legacy Exchange directory service and from Active Directory.

  4. Repeat for all other sites. During the time that you're upgrading the first Exchange site to Exchange 2003, you can start upgrading the other sites using the same steps. You'll wake up one morning and all the legacy Exchange servers will be gone. This stage invariably takes twice as long as you originally had in the schedule.

  5. Shift to Exchange Native mode. This step involves removing the Site Replication Service from all Exchange 2003 servers then setting a flag in the organization that releases it from compatibility with legacy Exchange.

  6. Celebration. Don't forget this very important final step. Your Mode Shift Party (MSP) does not necessarily need to feature the unconscious forms of grinning Exchange administrators draped over piles of empty pizza boxes outside the server room, but that's certainly a possibility.

Special Considerations

The basic roadmap I'm following assumes that you start with a single domain and all legacy Exchange servers. Just a few of the possible scenarios include the following:

  • Legacy Exchange servers running in several NT domains

  • Legacy Exchange servers running in a Windows 2000 forest

  • Mix of legacy Exchange servers and Exchange 2000 servers running in a Windows 2000 forest

Here are the additional considerations you need to include in your planning for these more complex situations.

Multiple NT Domains

If you have multiple NT4 domains and you choose to consolidate them into a single, pristine Windows Server 2003 domain, then your Exchange 2003 deployment roadmap changes just a little.

In an in-place migration, your efforts focus on transferring recipient and configuration information from the legacy Exchange directory service to Active Directory via the ADC. In a domain migration, you must first concern yourself with migrating security principals (user accounts, servers and desktops, and groups) from the NT domain to the Active Directory domain. Then you can set up the ADC and start your Exchange 2003 deployment.

An Active Directory attribute called SIDHistory contains the SID from the legacy NT domain so that users retain access to NT domain resources, such as their legacy Exchange mailboxes. Always migrate accounts using a tool that populates SIDHistory. Microsoft provides a free tool called the Active Directory Migration Tool (ADMT v2) on the Windows Server 2003 CD. You can get additional features and reporting capabilities by using third-party tools such as Domain Migration Wizard from Aelita Software or NetIQ's Domain and Exchange Migration Administrator.

Don't use the ADC to populate Active Directory with user accounts from the NT domain. The ADC does not populate SIDHistory and does not migrate user passwords, two critical features of a migration tool such as ADMT. Once you've migrated user accounts into Active Directory, then you can use the ADC to transfer legacy Exchange mailbox information to the objects, in the same way you did for an in-place migration.

From there, the roadmap matches an in-place upgrade. You install Exchange 2003 servers, move mailboxes and public folders and connectors to the new servers, decommission the old servers, shift to Native mode, and celebrate.

Legacy Exchange in a Windows 2000 Forest

If you have already deployed Windows 2000 but you still run legacy Exchange, you have a somewhat easier deployment roadmap. You can run Exchange 2003 in a Windows 2000 forest, but without some of the features you might want. (The feature set is detailed later in the chapter.) You should strongly consider upgrading your forest to Windows Server 2003 prior to deploying Exchange 2003 to get all the new features.

The details of upgrading your forest lie outside the scope of this book. (See my book, Inside Windows Server 2003, or The Ultimate Windows Server 2003 System Administrator's Guide by Robert Williams and Mark Walla. Both books are from Addison-Wesley.)

In general, the upgrade consists of modifying the Windows 2000 schema by running a tool called Adprep, and then either upgrading your Windows 2000 domain controllers to Windows Server 2003, or introducing new Windows Server 2003 domain controllers and decommissioning the old domain controllers.

An upgrade leaves the domain functional level at its current state. For example, if the Windows 2000 domain were in Mixed mode, the Windows Server 2003 domain and forest would be set to Windows 2000 Mixed functional level. You'll need to shift to a Windows 2000 Native functional level to get the ability to create Universal Security Groups prior to deploying Exchange 2003.

Once you've completed the Windows Server 2003 upgrade, you can begin deploying Exchange 2003. I do not recommend doing both upgrades at the same time because this introduces too much complexity into the deployment plan, makes recoverability more problematical, and complicates troubleshooting.

Mix of Exchange 5.5 and Exchange 2000 Servers

Speaking of keeping things simple, you should avoid deploying Exchange 2003 in the midst of an Exchange 2000 deployment that involves an upgrade from Exchange 5.5. Microsoft refers to this as a TIPTOS deployment, derived from the chemical symbols of the code names for the three Exchange products: Titanium for Exchange 2003, Platinum for Exchange 2000, and Osmium for Exchange 5.5.

Imagine the Monday meetings where you discuss configuration changes in sites with servers that have one, two, or all three versions of Exchange, maybe running with different service packs and security patches. You would need to include multiple strategies for directory service replication and multiple strategies for message routing; and you would need to keep track of the eccentricities of each type of server with your mix of antivirus, antispam, and backup agents.

Now imagine diagnosing and fixing problems caused when those servers don't want to interoperate for some inexplicable reason.

Now imagine what your resume might look like after you explain to your boss for the hundredth time why the CIO didn't get her e-mail.

If you decide to get a head start by deploying Windows Server 2003 in a mixed environment of Exchange 2000 and Windows 2000, before running Adprep, it's important that you correct an issue with the InetOrgPerson attributes in the Schema. The syntax for several attributes does not follow RFC guidelines, and if you update the schema without doing the fix, you'll "scramble" the attributes, and they cannot be fixed later on. Look at Microsoft Knowledge-Base article 325379 for more details.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020