Exchange 2010 설치

 Windows Server 2008 SP2 & R2

Inplace upgrade from E2010 RC to RTM

Co-existence with E2K7 and E2K3

 

OS Requirement

Component

Requirement

Operating system (on a computer with 64bit processor)

  • 64-bit edition of Windows Server 2008 Standard or Enterprise with Service Pack 2.
  • 64-bit edition of Windows Server 2008 R2 Standard or Enterprise.

Operating system for Management Tools (on a computer with 64bit processor)

  • Windows Vista with Service Pack 2 or later.
  • Windows 7.

 

Active Directory Server Requirement:

Component

Requirement

Schema Master

  • 32-bit or 64-bit edition of Windows Server 2003 Standard or Enterprise SP1 or later version.
  • 32-bit or 64-bit edition of Windows Server 2008 Standard or Enterprise.

Global Catalog Server 

At least one Global Catalog server in every Active Directory site where you are planning to install Exchange 2010 on,

  • 32-bit or 64-bit edition of Windows Server 2003 Standard or Enterprise.
  • 32-bit or 64-bit edition of Windows Server 2008 Standard or Enterprise.

Active Directory Forest

  • Domain Functional Level: Windows Server 2003.
  • Forest Functional Level: Windows Server 2003.

 

I. Pre-Requisites for Windows 2008 Service Pack 2:

Before installing prerequisites make sure that you have installed Standard or Enterprise edition of Windows 2008 Service Pack 2, but NOT Core, Web Server or Foundation Serve edition.

  1. Install Microsoft .NET Framework 3.5 Service Pack 1.
  2. Install the .NET Framework 3.5 SP1 Update KB959209.
  3. Install the combined PowerShell v2/Windows Remote Management package - Windows Management Framework 
    Windows 6.0-KB968930.msu
    .
  4. For Hub Transport and/or Mailbox roles, install the Office Filter Pack.
  5. For Client Access Server installation change startup mode of "Net.Tcp Port Sharing Service" from Manual to Auto by running below command in cmd prompt. 
    sc config NetTcpPortSharing start= auto 
  6. Open command prompt and install/enable Operating System components as per below table.

Role

Commandommandommandommandommandommandomm

Typical installation of Client Access, Hub Transport, and Mailbox role

ServerManagerCmd -ip <Path>\Scripts\Exchange-Typical.xml

For a Client Access role

ServerManagerCmd -ip <Path>\Scripts\Exchange-CAS.xml

For a Hub Transport role

ServerManagerCmd -ip <Path>\Scripts\Exchange-Hub.xml

For a Mailbox role

ServerManagerCmd -ip <Path>\Scripts\Exchange-MBX.xml

For a Unified Messaging role

ServerManagerCmd -ip <Path>\Scripts\Exchange-UM.xml

For an Edge Transport role

ServerManagerCmd -ip <Path>\Scripts\Exchange-Edge.xml

I am going to install Exchange 2010 with typical setup of Client Access, Hub Transport and Mailbox Role so I will use first command where source of Exchange 2010 setup is available at "C:\Exchange2010RC1" so my command will be below...

ServerManagerCmd -ip C:\Exchange2010RC1\Scripts\Exchange-Typical.xml 

  • Restart the computer before proceed to Installation.

II. Pre-Requisites for Windows 2008 R2:

Before installing prerequisites make sure that you have installed Standard or Enterprise edition of Windows 2008 R2, but NOT Core, Web Server or Foundation Serve edition.

  1. For Hub Transport and/or Mailbox roles, install the Office Filter Pack.
  2. For Client Access Server installation change startup mode of "Net.Tcp Port Sharing Service" from Manual to Auto by running below command in PowerShell (Open Powershell window with elevated rights by right-clicking it "Run as Administrator). 
    Set-Service NetTcpPortSharing -StartupType Automatic 
  3. Open Powershell (Open Powershell window with elevated rights by right-clicking it "Run as Administrator) and import server module first with "Import-Module ServerManager" command then install/enable Operating System components as per below table.

Role

Commandommoasd

Typical installation of Client Access, Hub Transport, and Mailbox role

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy

For a Client Access role

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy

For a Hub Transport role

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server

For a Mailbox role

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server

For a Unified Messaging role

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Desktop-Experience

For an Edge Transport role

Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS

I am going to install Exchange 2010 with typical setup of Client Access, Hub Transport and Mailbox Role so I will use first command where source of Exchange 2010 setup is available at "C:\Exchange2010RC1" so my command will be below...

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy

  • Restart the computer before proceed to Installation.

 R2 에서 설치

Dism /online /enable-feature /featurename:NetFx3

For Hub Transport and/or Mailbox roles, install the Office Filter Pack.

Powershell - Import-Module ServerManager

Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy

Set-Service NetTcpPortSharing -StartupType Automatic 

Start-service NetTcpPortSharing

Setup /prepareAD /organizationname:조직이름

 

Posted by nimsgern