Exchange 5.5 到 Exchange 2007迁移


关键词

Exchange 5.5 到 Exchange 2007迁移

摘要

Migrating mailboxes from Exchange 5.5 to Exchange Server 2007 directly is not supported. Using native tools, administrators will have to perform this kind of migration as a two-step process which includes:

Migrating from Exchange 5.5 to Exchange 2003
Migrating from Exchange 2003 to Exchange 2007
Typically, there will be two scenarios:

Scenario 1: Exchange 5.5 and Exchange 2003 are in same Organization; Exchange 2007 is in a different Organization

Here is the brief description of typical steps and related information:

- In Exchange 2003 / 5.5 Organization

1. Exchange Server 2003 Migration Wizard doesn’t allow migration from an Exchange 5.5 in the same organization.

2. You should verify that Active Directory Connector is installed on Exchange 5.5 machine and replication service is configured with correct credentials and with correct port. You can do this by going to Start > Programs > Microsoft Exchange > Active Directory Connector. Change to port for Exchange Server to 389 if it is set to something else.

3. You can wait for replication or you can select replicate now in Active Directory Connector (especially if Exchange 2003 in newly configured in this organization).
Migrating mailboxes from Exchange 5.5 to Exchange Server 2007 directly is not supported. Using native tools, administrators will have to perform this kind of migration as a two-step process which includes:

Migrating from Exchange 5.5 to Exchange 2003
Migrating from Exchange 2003 to Exchange 2007
Typically, there will be two scenarios:

Scenario 1: Exchange 5.5 and Exchange 2003 are in same Organization; Exchange 2007 is in a different Organization

Here is the brief description of typical steps and related information:

- In Exchange 2003 / 5.5 Organization

1. Exchange Server 2003 Migration Wizard doesn’t allow migration from an Exchange 5.5 in the same organization.

2. You should verify that Active Directory Connector is installed on Exchange 5.5 machine and replication service is configured with correct credentials and with correct port. You can do this by going to Start > Programs > Microsoft Exchange > Active Directory Connector. Change to port for Exchange Server to 389 if it is set to something else.

3. You can wait for replication or you can select replicate now in Active Directory Connector (especially if Exchange 2003 in newly configured in this organization).

4. Once you can see all the users with mailbox information in Exchange 2003 machine, you are ready for migration to Exchange 2007.

- In E2007 Organization


1. Verify that there is a trust between these two organizations.

2. You need to have Administrative privileges in the other organization.

3. You cannot do Cross-Org migration using the GUI wizard. You have to use Exchange Power-Shell.

4. Open Exchange Power Shell and enter $s=get-Credential. Enter the Administrator account and password of the other organization. This credential information would be saved in variable “s”.

5. Then to transfer a mailbox, you can use the following command
Move-Mailbox -identity <username> -sourceForestGlobalCatalog <e2k3server> -targetDatabase <Target MBD > -sourceForestCredential $s -NTAccountOU Users.

6. If this command gives some error, verify that Exchange information store service and Exchange System Attendant Service is running.


Scenario 2: Exchange 5.5 is one organization; Exchange 2003 and Exchange 2007 are in a different Organization.

Verify that there is a trust between these two organizations. This one is easier and it can be done using GUI wizards.

- In Exchange 5.5 Organization

1. In Exchange 5.5, you should go to Exchange Administrator Console and verify that the port for LDAP is set to 389 in Protocols.

- In Exchange 2003 and Exchange 2007 Organization

1. On Exchange 2003, run the Migration Wizard. Move the selected user mailboxes to Exchange 2003 server using Migration Wizard.

2. On Exchange 2007, run the Migration Wizard to move mailboxes to Exchange 2007.

Conclusion

1. Users with moved mailboxes will still use OldOrg\UserName to login and check their emails as their login credentials are still in the previous organization.

2. Users will appear as disabled users in Exchange 2007 machines.

Note: ISV tools are available to help in this kind of migration, including 'Quest Migration Manager for Exchange' that can aid in Exchange 5.5 to Exchange 2007 migrations and archiving tools such as 'CommVault QiNetix' that can archive Exchange 5.5 content and restore to Exchange 2007. Other tools might be available too. This blog posts covers what can be done with native Microsoft Exchange tools only.

 

要饭二维码

洪哥写文章很苦逼,如果本文对您略有帮助,可以扫描下方二维码支持洪哥!金额随意,先行谢过!大家的支持是我前进的动力!

文章的版权

本文属于“洪哥笔记”原创文章,转载请注明来源地址:Exchange 5.5 到 Exchange 2007迁移:http://www.splaybow.com/post/Exchange2007migration.html

如果您在服务器运维、网络管理、网站或系统开发过程有需要提供收费服务,请加QQ:8771947!十年运维经验,帮您省钱、让您放心!
亲,如果有需要,先存起来,方便以后再看啊!加入收藏夹的话,按Ctrl+D

« spamhaus垃圾邮件列表 虚拟化技术在Exchange灾难恢复中的作用 »

相关文章:

腾讯企业邮箱POP,SMTP分别是什么  (2014/9/4 8:23:19)

邮件服务器架设  (2014/3/9 13:27:43)

winwebmail邮局附件大小  (2014/3/8 10:13:12)

Exchange服务器快速恢复的步骤  (2013/10/24 14:04:36)

使域名DNS解析支持DKIM  (2013/5/27 16:45:56)

邮局使用SPF  (2013/5/24 12:27:46)

用telnet来理解SMTP协议  (2013/5/24 12:23:38)

qmail+vpopmail+squirrelmail 安装经验谈  (2013/9/6 10:59:41)

LINUX中的QMail邮件安全问题  (2013/9/5 10:59:12)

用qmail/vpopmail/courier-imap/qmail-scanner/igenus打造邮件系统  (2013/8/31 10:59:13)