Use these steps to add a search server to your on-premise HA search configuration.
- Install the Jive Linux package on the search servers that will be
part of your HA search service configuration.
- Enable the search service to start by typing the following command as the jive
user:
jive enable search
- 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
- Restart the search service using the following command as the jive
user:
jive restart search