Click here to Skip to main content
15,881,757 members
Articles / Productivity Apps and Services / Sharepoint

SharePoint 2016 Installation using AutoSPInstaller Online Part 1 – Setting up the Environment and Service Accounts

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Feb 2019CPOL2 min read 3.7K   3  
SharePoint 2016 Installation using AutoSPInstaller Online - how to set up the environment and service accounts

Introduction

AutoSPInstaller Online is one of the great projects that facilitate Automated SharePoint installation including Sharepoint 2010, 2013 and 2016.

Auto SP Installer provides a powerful way to deploy and configure a single-server development environment to multiple-server SharePoint farm.
Reference: https://autospinstaller.com/

Before doing anything, we will set up the environment for SharePoint three server Farm.

Will name these servers as:

  • SPWFE - Share Point Front End Server
  • SPAPP - Share Point App server
  • SPDB - DB server

Image 1

Please find the reference for SharePoint minimum requirement and practices from here.

For the medium segregation, we have to create the below list of service accounts.

Service Accounts for Active Directory

Service Account name: spadmin
Rights: Local Admin All Servers (DB,WFE,APP)
SQL DB Rights: SQL DB Creator and Security Admin Rights
Domain Privileges: Service User
Description: Use for set up and Configuration

Service Account name: spfarm
Domain Privileges: Service User
Description: sp timer service, Central Admin Application Pool, Other Configurations

Service Account name: spservices
Domain Privileges: Service User
Description: Service and Pool account user

Service Account name: spsqlservice
Domain Privileges: Service User
Description: Run services in SQL Server (MSSQLSERVER, SQLSERVERAGENT)

Service Account name: spsearch
Domain Privileges: Service User
Description: SP search service, crawlers, search related

Service Account name: spprofile
Domain Privileges: Need Replicating Directory Changes
Description: User profile synchronization account

User Profile User Configuration

Run dsa.msc in Run Windows or open Active Directory Users and Computers.

Image 2

Then right click the domain and click delegate control.

Image 3

Then click next and select spprofile user.

Image 4

Then click next and select Custom Task Delegate and click next.

Then select This folder, Existing objects in this folder, and creation of new objects in this folder and click next.

In here, select Replicating Directory Changes and proceed to finish the wizard.

Configure SQL Server

After installing SQL server, you need to do the following configuration. You might also need to install .NET 3.5 manually in the server by specifying source path manually.

Setting Up DB Server (Login as spadmin)

I installed Windows Server 2012 in the DB server. After installing OS, you need to install the SQL server. Following are the steps you need to perform additionally.

In the feature selection, you can select Database Services and Management Tools – Basic, Management Tools – Complete. Other than these features, you can select other related ones if needed.

Then you can add spadmin as a Administrator for management.

And you should add spsqlservice as service accounts running credentials for MSSQLSERVER, SQLSERVERAGENT.

Then complete the installation and Enable TCP/IP, and start the SQL browser in SQL configuration management.

Image 5

Image 6

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --