Exchange邮件服务器相关的配置完成后,可以着手Microsoft Transporter Suite迁移工具的配置了。
7、邮件迁移准备 Domino基本配置信息
查看下Notes服务器相关的配置信息,配置Microsoft Transporter Suite时用得着。
p_w_picpath
权限准备
2 运行Notes6.5.1 客户端用户要求以下权限(实际操作中可以使用Notes管理员ID)
· To synchronize Directories   Editor or higher access to the Domino Directory (names.nsf) plus [UserCreator] and [UserModifier] roles in the directory's Access Control List (ACL)
· To perform Free/Busy lookups   Reader or higher access to Freetime application (busytime.nsf)
· To migrate users   Reader or higher access to the Domino Directory (names.nsf)
· To migrate mail   Reader or higher access to the mail databases
· To migrate applications   Reader or higher access to the applications
2 运行Microsoft Transporter Suite用户帐户要求(实际操作中在CAS服务器运行administrator是域管理和Exchange管理员)
添加帐户到
· Exchange Server Administrator role and local Administrators group for the target server
· Server account must have Account Operator role for the applicable Active Directory containers
2 Exchange 模拟权限(Exchange Web Services)
打开Exchange命令行管理程序
Get-ExchangeServer | where {$_.IsClientAccessServer -eq $TRUE} | ForEach-Object {Add-ADPermission -Identity $_.distinguishedname -User (Get-User -Identity administrator | select-object).identity -extendedRight ms-Exch-EPI-Impersonation}
p_w_picpath
Get-MailboxDatabase | ForEach-Object {Add-ADPermission -Identity $_.DistinguishedName -User administrator -ExtendedRights ms-Exch-EPI-May-Impersonate}
p_w_picpath
迁移工具安装
在DC01上,及Exchange2007上安装Microsoft Transporter Suite和Notes6.5.5
Microsoft Transporter Suite下载地址:
安装Notes6.5.5
实际安装的为Notes 6.5.5。
clip_p_w_picpath008
1. 在DC01安装setup.exe
clip_p_w_picpath010
2. 在“许可协议”页面,选择“我接受该许可协议中的条款”,点击“下一步”继续。
clip_p_w_picpath012
3. 在“用户信息”页面,输入“”,点击“下一步”继续(此处可随意填写)
 
4. 在“安装路径选择”页面,选择“下一步”继续
clip_p_w_picpath016
5. 在自定义安装页面,选择将所有功能都安装,点击“下一步”继续
clip_p_w_picpath018
6. 在“已做好安装程序的准备”页面,点击“安装”
clip_p_w_picpath020
clip_p_w_picpath022
clip_p_w_picpath024
安装Microsoft Transporter Suite
1. 在DC01安装 Transporter.msi
2. At the Welcome page, click Next.
clip_p_w_picpath026
3. Review the License Agreement, select I accept the terms in the License Agreement, and then click Next.
clip_p_w_picpath028
4. When prompted for the Components to install, select Microsoft Transporter Tools to install the Transporter Shell and Console. Select Free Busy Connector Add-In Task for Lotus Domino if you are installing this feature on a Lotus Domino server.
clip_p_w_picpath030
5. Accept or change the default location for the installation by clicking Browse, and then click Next.
clip_p_w_picpath032
6. Click Install.
clip_p_w_picpath034
7. Click Finish.
clip_p_w_picpath036
 
配置迁移工具 建立连接器
点击Tools for Lotus Domino下“connect”,在右侧的操作栏依次点击、
1. Enter Domino Credential,(输入Notes管理员ID的密码)
clip_p_w_picpath038
2. Select Domnio Directory Server(此处输入domino服务器的IP地址)
clip_p_w_picpath040
3. Select Application Server,(默认为空)
clip_p_w_picpath042
4. Select Global Catalog,(浏览选择域中的域控制器)
clip_p_w_picpath044
5. Create Directory Connector
clip_p_w_picpath046
点击“下一步”继续
clip_p_w_picpath048
点击“create”创建连接器
clip_p_w_picpath050
clip_p_w_picpath052
clip_p_w_picpath054
6. 打开“Exchange Domino Connector 属性”
在“General”页面,输入下列信息
p_w_picpath
在“Sync to Active Directory”页面
clip_p_w_picpath058
点击“ADD”按钮,在“New Source Domino Directory Entry”输入以下信息,点击“确定”
p_w_picpath
 
在“Target Active Directory”
点击“确定”
点击“确定”,关闭Exchange Domino Connector。
同步数据
p_w_picpath
clip_p_w_picpath066
点击“下一步”继续
clip_p_w_picpath068
点击“下一步”继续
clip_p_w_picpath070
点击“synchronize”
clip_p_w_picpath072
点击“完成”。
7. 打开ActiveDirectory 用户和计算机,“domino ”组织单元可以看到同步的数据,以联系人的形式显示Domino目录中用户。(我没有看见…)
 
设置HOST文件
在host文件中添加Notes邮件服务器的A记录
192.168.1.180 xxx
p_w_picpath
否则在邮箱迁移中会报错“domino mailbox migration server “xxx”is not found please check the server name”如下图
p_w_picpath
 
提高OWA邮件上传上限
更改OWA方式的邮件和附件上传的大小限制为50M,避免迁移失败(其他还需要考虑的是每个邮箱的大小上限)
Edit your web.config. Look up the section <system.web> and add the line
C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa
clip_p_w_picpath078