Exchange

[Exchange] - Exchange 2016 설치 전 사전준비

Riucc 2019. 6. 25. 15:39

Exchange 2016 설치 전 사전준비

 

참고 문서 : https://docs.microsoft.com/ko-kr/exchange/plan-and-deploy/prerequisites?view=exchserver-2016


Exchange 2016 설치 전 사전준비

   1. 서버 AD 구성 및 도메인 조인 

   2. Exchange 2016 설치에 필요파일 다운로드(맨위 참고 문서 참조)

         - Microsoft Exchange 2016 cu

         - Unified Communications Managed API 4.0 Runtime

         - .NET Framework 높은 버전(4.7.2 이상)

         - Visual C++ 2015 Redistributable Package


Remote Tools Administration Pack, Media Foundation 설치(PowerShell 관리자로)

   Install-WindowsFeature RSAT-ADDS 

   Install-WindowsFeature Server-Media-Foundation


사전준비에서 다운 받은 Software 설치

   Unified Communications Managed API 4.0 Runtime, .NET Framework 4.8, Visual C++ 2015 ~


Exchange 위한 Windows Server 2016 필수 구성 요소 설치(PowerShell 관리자로)

(맨위 참고 문서 참조)

Install-WindowsFeature NET-Framework-45-Features, Server-Media-Foundation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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


Active Directory 및 도메인 준비(cmd 관리자로)

(필자의 경우 가상 E 드라이브에 exchange iso를 넣어두었다)

E:\Setup /PrepareSchema /IAcceptExchangeServerLicenseTerms

E:\Setup /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms

E:\Setup /PrepareDomain /IAcceptExchangeServerLicenseTerms


Exchange 2016 설치

   준비가 모두 끝났다면 Setup.exe를 실행시켜 Exchange 2016 설치를 한다

   ( 참조 : https://hope.pe.kr/285 )