Start-ClusteredMailboxServer

 

适用于: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1

上一次修改主题: 2007-08-23

本主题介绍了在这两种情况下如何使用 Start-ClusteredMailboxServer cmdlet:其一是在使用 Stop-ClusteredMailboxServer cmdlet 关闭 Microsoft Exchange Server 2007 群集邮箱服务器后要将其启动时,其二是在排除故障后要重新启动发生故障的群集邮箱服务器时。

语法

start-ClusteredMailboxServer -Identity <MailboxServerIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-WhatIf [<SwitchParameter>]]

详细说明

由于安装 Exchange 软件更新或数据中心的设备出现故障等问题,Exchange 管理员可能偶尔需要启动或停止群集邮箱服务器。在这种情况下,管理员不希望使用 Move-ClusteredMailboxServer cmdlet 激活被动服务器,而会关闭所有的群集邮箱服务器操作。Stop-ClusteredMailboxServer cmdlet 使 Exchange 管理员可以在干净的状态下关闭服务器并保持其关闭。与 Move-ClusteredMailboxServer cmdlet 或自动故障转移不同,发出 Stop-ClusteredMailboxServer 命令之后,重新启动操作系统不会使 Exchange 重新联机。若要在发出 Stop-ClusteredMailboxServer 命令之后激活服务器,则管理员必须发出明确的 Start-ClusteredMailboxServer 命令。

若要成功地启动 Start-ClusteredMailboxServer 操作,必须满足下列条件:

  • 群集邮箱服务器不得运行在节点上。

  • 群集必须已形成并可访问。

  • 群集邮箱服务器的数据必须可用且可操作。

    important要点:
    Start-ClusteredMailboxServer 操作完成后,并不表示服务器的所有邮箱功能都已联机。管理员必须检查完成报告中包含的信息,以确认服务器是完全联机还是部分联机。仅当达到服务器的最终状态时才完成该任务。该最终状态可能是联机状态,也可能不是。

可以从管理工作站远程运行 Start-ClusteredMailboxServer cmdlet。

若要了解有关 Stop-ClusteredMailboxServer cmdlet 的详细信息,请参阅 Stop-ClusteredMailboxServer

此任务要求为启动该任务所使用的帐户委派 Exchange Server 管理员角色和目标服务器的本地 Administrators 组成员身份。有关管理 Exchange Server 2007 所需的权限、角色委派以及权利的详细信息,请参阅权限注意事项

参数

参数 必需 类型 说明

Identity

必需

Microsoft.Exchange.Configuration.Tasks.MailboxServerIdParameter

Identity 参数指定要启动的群集邮箱服务器的名称或 GUID。

Confirm

可选

System.Management.Automation.SwitchParameter

Confirm 参数将导致命令暂停处理,并且需要管理员在处理继续之前确认该命令将执行的操作。默认值为 $true。

DomainController

可选

Microsoft.Exchange.Data.Fqdn

若要指定域控制器的完全限定的域名以便查找 CMS,请在命令中包含 DomainController 参数。

WhatIf

可选

System.Management.Automation.SwitchParameter

WhatIf 参数指示命令模拟对对象执行的操作。通过使用 WhatIf 参数,管理员可以查看要发生的更改,而不必应用任何这些更改。默认值为 $false。

错误

错误 说明

Server '<CMSName>' is not available. The cluster may be unavailable or a communication problem may exist. This task cannot complete without communicating with the cluster.

由于通信问题,或由于群集不可用,此任务不能连接到群集。

这可能是因为节点不可用,或者节点可用但群集不可用,或者是因为正在使用的计算机不能访问节点或计算机。

Start-ClusteredMailboxServer is unable to start the specified clustered mailbox server because this task is only supported on servers running Exchange 2007 Server. <ServerName> is not running Exchange 2007 Server.

只有 Exchange 2007 支持 Start-ClusteredMailboxServer 命令,而 <ServerName> 不是 Exchange 2007 服务器。

Access denied. The account used to run this task does not have sufficient privileges to get clustered mailbox server status from <ServerName>. Please use an account that has been assigned the Exchange Server Admin role.

用户在指定的服务器上没有 Exchange Server 管理员权限。

The operation could not be performed because '<CMSName>' could not be found on <DCFullName>. <CMSName> is a standalone mailbox server. This task will only work when executed against a clustered mailbox server.

服务器是独立的邮箱服务器。

The operation could not be performed because '<CMSName>' could not be found on <DCFullName>. Start-ClusteredMailboxServer was unable to start the specified clustered mailbox server because the specified server does not exist.

无法在指定群集邮箱服务器上执行所请求的操作,因为该服务器不存在。指定的服务器:<服务器名>。

Server '<CMSName>' is not a clustered mailbox server. This task will only work when executed against a clustered mailbox server.

无法在指定的群集邮箱服务器上执行所请求的操作,因为指定的服务器不是群集邮箱服务器。指定的服务器:<服务器名>。

示例

以下代码示例显示了如何启动名为 ClusteredMailboxServer1 的邮箱服务器。

Start-ClusteredMailboxServer -Identity:ClusteredMailboxServer1