重庆ssc做号网站,网站建设与规划实验报告,网站主页模板图片,网站建设网站需求分析报告功能执行服务器切换2021/6/1本文内容适用于#xff1a;Exchange Server 2013 SP1服务器切换是一个任务#xff0c;执行该任务以将当前邮箱服务器的所有活动邮箱数据库副本移动到数据库可用性组 (中的一个或多个其他邮箱) 。 此任务作为为当前邮箱服务器的计划中断做准备的一部分执…执行服务器切换2021/6/1本文内容适用于Exchange Server 2013 SP1服务器切换是一个任务执行该任务以将当前邮箱服务器的所有活动邮箱数据库副本移动到数据库可用性组 (中的一个或多个其他邮箱) 。 此任务作为为当前邮箱服务器的计划中断做准备的一部分执行。在开始之前您需要知道什么预计完成时间每个数据库 30 秒您必须先获得权限然后才能执行此过程或多个过程。若要查看所需的权限请参阅 高可用性和站点恢复权限主题中的数据库可用性组条目。提示遇到问题请访问以下 Exchange 论坛寻求帮助Exchange Server。使用 EAC 执行服务器切换您必须先获得权限然后才能执行此过程或多个过程。若要查看所需的权限请参阅 高可用性和站点恢复权限主题中的邮箱数据库副本条目。In the EAC, go to Servers servers.选择要用来切换的邮箱服务器。In the details pane, select Server Switchover.On the Server Switchover page, do one of the following:Accept the default setting of Automatically choose a target server (in which case, the system automatically selects the best Mailbox server for each database being switched over), and then click save.Click Use the specified server as the target for switchover, click Browse to select a Mailbox server, and then click save.成功完成切换后单击“关闭”退出“服务器切换”页面。使用命令行管理程序执行服务器切换本示例将对服务器 MBX1 执行服务器切换。系统将自动为 MBX1 上的每个活动数据库选择最佳邮箱服务器。Move-ActiveMailboxDatabase -Server MBX1本示例将对邮箱服务器 MBX4 执行服务器切换。当命令完成时MBX5 将托管先前在 MBX4 上处于活动状态的数据库的活动副本。Move-ActiveMailboxDatabase -Server MBX4 -ActivateOnServer MBX5