How to install SharePoint 2013 on Windows Server 2012 R2

[Update 26.02.2014] Many thanks to everybody commented on this post. As Falk already mentioned in the comments, a Service Pack for SharePoint 2013 has been recently released. This release makes this article obsolete, as any compatibility issues seems to be resolved. Please install SP 2013 SP1 on Server 2012 R2.

If you are reading this post, most probably you have difficulties to install SharePoint 2013 on Windows Server 2012 R2. According to the official Microsoft Statement, this is not supported until release of Service Pack 1 for SP2013. However, if you don’t want to wait and also already love advantages of R2, within this post I will share my successful experience installing SP2013 on Windows Server 2012 R2.

1. Login to your R2 server as Administrator. You can as well perform this step under the Farm Administrator account, which should be also local administrator on the server. Start Power Shell as Administrator and execute following statements:

Import-Module ServerManager

Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45 -Source D:\Sources\sxs

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 -Source D:\Sources\sxs

Note: D:\ is your Windows installation media.

2. Download all prerequisites from the Internet and save it on local disk of the server, e.g. C:\SP2013Prereq:

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 Extensions
Windows Identity Foundation (KB974405)
Windows Server AppFabric
CU 1 for AppFabric 1.1 (KB2671763)

3. Install all prerequisites directly from the prerequisites folder in the download sequence,EXCEPT the last two (AppFabric and CU 1 for AppFabric).

4. AppFabric requires special configuration, therefore installing it usual way is not be enough for SharePoint. Install it using following statement from command line:

WindowsServerAppFabricSetup_x64.exe /i CacheClient","CachingService","CacheAdmin /gac

Note: The syntax with quotas is correct, it separates commas, not the components.

5. Install AppFabric1.1-RTM-KB2671763-x64-ENU

6. Restart your server

Congratulations! Now you will be able to start SharePoint 2013 installer directly and to continue with SharePoint 2013 installation and configuration.

How to install SharePoint 2013 on Windows Server 2012 R2

时间: 2024-10-05 00:33:17

How to install SharePoint 2013 on Windows Server 2012 R2的相关文章

如何在Windows Server 2012 R2上安装SharePoint 2013

笔者原以为是个挺容易个事儿, 毕竟是微软自家的产品安装在自家的操作系统上, 没想到还是让我费了半天劲. 写在这里吧, 方便其他的朋友. 具体步骤 ============================== 1. 准备好Windows Server 2012 R2 RTM的一台虚拟机, 准备SharePoint 2013 RTM的安装包, 和SP1的安装包. 2. 制作slipstream安装文件, 参考这里. 3. 这时运行prerequisiteinstaller会如下的报错. 4. 先在S

在Windows Server 2012 R2上安装SharePoint 2013 with SP1失败,提示没有.net4.5的解决办法

现在的Server用Windows Server 2012 R2的越来越多了,在部署带Sp1的SharePoint2013的时候,走完预安装工具后,点击setup提示缺少.net4.5. 其实Windows Server 2012 R2打完所有更新补丁后,操作系统的.net版本已经是4.6.1了,因为.net4.6是os的组件的一部分,所以无法直接卸载,也不能单独去手工安装.net4.5安装包. 通过dotnetfx_cleanup_tool 卸载失败了. 2种解决办法: a. 修改注册表: 1

基于Windows Server 2012 r2环境部署 SharePoint 2013 SP1

在安装SharePoint 2013 服务器之前,请先了解硬件和软件要求 http://technet.microsoft.com/library/cc262485(office.15)?ocid=fwlink#section4 Microsoft SharePoint 产品准备工具会为具有内置数据库的单台服务器安装以下必备软件: Web 服务器 (IIS) 角色 应用程序服务器角色 Microsoft .NET Framework 4.5 SQL Server 2008 R2 SP1 Nati

ansible远程在Windows server 2012 R2 安装vcredist(2008 2010 2012 2013)

需求: 远程在windows server 2012 R2上安装vcredist 2008, 2010, 2012和2013 四个版本. 首先在ansible的官方文档找了一下看有没有适合的模块直接能使用的. 最开始找到的是win_package模块: http://docs.ansible.com/ansible/win_package_module.html ,同时看到它给出来的例子. 感觉可以直接拿来就用啊.把path路径换成要安装的exe 放置的本地路径,不就可以了吗? 后来发现,win

Dynamics CRM 2013 试用之系统篇 Windows Server 2012 R2安装

Dynamics CRM 2013要求Windows Server 2008 R2以上,本人就装最新的Windows Server 2012 R2 测试. 系统安装很简单,直接下载原版iso载入虚拟机运行即可以. 以下为一般步骤: 选第二个,选第一个的话,就变成DOS了, 成功进入桌面后,如下图了: 安装中涉及到一些文档,可以到如下文件夹中下载:http://www.400gb.com/u/1550913/11909733

Dynamics CRM 2013 试用之系统篇 Windows Server 2012 R2 升级域控

打开  "服务器管理器", "添加角色和功能" 选中 "Active Directory" 域服务 数据删除重复为新功能 ,也加起来,有空试一下. 下一步 添加好后,在 "服务器管理器" 中点***三角 ,点选 "将此服务器提升为域控制器" 添加新林 林和域功能级别都选择为 Windows Server 2012 R2,  DSRM密码也设一下. 重启后发现 计算机全名 为testyc.hangyc.com

使用Microsoft Toolkit 2.5 激活windows server 2012 R2与office

本人亲测可以激活windows server 2012 R2版 关于此软件介绍如下: 这是一款可以用来管理或者配置 Microsoft Office 和 Windows 的许可证(密钥)的工具,也用来激活 Office 和 Windows.每个功能的结果都以 Information Console 的形式输出.为了避免一次运行多个功能(否则容易冲突或者出错),所有功能都以静默形式运行,同时运行任何功能时整个界面都呈现无法操作状态. 包含的功能有:AutoKMS 安装与卸载.AutoRearm 安

Windows Server 2012 R2工作文件夹之一安装篇

首先简单接下下Windows Server 2012下的工作文件夹 信息工作者体验到的工作文件夹 为了演示工作原理,下面提供了一个示例,其中信息工作者 Joe 能够从任意设备开展工作,并且可能使用工作文件夹将他的工作数据与个人数据分隔开:当 Joe 在他工作计算机上的 Work Folders 目录保存文档时,该文档将同步到由 IT 控制的文件服务器.当 Joe 回到家时,他拿起他的 Surface RT(其中的文档已经同步)并前往海滩.他可以脱机处理文档,当他回到家中时,文档将重新与文件服务器

Windows Server 2012 R2里十个极好的新功能

Windows Server 2012 R2具备的众多新特点大大的增强了操作系统的功能性,同时也是在Windows Server 2012原有功能上的拓展.这里整理出Windows Server 2012 R2的10个会对你的日常工作有冲击力的新功能.其中一些新功能,尤其是在存储领域,微软为传统合作伙伴提供了新的开箱即用功能. 工作文件夹(Work Folders) Work Folders为企业服务器带来了Dropbox新功能,把它安装在Windows Server 2012 R2系统上,你就