Solr Prerequisites

  • Updated

The prerequisites for Solr are often missed. Here are the steps to add the necessary roles and features. 

Prerequisite documentation
2018-05-10_09_24_12-Ektron_Reference_9.20_-_Solr_Search.png2018-05-10_10_29_24-Ektron_Reference_9.20_SP1_-_Solr_Search.png

Additional Requirements

2020-02-12_08_59_33-9.40_Ektron_Reference_-_Solr_Search.png

In addition to these items, make sure to install the correct version of Java. 

Server 2016 Roles and Features

  1. Open Server Manager
  2. Move through the dialogues to get to Server Roles.
  3. Navigate to Web Server(IIS) > Web Server > Application Development.
  4. Check the following, .net extensibility 4.6 and ASP.NET 4.6.
    2020-11-11_16_12_38.png
  5. Go to Web Server(IIS) > Web Server > Common HTTP Features
  6. Check Static Content
    2020-11-11_16_17_33.png
  7. Go to Web Server(IIS) > Web Server > Security.
  8. Check Windows Authentication
    2020-11-11_16_18_36.png
  9. Move to the Features section.
  10. Click WCF Services > HTTP Activation.
    2020-11-11_16_20_25.png
  11. Install

 

Here are the exact steps to install the needed roles and features in Server 2012 R2(the steps should be very similar in Server 2008r2). 

  1. Open Server Manager on the Solr machine.
  2. Click Add roles and features.
  3. Click Next > until you get to Server Roles.
  4. Click the Application Server checkbox
  5. Click the Web Server (IIS) role.
  6. In the resulting screen click Add Features.
  7. Click Next to advance to Features. 
  8. Check ASP.Net 4.5.
  9. In WCF Services check HTTP Activation.
  10. Click Next to advance into Application Server Role Services.
  11. Click the checkbox for Web Server (IIS) Support.
  12. Click Add Features.
  13. Under Windows Process Activation Service Support, check HTTP Activation.
  14. Click the check box next for .Net Extensibility 4.5.
  15. Click Next twice to advance into Web Server Role (IIS) Role Services.
  16. Under Common HTTP Features, make certain Static Content is checked.
  17. Click Next and then Install on the next screen.