How to Stop a Clustered Mailbox Server in a Single Copy Cluster

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

This topic describes how to use the Exchange Management Console or the Exchange Management Shell to stop a clustered mailbox server in a single copy cluster (SCC). Stopping a clustered mailbox server makes all data on it unavailable to users and other servers.

Before You Begin

To perform the following procedure, the account you use must be delegated the Exchange Server Administrator role and local Administrators group for the clustered mailbox server that is being stopped. For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.

It is not necessary to run this task from the node hosting the clustered mailbox server.

Procedure

To use the Exchange Management Console to stop a clustered mailbox server in a single copy cluster

  1. Open the Exchange Management Console.

  2. Expand Server Configuration, and then select Mailbox.

  3. In the result pane, right-click the clustered mailbox server to be stopped and select Manage Clustered Mailbox Server.

  4. The Manage Clustered Mailbox Server Wizard starts. On the Introduction page, in the Management Action area, select Stop the clustered mailbox server, and then click Next.

  5. On the Stop Clustered Mailbox Server page, in the Stop reason area, type an administrative note describing the reason for the outage, and then click Next.

  6. On the Progress page, click Stop to take the clustered mailbox server offline.

  7. After the clustered mailbox server has been successfully taken offline, the Completion page appears. Click Finish to close the wizard.

To use the Exchange Management Shell to stop a clustered mailbox server in a single copy cluster

  • Run the following command:

    Stop-ClusteredMailboxServer -Identity <Name> -StopReason:<Comment>
    

    The task produces the Get-ClusteredMailboxServerStatus cmdlet output when it completes. This output indicates the state of all services on the clustered mailbox server.

Note

The Stop-ClusteredMailboxServer cmdlet does not complete until the services associated with the clustered mailbox server have reached a final state, for example, failed or stopped (offline).

For More Information

For more information about the Stop-ClusteredMailboxServer cmdlet, see Stop-ClusteredMailboxServer. For more information about the Get-ClusteredMailboxServerStatus cmdlet, see Get-ClusteredMailboxServerStatus.