企业网站建设深圳,网站建设的利益,哪些网站专做自媒体的,怎么做链接有图和文字1. 初步的设定已经完成#xff0c;我们现在需要将账户移动到Exchange 2010,移动的操作必须在Exchange 2010 上执行#xff0c;我们打开Exchange 2010, 打开收件人#xff0c;进行用户转移。只要收件人类型详细信息属于旧版邮箱都是2003 上得邮箱#xff0c;我们需要迁移…1. 初步的设定已经完成我们现在需要将账户移动到Exchange 2010,移动的操作必须在Exchange 2010 上执行我们打开Exchange 2010, 打开收件人进行用户转移。只要收件人类型详细信息属于旧版邮箱都是2003 上得邮箱我们需要迁移的邮箱就是这部分邮箱 2. 我们直接在用户上点击右键-移动-新建本地移动请求 3. 选择目标数据库,这里根据需要选择相应的数据库即可然后点击下一步 4. 根据需要选择相应的设置 5. 新建移动请求后我们就可以在移动请求中查看移动状态 6. 在移动完成后我们必须将移动请求删除才可以再将邮箱移动因此我们在移动请求完成后再删除移动请求 7. 在弹出的窗口中选择是删除移动请求 8. 以上为单个用户从Exchange 2003 到EX 2010的移动如果我们需要批量的移动只需要将用户批量选定然后移动默认只能从一台服务器2个用户的批量移动如果我们希望一次移动多个账户我们则需要修改相关的设定因为Exchange 2010 的用户移动是靠CAS 服务器的MRS 服务因此我们需要对MRS服务进行设定我们需要修改的是如下的路径中的MSExchangeMailboxReplication.exe.config文件
Exchange Installation Path\Program Files\Microsoft\Exchange Server\V14\Bin. 9. 使用notepad 打开这个config 文件我们修改的主要是以下几个属性
a) MaxActiveMovesPerSourceMDB This property specifies the total number of tasks MRS can perform that involve the mailbox database as a data source. Types of tasks include moving mailboxes located on the database, exporting mailbox data from mailboxes located on the database, and restoring mailbox data from the database. You can specify a value from 0 through 100. The default value is 5 concurrent tasks.
b) MaxActiveMovesPerTargetMDB This property specifies the total number of tasks MRS can perform that involve the mailbox database as a data target. Types of tasks include moving mailboxes to the database, importing mailbox data into a mailbox located on the database, and restoring mailbox data to a mailbox located on the database. You can specify a value from 0 through 100. The default value is 2 concurrent tasks.
c) MaxActiveMovesPerSourceServer This property specifies the total number of tasks MRS can perform that include the server as a data source. You can specify a value from 0 through 1000. The default value is 50 concurrent moves.
d) MaxActiveMovesPerTargetServer This property specifies the total number of tasks MRS can perform that involve the server as a data target. You can specify a value from 0 through 1000. The default value is 5 concurrent moves.
e) MaxTotalMovesPerMRS This property specifies the total number of tasks that a single instance of MRS can perform at a time. You can specify a value from 0 through 1000. The default value is 100 concurrent moves.
为了提高并行移动数量我们修改以下属性 10. 我们打开EMC验证并行移动用户数量当整个移动过程完成后记得清除掉移动请求