SharePoint 2016 Installation Guide - Step by Step
SharePoint 2016 is in RTM finally with all new features. Lets walk-through SharePoint 2016 standalone installation process step by step:
System Requirements: What's my Server Farm Configuration?
Here is my SharePoint 2016 farm's server configuration (Hardware/software).
For the sake of sharepoint 2016 standalone installation (single server), I'm using these two service accounts.
Its pretty much same as SharePoint 2013 installation, except the "Server Role" selection page. MinRole is introduced newly in SharePoint 2016. In a typical SharePoint installation, the order of installation goes like: SQL servers, App Servers, Distributed Cache, Search Servers, and Web Front End.
SharePoint 2016 Server installation steps at high level:
Here is my small server farm topology for SharePoint 2016 with three servers. All these servers joined to my domain: Crescent.com
Where to start Installation? Start with your Application Server! Your Application server hosts SharePoint 2016 central administration site and other necessary service applications.
For multi-server Farm: Repeat all these steps for rest of your servers like Application server, Web Front end Server. Choose connect to existing farm and select the farm configuration you created on first server. Choose the appropriate server role such as "Front-End". Once done, you can proceed with creating web applications, Service applications and site collections.
FAQ's and Known issues in SharePoint 2016 Installation:
System Requirements: What's my Server Farm Configuration?
Here is my SharePoint 2016 farm's server configuration (Hardware/software).
- Windows Server 2012 R2 Standard as Server Operating system and SQL Server 2014 Standard SP1 as my SQL Server instance.
- All my servers running with 24 GB of RAM (minimum requirement: 16 GB. For single server installation: 24 GB) and Quad core processors. (64 bit of course!) and 120 GB in system drive and 250 GB as secondary drive (Min: 80 GB for system drive and 100 GB for applications).
For the sake of sharepoint 2016 standalone installation (single server), I'm using these two service accounts.
- Crescent\SP16_Setup - Setup account used for installation. You must manually assign Member of Local Administrator group on all SharePoint Servers and SQL server and SysAdmin role at SQL Server instance. (In fact, it just needs: DBcreator & SecurityAdmin server roles and DBO rights on each SharePoint Databases).
- Crescent\SP16_Farm - Farm account / Database access account. Necessary rights will be automatically granted on the SQL Server instance when you run SharePoint products configuration wizard.
Its pretty much same as SharePoint 2013 installation, except the "Server Role" selection page. MinRole is introduced newly in SharePoint 2016. In a typical SharePoint installation, the order of installation goes like: SQL servers, App Servers, Distributed Cache, Search Servers, and Web Front End.
SharePoint 2016 Server installation steps at high level:
- Install SharePoint 2016 prerequisites
- Install SharePoint Server 2016
- Run Products configuration wizard
Here is my small server farm topology for SharePoint 2016 with three servers. All these servers joined to my domain: Crescent.com
Step 1: Install Prerequisites
We need to install SharePoint 2016 prerequisites before installing SharePoint Server 2016. Login with Setup account and start your SharePoint Server 2016 installation by installing the prerequisites. Prerequisites installer will add all necessary server roles (Application Server Role, Web Server (IIS) Role) ,downloads and installs all necessary components for SharePoint 2016.- Mount the ISO on the drive, launch "default.hta" file (or prerequisiteinstaller.exe). You'll see the same old Splash screen! Click on "Install software prerequisites" link under "Install"
- Accept License agreement and click "Next" button
- Wait for the installation to proceed
- Prerequisites installer takes some time and will prompt for restart. After restart, re-run the prerequisites again! Restart and resume back.
- Wait for the installation completed message. Click on "Finish" button to complete prerequisites installation.
Step 2: SharePoint Server 2016 Installation
- After completing prerequisites installation, run the splash.hta file again and click on "Install SharePoint Server".
- You'll be prompted to enter the product key. I've used the 180 day Trial key: NQGJR-63HC8-XCRQH-MYVCH-3J3QR
- Accept license agreement
- Choose a file location: Choose a file location for SharePoint Server and Search server index. Make sure there is sufficient disk space on the selected drive. You can use your secondary drive to store search index files. Click on "Install Now" button to start the installation process.
- Wait for installation to complete. The installation wizard takes few minutes to complete.
- Once completed, You'll be taken to Run Configuration wizard page. Tick the "Run the SharePoint Products Configuration Wizard now" check box and click on Close.
Step 3: Run SharePoint Products Configuration Wizard
- You'll be presented with the "Welcome to SharePoint Products" wizard. Run SharePoint Products configuration wizard by clicking "Next" button.
- Click Yes for products configuration wizard restart services confirmation
- On Connect to a server farm, choose Create a new server farm. If you are already have an existing SharePoint farm created, you'll have to choose the option "connect to an existing server farm". We'll be selecting this when we run products configuration wizard on our WFE server.
- Specify configuration database settings: Enter your Database server name and proposed SharePoint farm's configuration database names. Enter the Farm account which will be used for database access.
- On Farm security settings page, enter the Passphrase. You'll need this when you need to join the new server to an existing SharePoint server farm.
- Specify Server Role. There are six roles listed in this page. You can select whichever applicable to you. This is critical as in previous versions: If you selected Single-Server Farm, then you can't scale out your SharePoint farm to Multi-Server environment! So if you plan to extend your farm to Multi-Server farm in future, make sure you have selected the Custom (MinRole) or Application server role. In my case, I've selected Application server role. Click on Next to proceed.
- Enter the Port for SharePoint 2016 Central Administration site. Choose the authentication provider. Click Next to continue.
- You'll see SharePoint products configuration wizard performing several tasks as in the below progress screen. Wait until all 10 installation tasks to complete.
- Once completed, SharePoint products configuration wizard presents you the verify screen. You can click Back in case, you want to change any setting. Click Next to proceed.
- Wait for the Configuration successful page. Click on "Finish" to complete SharePoint 2016 installation process.
For multi-server Farm: Repeat all these steps for rest of your servers like Application server, Web Front end Server. Choose connect to existing farm and select the farm configuration you created on first server. Choose the appropriate server role such as "Front-End". Once done, you can proceed with creating web applications, Service applications and site collections.
FAQ's and Known issues in SharePoint 2016 Installation:
- Can I use a Single Server for SharePoint 2016 installation?
Sure, You can use a single server. However, You need to have SQL Server 2014 installed on the server first! Unlike SharePoint 2013, SharePoint 2016 doesn't install SQL Server Express automatically as part of Single server mode. - Prerequisiteinstaller.exe: The system cannot find the drive specified This happens when you mount an ISO file and after server reboot, it doesn't get mounted automatically. Remedy is simple: Mount the ISO and run:Start "Launch SharePoint preparation tool" "E:\Prerequisiteinstaller.exe" /continue
nice
ReplyDeletenice
ReplyDeleteExcellent
ReplyDeleteOnce you install a WFE server.. do you need to run install again to provision an Application Server?
ReplyDeleteYes! Binaries installation and Configuration Wizard should be repeated on each server.
DeleteHow do I promote sites to web server instead of app server?
ReplyDeleteScenario is like:
i have installed SharePoint 2016
1. Application server (Central admin hosted on this server)
Default site is created on this server (i.e. http://APPServer)
2. Front end
3. SQL
4. Search
created default site on app server (port 80)
that site is also available in IIS (For both servers App and Web)
Now when i am trying to open the default site as http://WEBServer - it gives 401 Unauthorized error after providing login detail
401 Unauthorized error could be due to "LoopBackCheck"!
Delete401 Unauthorized / Repeated Login Prompts and Blank Page
Hi,
ReplyDeleteAs you have wizard, Did you not get the Admin Content DB created with GUID. Did you use PSConfig for configuration?
Yes! If you use Wizard, You'll endup in GUIDS. Use this PowerShell to create SharePoint Farm and avoid GUIDs: How to Create SharePoint Farm using PowerShell
DeleteThank you so much for your technical contribution Sal:)
ReplyDelete