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

Simple Guide to Add Additional Web Servers For Your Existing SharePoint

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
11 Mar 2016CPOL3 min read 6.1K   1  
This is a simple guide to add additional web servers for your existing SharePoint.

Yesterday, we showed you how to make your SharePoint server Fail-over aware now to complete the full High Availability for your SharePoint, we will be adding additional Web Servers to your SharePoint Farm.

You might be asking why you need to do this? Well, the main reason is making your SharePoint Web Server available all times, so if a server is down, the other one can take over, similar to the database fail-over reason. This is just one of the benefits. Another important one is that you can easily add patches to the Windows Server Environment easily and restart them without affecting your users.

Convinced yet? Let's start and you will be surprised - it’s quite easy to do, it’s just like installing a software.

Let's start by setting up your new SharePoint server, the one that will mirror the primary. This means you already have an environment setup with Windows. The first step is to install the prerequisites.

Image 1

Once finished, it will restart a couple of times.

Image 2

Then, you will get a confirmation is complete.

Image 3

Now, install SharePoint (This is applicable to all SharePoint 2013 versions even Foundation).

Image 4

Choose a complete setup.

Image 5

Click Next.

Image 6

Then Yes.

Image 7

Now, you choose Connect to an existing server farm.

Image 8

Indicate your current SQL Server, click retrieve Database Names and Choose your SharePoint configuration database, by default its SharePoint_Config.

Image 9

Type in the Passphrase you used before when initially setting up your SharePoint for the first time.

Image 10

Proceed and choose advanced settings.

Image 11

Choose use this machine to host the web site, this means you have your Central Administration redundant as well.

Image 12

Check if everything is correct.

Image 13

Then, click next and wait.

Image 14

Once finished, you will have a Confirmation Screen.

Image 15

At this point, you’re done, really! you’re finished. All you can do now is confirm if the setup went well by going to Central Administration -> System Settings -> Manage Servers in Farm.

Image 16

You will see that your new server is connected.

Then you can try it, open two browsers, first point to the original URL, then next point it to the new server name, you will see it will serve exactly the same contents.

Image 17

But wait, if you have turned the Minimal Download Strategy feature, then you might encounter something similar to the screenshot below when going to other links.

This is because of the additional “/_layouts/15/start.aspx#” on the URL.

Image 18

If you disable the Minimal Download Strategy, that will disappear.

Image 19

Now everyone is happy. Up to your network engineers to do their work on the URL automatic redirection when one site is down but at this point, your SharePoint will run on multiple servers.

Image 20

Important Point to Consider

The patches on your main SharePoint Server should be the same on this new SharePoint Web Front End Mirror, otherwise you will receive an error that states “Failed to connect to the existing server farm located at the specified database name. The database name is not a valid configuration database”. To get an exact list of updates, go to your Programs and Features under Installed Updates.

License

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


Written By
Technical Lead
New Zealand New Zealand
http://nz.linkedin.com/in/macaalay
http://macaalay.com/

Comments and Discussions

 
-- There are no messages in this forum --