自己回答自己吧,推荐是都升级sp2后再进行分离,分离后将原三合一服务器的mailbox角色卸载。
下面是我总结的基本步骤:
================================================================
exch02 (update to sp2)
1. get exchange version: Get-ExchangeServer | select name,admindisplayversion | ft
2. close all the windows
3. AD backup (because ad schema will update)
4. exchange server backup
5. install IIS web-WMI
6. update sp2
7. get new exchange version
8. basic test scripts:
http://ivan.dretvich.com/2012/02/exchange-2010-test-scripts/=====================================================================================
exch03 (install exch03 and update to sp2)
1. install IIS and MS office 2007 filter packs
2. Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-
Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server -Restart
3. Set-Service NetTcpPortSharing -StartupType Automatic
4. install exchange 2010 mailbox role
5. get exchange version
6. modify and add mailbox databases
7. install IIS web-WMI
8. install MS Office 2010 filter packs
9. update sp2
10.get new exchange version
11.basic test scripts:
http://ivan.dretvich.com/2012/02/exchange-2010-test-scripts/======================================================================================
exch03 (move all the mailboxes from exch02 to exch03)
NOTE: 如果有自动归档的邮箱,应分两步move,第一步move用户邮箱,第二部统一move归档邮箱
======================================================================================
exch02 (remove mailbox role)
1. exchange server backup
2. Change the OAB (Offline Address Book) to exch03
3. Set-AdServerSettings -ViewEntireForest $True
4. get-mailbox –arbitration –database MD02-1 OR MD02-2 etc.
5. get-mailbox –arbitration –database MD02-1 | new-MoveRequest –targetdatabase MD03-1
6. check again with cmlt get-mailbox [–arbitration] –database MD02-1 OR MD02-2 etc.
7. get-moverequest | remove-moverequest OR goto EMC to remove moverequest
8. uninstall mailbox role
9. basic test scripts:
http://ivan.dretvich.com/2012/02/exchange-2010-test-scripts/======================================================================================
exch04 (install and update to sp2)
1. install IIS (include IIS web-WMI)
2. install MS office 2010 filter packs
3. Import-Module ServerManager
4. Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-
Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-
Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
5. Set-Service NetTcpPortSharing -StartupType Automatic
6. install exchange typical mode (3 roles)
7. update sp2
8. get new version
=====================================================================================
exch04 and exch03 DAG (only one network)
1. organizaiton configuration-->mailbox-->database management-->modify move database path-->modiry database name to MB04-1
2. on witness server, add ETS to local administrators group
3. on EMS, Set-databaseAvaliablityGroup dag01 -WitnessServer ca01 -WitnessDirectroy c:\dag
4. verify the witness share folder has been created on ca01 server
5. on EMc, add new DAG group named dag01, witness server: ca01.test.com, witness
6. EMC, select Manage DAG Membership to add exch04 and exch03, add the dag ip address
7. add mailbox database copy
8. test for DAG