SharePoint Server 2013 Install - On Win 2012 R2
SharePoint Server 2013을 Windows 2012 R2에 설치하는 가이드입니다.
1. SPS Windows 2012 R2서버에 Windows 기능을 설치 합니다.
Import-Module ServerManager
Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45
Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server,AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation,AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation,Server-Media-Foundation,Xps-Viewer
2. SharePoint 2013 SP1 사전 설치 구성 요소를 다운로드 합니다.
SQL Server 2008 R2 SP1 Native Client
Microsoft WCF Data Services 5.0
Microsoft Information Protection and Control Client (MSIPC)
Microsoft Sync Framework Runtime v1.0 SP1 (x64)
Windows Identity Foundation (KB974405)
CU 1 for AppFabric 1.1 (KB2671763)
3. 2번의 설치 구성요소에서 마지막 두개 (AppFabric) 는 제외하고 설치 합니다.
4. AppFabric는 바로 설치를 하면 안되기 때문에 아래 Command Line을 이용해서 설치합니다.
WindowsServerAppFabricSetup_x64.exe /I CacheClient","CachingService","CacheAdmin /gac
5. AppFabric1.1-RTM-KB2671763-x64-ENU (CU1 for AppFabric 1.1 (KB2671763)를 설치합니다.
6. 서버 재 부팅을 합니다.
7. VLSC에서 다운 받은 SharePoint 2013 with SP1 미디어를 넣고 설치를 진행합니다.
★ 감사합니다 ★
<참조>
http://iouchkov.wordpress.com/2013/10/19/how-to-install-sharepoint-2013-on-windows-server-2012-r2/
'SharePoint Server' 카테고리의 다른 글
[ERROR] SharePoint 2013 SP1 Update Package Download URL ERROR (0) | 2014.04.11 |
---|---|
SharePoint 2013 SP1 - Yammer 활성화 관련 (0) | 2014.03.11 |
SharePoint 2013 to SP1 Upgrade (0) | 2014.03.11 |
SharePoint Server 2013 Cumulative Update 설치 (0) | 2014.02.28 |
[Test] SPS2010 다국어 사이트 설정 (0) | 2013.03.04 |