从Notes迁移到Exchange Server 2007Exchange Server 2010_第1页
从Notes迁移到Exchange Server 2007Exchange Server 2010_第2页
从Notes迁移到Exchange Server 2007Exchange Server 2010_第3页
从Notes迁移到Exchange Server 2007Exchange Server 2010_第4页
从Notes迁移到Exchange Server 2007Exchange Server 2010_第5页
已阅读5页,还剩61页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、概述目前微软没有官方的将邮件从Notes迁往Exchange2010的工具,但是有MicrosoftTransporterSuite,可以将邮件从Notes迁到Exchange2007,然后再次从Exchange2007迁移到Exchange2010。以下是一次项目的部署记录:2、环境简介HardServer-180windows2003DominoServerHardServer-281windows2008SP2AD+EXchange2007DC01HardServer-385windows2008SP2Exchange2010EX103、安装Exchange2007在DC0181上进行操作安装准备如何在WindowsServer2008或WindowsVista上安装Exchange2007SP1和SP2先决条件/zh-cn/library/bb691354(EXCHG.80).aspx操作过程使用管理员权限打开CMD命令窗口,运行如下命令,安装Exchange2007所需的系统组件。也可以用UI图像界面安装,不过命令比较省事些。ServerManagerCmd-iRSAT-ADDS(Exchange和DC不在一台的情况下)ServerManagerCmd-iPowerShellServerManagerCmd-iWeb-ServerServerManagerCmd-iWeb-ISAPI-ExtServerManagerCmd-iWeb-MetabaseServerManagerCmd-iWeb-Lgcy-Mgmt-ConsoleServerManagerCmd-iWeb-Basic-AuthServerManagerCmd-iWeb-Digest-AuthServerManagerCmd-iWeb-Windows-AuthServerManagerCmd-iWeb-Dyn-CompressionServerManagerCmd-iNET-HTTP-ActivationServerManagerCmd-IRPC-over-HTTP-proxy命令执行情况:MicrosoftWindows版本6.0.6002版权所有(C)2006MicrosoftCorporation。保留所有权利。C:UsersAdministratorServerManagercmd-iPowerShell.开始安装.Installation成功:WindowsPowerShell。成功:安装成功。C:UsersAdministratorServerManagerCmd-iWeb-Server.开始安装.Installation成功:Web服务器(IIS)管理工具。Installation成功:Web服务器(IIS)Web服务器。Installation成功:Web服务器(IIS)安全性。Installation成功:Web服务器(IIS)常见HTTP功能。Installation成功:Web服务器(IIS)健康和诊断。Installation成功:Web服务器(IIS)性能。Installation成功:Windows进程激活服务进程模型。Installation成功:Windows进程激活服务配置API。Installation成功:Web服务器(IIS)IIS管理控制台。Installation成功:Web服务器(IIS)目录浏览。Installation成功:Web服务器(IIS)请求筛选。Installation成功:Web服务器(IIS)静态内容压缩。Installation成功:Web服务器(IIS)默认文档。Installation成功:Web服务器(IIS)HTTP错误。Installation成功:Web服务器(IIS)HTTP日志记录。Installation成功:Web服务器(IIS)静态内容。Installation成功:Web服务器(IIS)请求监视。成功:安装成功。C:UsersAdministratorServerManagerCmd-iWeb-ISAPI-Ext.Installation成功:Web服务器(IIS)日志记录工具。Installation成功:Web服务器(IIS)HTTP重定向。Installation成功:Web服务器(从Notes迁移到Exchange Server 2007/Exchange Server 20102011-10-18 14:33:55 http:/chenyitai.blog.51cto.co tigerkilluIIS)客户端证书映射身份验证。 Installation成功:Web服务器(IIS)正在跟踪。Installation成功:HTTP代理上的RPC。成功:安装成功。C:UsersAdministrator安装Exchange2007过程截图一般情况Exchange安装到默认目录比较好,方便系统做备份,数据库和存储组的位置可以在安装完毕后重新定位到其他磁盘分区下,比如放到硬件存储上。C盘的空间不要太吝啬了,如果是windowsServer2003下安装,C盘不低于50G,windowsServer2008则100G以上,省得后续因为补丁文件什么的导致系统盘空间不足。4、安装Exchange2010在Ex1085上操作安装准备Exchange2010先决条件/zh-cn/library/bb691354.aspx#WS08操作过程安装windowsPowershellV2在CMD窗口中依次运行:scconfigNetTcpPortSharingstart=autoServerManagerCmd-ipExchange-Typical.xml-Restart(该命令需要在“Exhange2010安装光盘所在盘符路径:scripts”下运行,这里要赞一个,Exchange2010的Typical.xml中已经把需要经典安装所需的系统组件都定义好了,很方便)Exchange-Typical.xml文件内容-安装Exchange2010截图完成AD、Exchange2007和Exchange2010的安装后,需要做一些常用的配置操作5、基础配置使Exchange2010控制台可以管理Exchange2007分别在DC01和Ex10上启用WinRM防火墙设置Winrmquickconfig更改邮件数据存储路径配置连接器支持收发Internet邮件和使用非加密SMTP启用非加密POP服务在Ex10上操作增加DNS记录6、配置证书安装证书服务在DC01上进行Exchange2007证书申请和启用使用New-ExchangeCertificate申请多域名证书,下图所示的证书可以匹配;一般证书需要匹配的域名有外部访问的域名、服务器本身的FQDN和autodiscover。命令完成后的申请文件为c盘下的MailCert.req。New-ExchangeCertificate-SubjectNamec=CN,s=beijing,o=xx,cn=DomainN,,FriendlyNameMailCert-GenerateRequest:$True-Keysize1024-pathc:MailCert.req通过web方式申请证书选择高级证书申请选择使用base64编码使用记事本打开之前产生的MailCert.req文件,复制里面的所有内容在下图粘贴下载并保存申请的的证书到C盘在ExchangePowershell命令控制台中执行Import-ExchangeCertificate-PathC:certnew.cer-FriendlyNameMailCert在ExchangePowershell命令控制台中执行get-ExchangeCertificate查看和确定刚才申请的证书的thumbprintEnable-ExchangeCertificate-thumbprintxxxxxxxxx-servicesIIS,POP,IMAP,SMTP为IIS,POP,IMAP,SMTP服务绑定证书Exchange2010证书申请和启用Import-ExchangeCertificate-FileData(Byte$(Get-Content-PathC:certnew.cer-Encodingbyte-ReadCount0)-FriendlyNameMailCertExchange邮件服务器相关的配置完成后,可以着手MicrosoftTransporterSuite迁移工具的配置了。7、邮件迁移准备Domino基本配置信息查看下Notes服务器相关的配置信息,配置MicrosoftTransporterSuite时用得着。权限准备2运行Notes6.5.1客户端用户要求以下权限(实际操作中可以使用Notes管理员ID)TosynchronizeDirectoriesEditororhigheraccesstotheDominoDirectory(names.nsf)plusUserCreatorandUserModifierrolesinthedirectorysAccessControlList(ACL)ToperformFree/BusylookupsReaderorhigheraccesstoFreetimeapplication(busytime.nsf)TomigrateusersReaderorhigheraccesstotheDominoDirectory(names.nsf)TomigratemailReaderorhigheraccesstothemaildatabasesTomigrateapplicationsReaderorhigheraccesstotheapplications2运行MicrosoftTransporterSuite用户帐户要求(实际操作中在CAS服务器运行administrator是域管理和Exchange管理员)添加帐户到ExchangeServerAdministratorroleandlocalAdministratorsgroupforthetargetserverServeraccountmusthaveAccountOperatorrolefortheapplicableActiveDirectorycontainers2Exchange模拟权限(ExchangeWebServices)打开Exchange命令行管理程序Get-ExchangeServer|where$_.IsClientAccessServer-eq$TRUE|ForEach-ObjectAdd-ADPermission-Identity$_.distinguishedname-User(Get-User-Identityadministrator|select-object).ide从Notes迁移到Exchange Server 2007/Exchange Server 20102011-10-18 14:33:55 http:/chenyitai.blog.51cto.co tigerkilluntity-extendedRightms-Exch-EPI-Impersonation Get-MailboxDatabase|ForEach-ObjectAdd-ADPermission-Identity$_.DistinguishedName-Useradministrator-ExtendedRightsms-Exch-EPI-May-Impersonate迁移工具安装在DC01上,及Exchange2007上安装MicrosoftTransporterSuite和Notes6.5.5MicrosoftTransporterSuite下载地址:/downloads/details.aspx?FamilyId=35FC4205-792B-4306-8E4B-0DE9CCE72172&displaylang=en安装Notes6.5.5实际安装的为Notes6.5.5。1.在DC01安装setup.exe2.在“许可协议”页面,选择“我接受该许可协议中的条款”,点击“下一步”继续。3.在“用户信息”页面,输入“”,点击“下一步”继续(此处可随意填写)4.在“安装路径选择”页面,选择“下一步”继续5.在自定义安装页面,选择将所有功能都安装,点击“下一步”继续6.在“已做好安装程序的准备”页面,点击“安装”安装MicrosoftTransporterSuite1.在DC01安装Transporter.msi2.AttheWelcomepage,clickNext.3.ReviewtheLicenseAgreement,selectIacceptthetermsintheLicenseAgreement,andthenclickNext.4.WhenpromptedfortheComponentstoinstall,selectMicrosoftTransporterToolstoinstalltheTransporterShellandConsole.SelectFreeBusyConnectorAdd-InTaskforLotusDominoifyouareinstallingthisfeatureonaLotusDominoserver.5.AcceptorchangethedefaultlocationfortheinstallationbyclickingBrowse,andthenclickNext.6.ClickInstall.7.ClickFinish.配置迁移工具建立连接器点击ToolsforLotusDomino下“connect”,在右侧的操作栏依次点击、1.EnterDominoCredential,(输入Notes管理员ID的密码)2.SelectDomnioDirec从Notes迁移到Exchange Server 2007/Exchange Server 20102011-10-18 14:33:55 http:/chenyitai.blog.51cto.co tigerkillutoryServer(此处输入domino服务器的IP地址) 3.SelectApplicationServer,(默认为空)4.SelectGlobalCatalog,(浏览选择域中的域控制器)5.CreateDirectoryConnector点击“下一步”继续点击“create”创建连接器6.打开“ExchangeDominoConnector属性”在“General”页面,输入下列信息在“SynctoActiveDirectory”页面点击“ADD”按钮,在“NewSourceDominoDirectoryEntry”输入以下信息,点击“确定”在“TargetActiveDirectory”点击“确定”点击“确定”,关闭Exc

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论