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) |
|
|
Operating system for Management Tools (on a computer with 64bit processor) |
|
Active Directory Server Requirement:
|
Component |
Requirement |
|
Schema Master |
|
|
Global Catalog Server |
At least one Global Catalog server in every Active Directory site where you are planning to install Exchange 2010 on,
|
|
Active Directory Forest |
|
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.
- Install Microsoft .NET Framework 3.5 Service Pack 1.
- Install the .NET Framework 3.5 SP1 Update KB959209.
- Install the combined PowerShell v2/Windows Remote Management package - Windows Management Framework
Windows 6.0-KB968930.msu. - For Hub Transport and/or Mailbox roles, install the Office Filter Pack.
- 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
- 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.
- For Hub Transport and/or Mailbox roles, install the Office Filter Pack.
- 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
- 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:조직이름


