Installing One or More Search Servers

Use these steps to add a search server to your on-premise HA search configuration.

  1. Install the Jive Linux package on the search servers that will be part of your HA search service configuration.
  2. Enable the search service to start by typing the following command as the jive user:
    jive enable search
  3. Verify that the port is correct for your setup in the main-args.properties file (located in /usr/local/jive/services/search-service/). In our example, it would look like this:
    PORT=30000
  4. Restart the search service using the following command as the jive user:
    jive restart search