2012年10月18日 星期四

調整 Exchange 2010 搬移信箱 Session 數量

Exchange Server 2010 搬移信箱,系統預設最多 2 個信箱同時搬移,若遇到大量信箱需要搬移時,可以參考以下作法,增加同一時間可以搬移信箱數量

編輯以下檔案
\V14\Bin\MSExchangeMailboxReplication.exe.config 

Steps:
  1. Goto MSExchangeMailboxReplication.exe.config
  2. Make a backup copy of the file in alternate location before you customize it.

  3. Edit the MSExchangeMailboxReplication.exe.config using Notepad.
  4. Edit MaxActiveMovesPerSourceMDB, This property indicates the number of mailboxes that can be moved on the source mailbox database at one time. The default value is 5 concurrent moves. Change it as per your Requirement.
 5. Edit MaxActiveMovesPerTargetMDB, This property indicates the number of mailbox moves that can be moved on the target mailbox database at one time. The default value is 5 concurrent moves.Change it as per your Requirement.
 6. Edit MaxTotalMovesPerMRS, This property indicates the number of mailboxes that can be moved by a single instance of MRS. The default value is 100 concurrent moves. Change it as per your Requirement.
 7. Edit MaxActiveMovesPerTargetServer, This property indicates the total number of moves that can occur on the target server at a given time. The default value is 5 concurrent moves.Change it as per your Requirement.
 8. Edit MaxActiveMovesPerSourceServer,This property indicates the total number of moves that can occur on the source server at a given time. The default value is 5 concurrent moves.Change it as per your Requirement.
 9. Save and close the file.
 10. Restart the Microsoft Exchange Mailbox Replication service
 11. Try to Create new Move Requests.

沒有留言:

張貼留言