执行服务器切换

服务器切换是当前邮箱服务器计划中断准备工作的一部分。

在开始之前,您需要知道什么?

  • 预计完成时间:每个数据库 30 秒

  • 您必须先获得权限,然后才能执行此过程或多个过程。 若要查看所需的权限,请参阅 高可用性和站点恢复权限主题中的"数据库可用性组"条目。

提示

是否有任何疑问? 请在 Exchange 论坛中寻求帮助。 请访问以下论坛:Exchange ServerExchange OnlineExchange Online Protection

使用 EAC 执行服务器切换

你必须先获得权限,然后才能执行此过程或多个过程。 若要查看所需的权限,请参阅 高可用性和站点恢复权限主题中的"邮箱数据库副本"条目。

  1. 在 EAC 中,转到“服务器服务器>”。

  2. 选择要用来切换的邮箱服务器。

  3. In the details pane, select Server Switchover.

  4. On the Server Switchover page, do one of the following:

  5. 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.

  6. Click Use the specified server as the target for switchover, click Browse to select a Mailbox server, and then click save.

  7. When the switchover has completed, click close to exit the Server Switchover page.

使用 Exchange 命令行管理程序执行服务器切换

本示例将对服务器 MBX1 执行服务器切换。 系统将自动为 MBX1 上的每个活动数据库选择最佳邮箱服务器。

Move-ActiveMailboxDatabase -Server MBX1

本示例将对邮箱服务器 MBX4 执行服务器切换。 当命令完成时,MBX5 将托管先前在 MBX4 上处于活动状态的数据库的活动副本。

Move-ActiveMailboxDatabase -Server MBX4 -ActivateOnServer MBX5

有关详细的语法和参数信息,请参阅Move-ActiveMailboxDatabase