從Notes遷移到Exchange Server 2010 之一
阿新 • • 發佈:2020-10-09
1、概述
目前微軟沒有官方的將郵件從Notes遷往Exchange 2010的工具,但是有Microsoft Transporter Suite,可以將郵件從Notes遷到Exchange 2007,然後再次從Exchange 2007遷移到Exchange 2010。以下是一次專案的部署記錄:2、環境簡介
HardServer-1 192.168.1.180 windows 2003 Domino Server
HardServer-2 192.168.1.181 windows 2008 SP2 AD+EXchange 2007 DC01
HardServer-3 192.168.1.185 windows 2008 SP2 Exchange 2010 EX103、安裝Exchange 2007
在DC01 192.168.1.181上進行操作安裝準備
如何在 Windows Server 2008 或 Windows Vista 上安裝 Exchange 2007 SP1 和 SP2 先決條件http://technet.microsoft.com/zh-cn/library/bb691354(EXCHG.80).aspx操作過程
使用管理員許可權開啟CMD命令視窗,執行如下命令,安裝Exchange 2007所需的系統元件。也可以用UI影象介面安裝,不過命令比較省事些。
ServerManagerCmd -i RSAT-ADDS (Exchange 和DC不在一臺的情況下)
ServerManagerCmd -i PowerShell
ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-ISAPI-Ext
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i Web-Basic-Auth
ServerManagerCmd -i Web-Digest-Auth
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i Web-Dyn-Compression
ServerManagerCmd -i NET-HTTP-Activation
ServerManagerCmd -I RPC-over-HTTP-proxy
命令執行情況:
Microsoft Windows [版本 6.0.6002]
版權所有 (C) 2006 Microsoft Corporation。保留所有權利。
C:\Users\Administrator>ServerManagercmd -i PowerShell
..
開始安裝...
[Installation] 成功: [Windows PowerShell]。
<100/100>
成功: 安裝成功。
C:\Users\Administrator>ServerManagerCmd -i Web-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)] 請求監視。
<100/100>
成功: 安裝成功。
C:\Users\Administrator>ServerManagerCmd -i Web-ISAPI-Ext
..................
..................
[Installation] 成功: [Web 伺服器(IIS)] 日誌記錄工具。
[Installation] 成功: [Web 伺服器(IIS)] HTTP 重定向。
[Installation] 成功: [Web 伺服器(IIS)] 客戶端證書對映身份驗證。
[Installation] 成功: [Web 伺服器(IIS)] 正在跟蹤。
[Installation] 成功: [HTTP 代理上的 RPC]。
<100/100>
成功: 安裝成功。
C:\Users\Administrator>
安裝Exchange 2007過程截圖
一般情況Exchange安裝到預設目錄比較好,方便系統做備份,資料庫和儲存組的位置可以在安裝完畢後重新定位到其他磁碟分割槽下,比如放到硬體儲存上。C盤的空間不要太吝嗇了,如果是windows Server 2003下安裝,C盤不低於50G,windows Server 2008則100G以上,省得後續因為補丁檔案什麼的導致系統盤空間不足。
4、安裝Exchange 2010
在Ex10 192.168.1.185上操作安裝準備
Exchange 2010 先決條件
http://technet.microsoft.com/zh-cn/library/bb691354.aspx#WS08
操作過程
安裝windows Powershell V2
在CMD視窗中依次執行:
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml -Restart
(該命令需要在“Exhange 2010安裝光碟所在碟符路徑:\scripts”下執行,這裡要贊一個,Exchange 2010的Typical.xml中已經把需要經典安裝所需的系統元件都定義好了,很方便)Exchange-Typical.xml檔案內容
<!--
ServerManagerCmd Answer File compatible with Windows Server 2008 and R2
-->
- <!--
Usage: ServerManagerCmd -ip Exchange-Typical.xml
-->
- <!--
Installs Exchange Server 2010 operating system prerequisites for a typical installation
-->
- <ServerManagerConfiguration Action="Install" xmlns="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">
- <!--
BASE: Install .NET Framework 3.5
-->
<Feature Id="NET-Framework" />
- <!--
PREPARESCHEMA: Install LDIFDE and other directory tools
-->
<Feature Id="RSAT-ADDS" />
- <!--
These components are required for RBAC remoting on all server roles except Edge
-->
<Role Id="Web-Server" />
<RoleService Id="Web-Basic-Auth" />
<RoleService Id="Web-Windows-Auth" />
<RoleService Id="Web-Metabase" />
<RoleService Id="Web-Net-Ext" />
<RoleService Id="Web-Lgcy-Mgmt-Console" />
<Feature Id="WAS-Process-Model" />
<Feature Id="RSAT-Clustering" />
<Feature Id="RSAT-Web-Server" />
- <!--
Client Access server role prerequisites
-->
<RoleService Id="Web-ISAPI-Ext" />
<RoleService Id="Web-Digest-Auth" />
<RoleService Id="Web-Dyn-Compression" />
<Feature Id="NET-HTTP-Activation" />
<Feature Id="RPC-over-HTTP-proxy" />
</ServerManagerConfiguration>
安裝Exchange 2010截圖