viernes, 23 de enero de 2009

How to Remove the First Exchange 2007 Server in a Coexistence Scenario

To remove the first Exchange 2007 server in a coexistence scenario

  1. To move the contents of the first Exchange 2007 public folder database to a second Exchange 2007 server in your organization, perform the following steps:
  • If you do not already have a public folder database on the second Exchange 2007 server in your organization, create one.
  • Move the contents of the first Exchange 2007 server public folder database to the public folder database on the second Exchange 2007 server.

MoveAllReplicas.ps1 -Server Server01 -NewServer Server02

http://technet.microsoft.com/en-us/library/bb331970.aspx

  • Verify that all replicas have moved to the public folder database on the second Exchange 2007 server by using the Get-PublicFolderStatistics cmdlet. For more information, see Get-PublicFolderStatistics.

En Este punto necesitamos esperar un día para que las replicas se completarán.

2.- To modify the routing group connectors between the Exchange 2007 routing group and the Exchange 2003 or Exchange 2000 bridgehead server, run the following commands:

  • Get-RoutingGroupConnector where {$_.SourceTransportServers -like ""} Set-RoutingGroupConnector -SourceTransportServers ""Get-RoutingGroupConnector where {$_.TargetTransportServers -like ""} Set-RoutingGroupConnector -TargetTransportServers

3.-To modify any Send connectors that have the first Exchange 2007 server as the source transport server, run the following commands:

  • Get-SendConnector where {$_.SourceTransportServers -like ""} Set-SendConnector -SourceTransportServers ""

4.-To modify any Foreign connectors that have the first Exchange 2007 server as the source transport server, run the following commands:

  • Get-ForeignConnector where {$_.SourceTransportServers -like ""} Set-ForeignConnector -SourceTransportServers ""

5.-To verify that the connectors have been moved, test mail flow by using the Test-Mailflow cmdlet

6.-Transferir distribution groups:

Exchange Management Console->Recipient Management->distribution groups->Right click in distribution group->properties->advanced->select any server in the organization

7.- Cambiar la compatibilidad de IIS para que no sea compatible con 32 bits, solo 64.

cscript c:\inetpub\adminscripts\adsutil.vbs SET /w3svc/AppPools/Enable32BitAppOnWin64 False

el documento

http://technet.microsoft.com/en-us/library/aa996091.aspx

8.-Remove the Exchange 2007 server by using Add or Remove Programs from Control Panel.

No hay comentarios:

Publicar un comentario