-
Open Windows Explorer, navigate to the Exchange installation files, and then run the following command:
Note: |
|---|
|
If you installed the necessary prerequisite packages, you can click Step 4: Install Microsoft Exchange Server 2007 SP1 to proceed with the installation.
|
-
On the Introduction page, review the information, and then click Next.
-
On the License Agreement page, review the license agreement. If you accept the terms, select I accept the terms in the license agreement, and then click Next.
-
On the Error Reporting page, review the information, make your selection, and then click Next.
-
On the Installation Type page, select Custom Exchange Server Installation. Optionally, change the location for the Exchange program files. If you specify a path, it must match the path used by the passive node. Click Next.
-
On the Server Role Selection page, select Active Clustered Mailbox Role. This automatically selects the Management Tools role, and the other roles are unavailable. Optionally, change the location for the Exchange program files. If you specify a path, it must match the path used by the passive node. Click Next.
-
On the Cluster Settings page, select Cluster Continuous Replication, and then enter the CMS name in the Clustered Mailbox Server Name field. Optionally, change the initial location for the CMS storage group and database files, and then click Next.
Note: |
|---|
|
CMS names must be 15 characters or less.
|
-
On the Cluster IP Address Configuration page, select from the following options under First Subnet:
-
IPv4 Network Select this option if all public network interfaces in the cluster use IPv4 addresses. After you select this option, you must select a static IPv4 address or use DHCP:
If you want to use a static IPv4 address for the CMS, select Use the following static IPv4 address, and enter the IP address in dotted decimal format in the field.
If you want to use a dynamically assigned IP address for the CMS, select Use a dynamically assigned (DHCP) IPv4 address for the following network. Then, click the Browse button to select the public cluster network.
-
IPv6 Network Select this option if all public network interfaces in the cluster also use IPv6 addresses. Then, click the Browse button to select the public cluster network.
-
If you are installing CCR in a multiple subnet environment, select the Second Subnet check box, and then configure the network settings for the second subnet. If you are not installing CCR in a multiple subnet environment, leave the Second Subnet check box cleared.
-
Click Next to initiate the checks and installation. On the Readiness Checks page, the status appears as the checks are performed. When the checks complete successfully, click Install. If any of the checks fail with errors, you must correct the issues that are identified, and then you can restart the installation.
-
The Progress page shows the steps that Setup performs. When all steps have completed, clear the Finalize installation using the Exchange Management Console check box, and then click Finish.
-
A message appears indicating a restart is required prior to placing the server in production. Click OK to acknowledge this message.
-
After installation and configuration are complete, you are returned to the initial Setup page to download Exchange updates and complete the setup on this node. Optionally, click Step 5: Get Critical Updates for Microsoft Exchange to download any available updates. If you install updates and those updates require a restart, do not restart the node. Instead, continue this procedure.
-
Click Close to exit Setup.exe, and if a prompt appears, click Yes to confirm.
-
After Setup has completed, but before the node is restarted, stop the CMS. To stop the CMS, open the Exchange Management Shell from the Start menu (in the Microsoft Exchange Server 2007 program group) and run the following command:
Stop-ClusteredMailboxServer <CMSName> -StopReason Setup -Confirm:$false
-
After the CMS is stopped (offline), close the Exchange Management Shell and restart the node. During the restart, the CMS, and any other cluster groups owned by the node being restarted are moved to another node in the cluster, if one is available, including a node that does not have Exchange installed. If the CMS group is moved to another node, it should be moved back to the active node after the restart. If the node that took ownership of the CMS during the restart has the same version of Exchange installed, you can use the following command in the Exchange Management Shell to move the CMS back to the node that was restarted.
Move-ClusteredMailboxServer <CMSName> -TargetMachine <NodeName> -MoveComment Setup -Confirm:$false
If the node that took ownership of the CMS during the restart does not have the same version of Exchange installed (or Exchange is not installed at all), you must use the cluster management tools (the Failover Cluster Management tool or Cluster.exe) to move the CMS group back to the node that was restarted. You can use the following command to do this:
Cluster group <CMSName> /move:<NodeName>
-
After the CMS is moved back to the active node, use the Exchange management tools on that node to start the CMS. You can run the following command in the Exchange Management Shell on the active node to start the CMS:
Start-ClusteredMailboxServer <CMSName>
You can also use the Manage Clustered Mailbox Server wizard in the Exchange Management Console to start the CMS. For detailed steps about how to start a CMS, see How to Start a Clustered Mailbox Server in a CCR Environment.
After the CMS is started and all resources are online, the passive Mailbox role can be installed on the second node in the failover cluster, if it is not already installed. For detailed steps about how to install the passive Mailbox role in the failover cluster, see How to Install the Passive Clustered Mailbox Role in a CCR Environment on Windows Server 2008.