Deployment Exchange 2013
Exchange 2013 Prerequisites
Active Directory preparation
아래의 소프트웨어를 설치합니다.
아래의 과정을 통해 Remote Tool Administration Pack 을 설치합니다.
-
Windows Server 2012 R2 에서
Install-WindowsFeature RSAT-ADDS
-
Windows Server 2008 R2 SP1 에서
Add-WindowsFeature RSAT-ADDS
Windows Server 2012 R2 에서 Prerequisites
Mailbox or Client Access server roles
- 필요한 Windows components를 설치합니다.
Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS
-
Install .NET Framework 4.7.2
[!IMPORTANT] Exchange 2013 CU23은 .NET Framework 4.7.2 를 필요로 한다.
만약, .NET Framework 4.7.1 환경이며, 먼저, Exchange 2013 CU22로 업그레이드 후 .NET Framework 4.7.2 를 설치합니다.
만약, .NET Framework 4.6.2 환경이며, 먼저, Exchange 2013 CU20로 업그레이드 후 .NET Framework 4.7.1 를 설치합니다. -
Install Windows Management Framework 4.0 (included with Windows Server 2012 R2)
-
Install Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
-
Install Visual C++ Redistributable Package for Visual Studio 2012
-
Install Visual C++ Redistributable Package for Visual Studio 2013
Prepare Active Directory and Domains
해당 session의 핵심 내용은 아래와 같습니다:
- Extend the Active Directory Schema
- Prepare Active Directory
- Prepare Active Directory domains
Schema Admins 및 Enterprise Admins 의 구성원으로 작업을 수행합니다.
-
Extend the Active Directory Schema
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
-
Prepare Active Directory
이 과정은 Exchange Organization을 포함한 Exchange containers 및 개체들을 Active Directory에 생성하는 과정입니다.
수행 과정 중 Exchange Organization Name이 필요할 수 있으며 이름은 아래를 참조합니다:A
~Z
,a
~z
0
~9
- 스페이스를 포함할 수 있으나 이름의 처음과 끝에는 사용할 수 없음
-
또는_
- 이름은 64문자까지 가능
- 이름은 설정 후 변경할 수 없음
Setup.exe /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms
-
Prepare Active Directory domains
이 과정은 Exchange 관련 Security Group 들 및 permission등을 설정합니다.
두 가지 옵션으로 수행할 수 있습니다.
Forest의 전체 domains에 대하여 수행 또는 지정한 domain에 대하여 수행 옵션 중에 적절한 옵션으로 수행하면 됩니다.# All Domains Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms # Specified Domain Setup.exe /PrepareDomain:<FQDN of the domain you want to prepare> /IAcceptExchangeServerLicenseTerms
Deploy New Installation of Exchange 2013
-
Exchange 2013 CU23 설치 파일을 다운로하고 실행하여 압축을 해제합니다.
-
압축 해체한 폴더에서 setup.exe를 관리자 계정으로 실행하여 Setup Wizard로 설치 합니다.
- Check for Updates? page
- Introduction page
- License Agreement page
- Recommended settings page
- Server Role Selection page
- Installation Space and Location page
- Exchange Organization을 처음 설정하는 경우, Exchange Organization page
- Active Directory split permission security model 옵션
- Malware Protection Settings page
- Readiness Check page
- Completion page
Exchange 2013 Post-Installation tasks
-
Exchange 2013 Product Key 입력
[!NOTE] Exchange 서버 license의 경우 설치는 동일하며 입력한 product key 에 따라 Enterprise 및 Standard 로 나뉘어지며, 버전에 따라 사용할 수 있는 기능의 차이가 있습니다.
자세한 내용은 Exchange License Type을 참조하세요.Set-ExchangeServer ExServer01 -ProductKey aaaaa-aaaaa-aaaaa-aaaaa-aaaaa
- Mail Flow 및 Client Access 구성
- Send Connector 생성 및 구성
- Accepted Domain 추가 및 구성
- Default Email Address Policy 구성
- External URLs 구성
- Internal URLs 구성
- SSL Certificate 구성
-
옵션: Edge Transport Server를 통한 Internet mail flow 구성
- Verify an Exchange Installation
- Get-ExchangeServer
- Application Event Log
- Setup Log (C:\ExchangeSetupLogs)
Exchange License Type
Exchange는 Server 와 Client Access License(CAL) 모델로 구성되어 있습니다.
-
Server License: Standard Edition과 Enterprise Edition으로 나눠집니다.
-
Client Access License (CALs): Standard CAL 과 Enterprise CAL로 나눠지며 Exchange Server 라이선스와 혼용하여 사용 가능합니다.
Exchange Standard Edition은 아래와 같은 limitation이 있습니다:
-
기본 Database size limit는 1024 GB
-
1 ~ 5 Mailbox Database 지원 (Enterprise Edition은 1 ~ 100 Mailbox Database 지원)
Exchange Client Access License (CALs)에 따라 사용 가능한 기능의 차이가 있습니다.
- Journaling: Standard CAL은 Per Database, Enterprise CAL은 Per User/Distribution List 기반 지원
- Journal decryption은 Enterprise CAL에서 지원
- In-Place Archive는 Enterprise CAL에서 지원
- Multi-mailbox Search는 Enterprise CAL에서 지원
- In-Place Hold는 Enterprise CAL에서 지원
- Information protection and control (IPC): transport protection rules, Outlook protection rules, Information Rights Management (IRM) search 는 Enterprise CAL에서 지원
Exchange Licensing에 대하여 아래의 링크를 참조하세요.