Get-ClusteredMailboxServerStatus

 

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

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

使用 Get-ClusteredMailboxServerStatus cmdlet 可以查看指定 Microsoft Exchange Server 2007 群集邮箱服务器的状态,并获得可以托管该服务器的计算机的相关基本操作状态。

语法

Get-ClusteredMailboxServerStatus [-Identity <ServerIdParameter>] [-DomainController <Fqdn>]

详细说明

Microsoft Exchange Server 2007 Service Pack 1 (SP1) 为 Get-ClusteredMailboxServerStatus cmdlet 增加了新功能。在群集连续复制 (CCR) 环境中,为日志传送创建了专用网络之后,Get-ClusteredMailboxServerStatus cmdlet 会显示已启用连续复制活动的群集网络的有关信息。新输出的详细信息包括:

  • OperationalReplicationHostNames:{Host1,Host2,Host3}

  • FailedReplicationHostNames:{Host4}

  • InUseReplicationHostNames:{Host1,Host2}

使用 Enable-ContinuousReplicationHostName cmdlet 启用连续复制。有关此 cmdlet 的详细信息,请参阅Enable-ContinuousReplicationHostName

若要成功运行 Get-ClusteredMailboxServerStatus cmdlet,必须满足以下先决条件:

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

  • 群集邮箱服务器必须存在。

  • 群集必须形成,并且群集服务必须正在运行。

  • 与群集的通信必须可用。

通过运行 Get-ClusteredMailboxServerStatus cmdlet,Exchange 管理员可以检索以下信息:

  • 群集邮箱服务器的主机(完全限定的域名,即 FQDN)。

  • 群集邮箱服务器的当前状态,如下所示:

    • 联机服务器完全联机。

    • 部分联机   服务器的一个或多个资源未联机。

    • 联机挂起   服务器的一个或多个资源仍正在联机。

    • 脱机   服务器完全脱机。

    • 脱机挂起   服务器的一个或多个资源仍正在脱机。

    • 失败服务器已经失败。

  • 群集中的操作计算机的列表。FQDN 数组。

  • 与群集邮箱服务器关联的所有脱机资源的列表及其状态。

对于数据库,资源名称是数据库 GUID 或 StorageGroupName\DatabaseName。所有其他资源使用其群集资源名称。将以下列任一选项报告群集邮箱服务器的状态:

  • 部分联机   服务器的一个或多个资源未联机。

  • 联机挂起   服务器的一个或多个资源仍正在联机。

  • 脱机   服务器完全脱机。

  • 脱机挂起   服务器的一个或多个资源仍正在脱机。

  • 失败   一个或多个资源已经失败。

有关解决失败资源问题的信息,请参阅高可用性部署疑难解答

使用以下方法可以远程支持 Get-ClusteredMailboxServerStatus cmdlet:

  • 群集中所有驻留群集邮箱服务器的节点。

  • 管理工作站。

  • 组织中的另一个 Exchange 服务器。

参数

参数 必需 类型 说明

DomainController

可选

Microsoft.Exchange.Data.Fqdn

若要指定将此配置更改写入 Active Directory 目录服务的域控制器的 FQDN,请在命令中包含 DomainController 参数。

Identity

可选

Microsoft.Exchange.Configuration.Tasks.ServerIdParameter

Identity 参数接受下列值之一:

  • GUID

  • 域名

  • 存储组的名称

错误

错误 说明

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.

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

发生此错误可能是由于节点不可用,或节点可用但群集不可用,或由于一般的通信故障。

Get-ClusteredMailboxServerStatus is unable to get clustered mailbox server status because this task is only supported on servers running Exchange 2007 Server. <ServerName> is not running Exchange 2007 Server.

此任务仅支持 Exchange 2007,并且 <服务器名> 不是 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 Administrator 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>. Get-ClusteredMailboxServerStatus was unable to get clustered mailbox server status 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.

指定的服务器不是群集邮箱服务器。

No default Clustered Mailbox Server could be determined for <NodeName>. This task requires a Clustered Mailbox Server identity to be specified.

标识被省略,并且无法指示群集邮箱服务器。

The Identity parameter was omitted (defaulted) and no single clustered mailbox server can be selected. Use the Identity parameter to specify the Clustered Mailbox Server.

标识被省略,并且无法指示群集邮箱服务器,因为此节点上没有已启动的群集邮箱服务器,并且存在多个已停止的群集邮箱服务器。

The Mailbox role is not configured on node <Node>.

此节点未安装邮箱服务器角色。

示例

在以下示例中,使用 Get-ClusteredMailboxServerStatus cmdlet 来查看名为 CMS1 的群集邮箱服务器的状态。

Get-ClusteredMailboxServerStatus -Identity:CMS1

下面是按上面显示的代码示例运行 Get-ClusteredMailboxServerStatus cmdlet 后获得的输出:

Get-ClusteredMailboxServerStatus -Identity:CMS1

Identity:CMS1,66ece5af-1c91-421e-a460-a0c864d38968

ClusteredMailboxServerName :CMS1.contoso.com

State:Partially Online

OperationalMachines:{CMS-Node1 <Active>, CMS-Node2}

FailedResources:{<Second Storage Group>/<Public Folder Database> -- Offline}

IsValid:True

ObjectState :Unchanged