0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
JPPINTO
  • Home
  • Certifications
  • About
  • Contact
  • Gallery
  • Current Setup
Contact

Search

July 9, 2010 / SharePoint 2010

SharePoint 2010: Installation Overview – Table of Contents

Tags: IIS installation, sharepoint 2010 farm build, sharepoint 2010 farm configuration, sharepoint 2010 farm installation, Sharepoint configuration, step-by-step sharepoint install

Topology Overview

Note: SharePoint 2010 requires x64 bit servers, this includes the SQL Server. Quad Cores and 8GB of RAM are recommended for the Web Front End Servers and Indexing Servers. You can read more about the recommendation for SharePoint 2010 here: http://technet.microsoft.com/en-us/library/cc262485.aspx

 

 

 

 

 

Server Name Operating System Description IP Address
LAB-DC Win2k8, x32
  • Active Directory Installed
  • Service Accounts Created
192.168.15.50
LAB-SQL Win2k8, x64
  • SQL Server 2008
  • SP1 installed
  • CU package 6
  • Mixed mode authentication
192.168.15.59
LAB-INDX Win2k8, x64
  • SharePoint 2010 Index Server
  • Load Balanced for Central Administration
192.168.15.60
LAB-INDX-MR Win2k8, x64
  • SharePoint 2010 Index Server Mirror
  • Load Balanced for Central Administration
192.168.15.61
LAB-WFE1 Win2k8, x64
  • SharePoint 2010 Web Front End #1
  • Load Balanced for Web Applications
192.168.15.71
LAB-WFE2 Win2k8, x64
  • SharePoint 2010 Web Front End #1
  • Load Balanced for Web Applications
192.168.15.72

 

This diagram shows the layout of the lab. This is how a typical small to medium SharePoint 2010 farm with high availability will look, this is also the same exact setup used in this series of articles. You can get further recommendations and more examples of SharePoint 2010 farm designs here: http://technet.microsoft.com/en-us/library/cc263199.aspx

You can use this overview as an installation checklist for performing your SharePoint 2010 installations.

Server Preparation Overview

 

  • Create Topology Diagram (above)
  • Base OS installation
    • All servers MUST be x64 including the SQL Server
    • Installed Windows Server 2008 x64 bit on all servers
    • Installed Windows Server 2008 x64 Service Pack 2 (MS Link)
    • Installed Windows updates available as of 6/30/2010
  • LAB-DC
    • Installed Active Directory by running DC PROMO
    • Made LAB-DC (192.168.1.50) a DNS Server
    • Created the following domain service accounts:
      • Service-SharePoint – this user that will be installing SharePoint 2010
      • Service-SPFarm – this is a Server Farm/Database access account, This is the account that we nominate as the “Database Access” account during the SharePoint Configuration Wizard.
      • Service-SPServices – this is the account that will run the SharePoint services in the farm..
      • Service-WebApp – this is an account for our web applications.
      • Service-SQL – this is the SQL administrator
  • LAB-SQL
    • “PINTOLAKE\Service-SQL” to local administrator group and logged in as that user
    • Installed SQL Server 2008
    • Installed SQL Server 2008 SP 1 (MS Link)
    • Installed CU6 for SQL Server 2008 Service Pack 1 (MS Link)
    • Added “PINTOLAKE\Service-SharePoint” as a SQL server login with the following SQL server security roles; “securityadmin” and “dbcreator” (note: “public” will be added by default – you do not need to remove it)
  • LAB-INDX, LAB-INDX-MR, LAB-WFE1 & LAB-WFE2 – The steps below were performed on all 4 servers
    • Ran IIS installation script from command prompt (JPPinto.com Article – part of this series)
    • Added “PINTOLAKE\Service-SharePoint” to local administration group
  • Network Load Balancing (JPPinto.com Article – not in this series)
    • Set up NLB on LAB-INDX and LAB-INDX-MR – this is just for the Central Administration site
    • Set up NLB on LAB-WFE1 and LAB-WFE2 – this is for all other web applications
  • Registry Change
    • DiableLoopbackCheck on LAB-INDX, LAB-INDX-MR, LAB-WFE1, LAB-WFE2 and LAB-SQL (JPPinto.com Article – not in this series)

SharePoint 2010 Installation Overview

 

  • IIS Installation on LAB-INDX, LAB-INDX-MR, LAB-WFE1 & LAB-WFE2 (JPPinto.com Article – part of this series)
  • Install Binaries on LAB-INDX, LAB-INDX-MR, LAB-WFE1 & LAB-WFE2 (JPPinto.com Article – part of this series)
  • LAB-INDX – Primary Index Server SP Configuration (JPPinto.com Article – part of this series)
  • LAB-INDX-DR – Secondary Index Server SP Configuration (JPPinto.com Article – part of this series)
  • LAB-WFE1/2 – Web Front End SP Configuration (JPPinto.com Article – part of this series)
  • Farm Configuration Wizard (JPPinto.com Article – part of this series)
  • Create Index Mirror (JPPinto.com Article – part of this series)
  • Load Balance Central Administration (JPPinto.com Article – part of this series)
  • Create Web Application (JPPinto.com Article – part of this series)
Post Views: 183
<- SharePoint 2010: Create Web Application
SharePoint 2010: IIS Installation ->

Categories

  • Active Directory (5)
  • Amazon Cloud Services (1)
  • Blazor (1)
  • C# (C-Sharp) (3)
  • CI/CD Pipelines (1)
  • Containers (4)
  • Development (1)
  • Docker (3)
  • General (5)
  • IIS 6.0 (4)
  • IIS 7.0 (10)
  • IIS 8.0 (1)
  • Infrastructure as Code (IaC) (1)
  • Kubernetes (3)
  • MySQL (1)
  • Office 2010 (1)
  • PHP (1)
  • PowerShell (3)
  • SharePoint 2007 (8)
  • SharePoint 2010 (19)
  • SharePoint 2013 (2)
  • SMTP (4)
  • SQL Server 2008 (1)
  • SQL Server 2008 R2 (1)
  • SQL Server 2012 (2)
  • SQL Server 2019 (1)
  • Uncategorized (1)
  • URL Rewrite (2)
  • Visual Studio 2019 (1)
  • Visual Studio Code (1)
  • Windows 10 (2)
  • Windows 2003 (9)
  • Windows 2008 (18)
  • Windows 2012 (6)
  • Windows 7 (3)
  • Windows Firewall (1)
  • Windows Vista (1)

Recent Posts

  • Install Terraform on Windows
  • Create a .NET Core 3.1 Console App in Visual Studio Code
  • Install a stand-alone SQL Server 2019 Enterprise Server
  • Create a Blazor App project in Visual Studio 2019
  • Username and Password for minikube Virtual Machine

Advertisement

Tags

backconnectionhostnames custom column default gateway disappears disable shutdown event tracker error opening exe exe permissions externalize blob externalize sharepoint data facebook spam filezilla server firewall rules filazilla full installation http redirect https https redirect IIS iis7 iis 7 installation IIS installation index server configuration installing cumulative updates load balance central administration magic default gateway missing default gateway moss advanced search nlb no default gateway powershell redirect http to https search column sharepoint 2010 cumulative updates sharepoint 2010 farm build sharepoint 2010 farm configuration sharepoint 2010 farm installation sharepoint data externalization shutdown event tracker shutdown tracker SMTP storagepoint Windows 7 windows firewall configuration windows live messenger crash windows server 2008 wlbs x86
© 2026 JPPinto.com – Tech Blog. All rights reserved.