-
On the Exchange 2007 Hub Transport server, click Start, click Run, type Services.msc, and then click OK.
-
In the list of services, right-click Microsoft Exchange Transport, and then click Pause.
-
Wait five minutes.
-
In the Exchange Management Shell, type the following command:
Verify that MessageCount is at zero for all queues except Poison. Make a note of any queue that has a status of Retry. You will resubmit the messages in these queues later in this procedure. For more information about queues, see Managing Queues.
-
In the Microsoft Management Console (MMC), right-click Microsoft Exchange Transport, and then click Stop.
-
In the MMC, right-click Microsoft Exchange Transport, and then click Properties.
-
On the General tab, under Startup type, select Disabled from the drop-down list, and then click OK.
-
Verify that for each Send connector that has the Hub Transport server that you plan to move listed as a source server, the send connector also has another Hub Transport server listed as a source server. To view, add, or remove source servers, in the Exchange Management Console expand Organization, select Hub Transport, and then select the Send Connectors tab. Right-click each connector and then select Properties. In the Properties dialog box, select the Source Server tab.
Note: |
|---|
|
We recommend that you also remove the Hub Transport server that you plan to move from the list of source servers for the connector.
|
-
Verify that for each Receive connector on the server that you plan to move, you have a receive connector on another Hub Transport server that will receive messages after you move the first Hub Transport server.
-
Verify that for each Receive connector on the server that you plan to move, if the connector is scoped to a specific IP address or IP range, that address or range will still be valid after you move the server.
-
In the Exchange Management Console, to determine which Edge Transport servers have subscriptions to the Hub Transport server that you plan to move, expand Organization, select Hub Transport, and then select Edge Subscriptions. You will need to resubscribe these Edge Transport servers later in this procedure.
-
Shut down the Hub Transport server.
-
On another computer in the Exchange organization, to open Active Directory Sites and Services, run the following from a Command Prompt window:
%systemroot%\system32\dssite.msc
-
In Active Directory Sites and Services, expand Sites, expand Subnets, right-click the subnet that the Hub Transport server is in, and then select Properties.
-
On the General tab, in the Site drop-down list, select the site to which you want to move the Hub Transport server, and then click OK.
-
Turn on the Hub Transport server.
-
To verify that the site membership has replicated, run the following command:
-
Click Start, click Run, type Services.msc, and then click OK.
-
In the list of services, right-click Microsoft Exchange Transport, and then click Properties.
-
On the General tab, under Startup type, select Automatic from the drop-down list, and then click OK.
-
In the MMC, right-click Microsoft Exchange Transport, and then click Start.
-
To resubmit messages from queues with a status of Retry, which you noted in Step 4, run the following command:
Retry-Queue <Identity of queue> -Resubmit:$true
To resubmit messages in the Unreachable queue, run the following command:
Retry-Queue Unreachable -Resubmit:$true
-
Verify that the Status of all queues is Active or Ready and that the MessageCount is less than 100 by running the following command:
-
Resubscribe the Edge Transport servers that you identified in Step 11. For more information, see Subscribing the Edge Transport Server to the Exchange Organization.