Start-ClusteredMailboxServer

 

適用版本: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1

上次修改主題的時間: 2007-08-23

本主題說明如何在使用 Stop-ClusteredMailboxServer 指令程式關閉 Microsoft Exchange Server 2007 叢集信箱伺服器之後,使用 Start-ClusteredMailboxServer 指令程式來啟動它,或是在更正問題之後重新啟動失敗的叢集信箱伺服器。

語法

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

詳細描述

Exchange 系統管理員可能需要不時啟動或停止叢集信箱伺服器,因為會有例如安裝 Exchange 軟體更新,或資料中心發生設備故障等問題。在此情況下,系統管理員不想要使用 Move-ClusteredMailboxServer 指令程式啟動被動伺服器,而是想要關閉所有叢集信箱伺服器作業。Stop-ClusteredMailboxServer 指令程式允許 Exchange 系統管理員在正常的狀態下關閉伺服器,並維持關閉。不同於 Move-ClusteredMailboxServer 指令程式或自動容錯移轉,在發出 Stop-ClusteredMailboxServer 命令之後,重新啟動作業系統並不會使 Exchange 恢復連線。發出 Stop-ClusteredMailboxServer 命令後如要啟動伺服器,則系統管理員必須明確發出 Start-ClusteredMailboxServer 命令。

若要順利起始 Start-ClusteredMailboxServer 作業,必須滿足下列條件:

  • 叢集信箱伺服器不可在節點上執行。

  • 必須形成並可存取叢集。

  • 叢集信箱伺服器的資料必須可以使用且在作用中。

    important重要事項:
    完成 Start-ClusteredMailboxServer 作業並不表示伺服器的所有信箱功能都已連線。系統管理員必須檢閱完成報告中所包含的資訊,以判定伺服器是否已完全連線,還是只有部份連線。這項工作在伺服器達到終端狀態之前都不會完成。終端狀態不一定是連線狀態。

Start-ClusteredMailboxServer 指令程式可以從管理工作站遠端執行。

如需 Stop-ClusteredMailboxServer 指令程式的相關資訊,請參閱 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.

Start-ClusteredMailboxServer 命令只有在 Exchange 2007 中受到支援,而 <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.

無法在指定的叢集信箱伺服器上執行所要求的作業,因為該伺服器不存在。指定的伺服器:<ServerName>。

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

無法在指定的叢集信箱伺服器上執行所要求的作業,因為指定的伺服器不是叢集信箱伺服器。指定的伺服器:<ServerName>。

範例

下列程式碼範例會顯示如何啟動名為 ClusteredMailboxServer1 的信箱伺服器。

Start-ClusteredMailboxServer -Identity:ClusteredMailboxServer1