从Notes迁移到Exchange Server 2010 之三

Exchange邮件服务器相关的配置完成后,可以着手Microsoft Transporter Suite迁移工具的配置了。
7、邮件迁移准备 Domino基本配置信息
查看下Notes服务器相关的配置信息,配置Microsoft Transporter Suite时用得着。
从Notes迁移到Exchange Server 2010 之三
权限准备
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}
从Notes迁移到Exchange Server 2010 之三
Get-MailboxDatabase | ForEach-Object {Add-ADPermission -Identity $_.DistinguishedName -User administrator -ExtendedRights ms-Exch-EPI-May-Impersonate}
从Notes迁移到Exchange Server 2010 之三
迁移工具安装
在DC01上,及Exchange2007上安装Microsoft Transporter Suite和Notes6.5.5
Microsoft Transporter Suite下载地址:
安装Notes6.5.5
实际安装的为Notes 6.5.5。
从Notes迁移到Exchange Server 2010 之三
1. 在DC01安装setup.exe
从Notes迁移到Exchange Server 2010 之三
2. 在“许可协议”页面,选择“我接受该许可协议中的条款”,点击“下一步”继续。
从Notes迁移到Exchange Server 2010 之三
3. 在“用户信息”页面,输入“”,点击“下一步”继续(此处可随意填写)
 
4. 在“安装路径选择”页面,选择“下一步”继续
从Notes迁移到Exchange Server 2010 之三
5. 在自定义安装页面,选择将所有功能都安装,点击“下一步”继续
从Notes迁移到Exchange Server 2010 之三
6. 在“已做好安装程序的准备”页面,点击“安装”
从Notes迁移到Exchange Server 2010 之三
从Notes迁移到Exchange Server 2010 之三
从Notes迁移到Exchange Server 2010 之三
安装Microsoft Transporter Suite
1. 在DC01安装 Transporter.msi
2. At the Welcome page, click Next.
从Notes迁移到Exchange Server 2010 之三
3. Review the License Agreement, select I accept the terms in the License Agreement, and then click Next.
从Notes迁移到Exchange Server 2010 之三
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.
从Notes迁移到Exchange Server 2010 之三
5. Accept or change the default location for the installation by clicking Browse, and then click Next.
从Notes迁移到Exchange Server 2010 之三
6. Click Install.
从Notes迁移到Exchange Server 2010 之三
7. Click Finish.
从Notes迁移到Exchange Server 2010 之三
 
配置迁移工具 建立连接器
点击Tools for Lotus Domino下“connect”,在右侧的操作栏依次点击、
1. Enter Domino Credential,(输入Notes管理员ID的密码)
从Notes迁移到Exchange Server 2010 之三
2. Select Domnio Directory Server(此处输入domino服务器的IP地址)
从Notes迁移到Exchange Server 2010 之三
3. Select Application Server,(默认为空)
从Notes迁移到Exchange Server 2010 之三
4. Select Global Catalog,(浏览选择域中的域控制器)
从Notes迁移到Exchange Server 2010 之三
5. Create Directory Connector
从Notes迁移到Exchange Server 2010 之三
点击“下一步”继续
从Notes迁移到Exchange Server 2010 之三
点击“create”创建连接器
从Notes迁移到Exchange Server 2010 之三
从Notes迁移到Exchange Server 2010 之三
从Notes迁移到Exchange Server 2010 之三
6. 打开“Exchange Domino Connector 属性”
在“General”页面,输入下列信息
从Notes迁移到Exchange Server 2010 之三
在“Sync to Active Directory”页面
从Notes迁移到Exchange Server 2010 之三
点击“ADD”按钮,在“New Source Domino Directory Entry”输入以下信息,点击“确定”
从Notes迁移到Exchange Server 2010 之三
 
在“Target Active Directory”
点击“确定”
点击“确定”,关闭Exchange Domino Connector。
同步数据
从Notes迁移到Exchange Server 2010 之三
从Notes迁移到Exchange Server 2010 之三
点击“下一步”继续
从Notes迁移到Exchange Server 2010 之三
点击“下一步”继续
从Notes迁移到Exchange Server 2010 之三
点击“synchronize”
从Notes迁移到Exchange Server 2010 之三
点击“完成”。
7. 打开ActiveDirectory 用户和计算机,“domino ”组织单元可以看到同步的数据,以联系人的形式显示Domino目录中用户。(我没有看见…)
 
设置HOST文件
在host文件中添加Notes邮件服务器的A记录
192.168.1.180 xxx
从Notes迁移到Exchange Server 2010 之三
否则在邮箱迁移中会报错“domino mailbox migration server “xxx”is not found please check the server name”如下图
从Notes迁移到Exchange Server 2010 之三
 
提高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
从Notes迁移到Exchange Server 2010 之三









本文转自 tigerkillu 51CTO博客,原文链接:http://blog.51cto.com/chenyitai/338674,如需转载请自行联系原作者