Configuring SOLR™ as a service - AcceleratorKMS - Version 3.12 - Installation & Upgrade - Hexagon

AcceleratorKMS Installation and Configuration

Language
English
Product
AcceleratorKMS
Search by Category
Installation & Upgrade
AcceleratorKMS Version
3.12

Before you begin

  • Download an application like NSSM2.24 or use the service creation tool in windows to create a service for SOLR.

Create the service using NSSM

  1. Extract the following zip file to a folder on the application server:

    nssm2.24

  2. Using an administrator command prompt navigate to the location of the nssm.exe file included in this installation bundle.

    Example: cd C:\software\nssm-2.24\nssm-2.24\win64

  3. Run the application to create the service:

    nssm install SOLR

    A window appears to create the service.

  4. On the NSSM service installer window, in the Application tab, add the following:

    • Path

    • Start directory

    • Arguments

  5. On the NSSM service installer window, in the Details tab, add the following:

    • Display name

    • Description

    • Startup type for the service

    If the service was created successfully, you should see the following window:

  6. In the command prompt navigate back to the SOLR bin directory.

    Example: C:\SOLR\bin.

  7. Now check the service is not running using:

    solr status

  8. If the window is still running, then stop the service using:

    solr stop -all

  9. Open the services console and start the SOLR service or from the command prompt type the following:

    net start SOLR

  10. Right-click on the SOLR Service and select Start.

    If successfully started the service status will say running.

Results

SOLR is installed for AcceleratorKMS.