Installing one or more Search servers
Use these steps to add a search server to your on-premise HA search configuration.
To install a Search server:
- Install the Jive Linux package on the search servers that will be part of your HA search service configuration. For more information, see Installing Jive package and starting up.
- 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 this example, it looks like this:PORT=30000
- Restart the search service by using the following command as the jive user:
jive restart search