Pointing to new search node

You should point the other nodes to the new search node you have added.

After you've successfully added the new node, as described in Adding new search node to your configuration, you need the other nodes to point to the new search service node. Here is how to do that:

  1. In /usr/local/jive/services/ingress-replicator-service/, re-configure ingress replicator 1 and 2 to include search service 3. Set the load balancer to forward the ingress service to all machines holding the ingress replicator, and the ingress replicators to forward to all machines where the search service runs. The relevant parameters in the main-args.properties file for this example look like this:
    PORT=29000
    REPLICATE_INGRESS_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=guaranteed:all:search01.yourdomain.com:30000,guaranteed:all:search02.yourdomain.com:30000,guaranteed:all:search03.yourdomain.com:30000
    REPLICATE_REBUILD_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=search01.eng.yourdomain.com:30000,search02.eng.yourdomain.com:30000,search03.yourdomain.com:30000
    REPLICATE_INDEX_MANAGE_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=search01.eng.yourdomain.com:30000,search02.eng.yourdomain.com:30000
  2. Restart the ingress replicator services.
    jive restart ingress-replicator
  3. Add the ingress replicator services back into the load balancer configuration.

Diagram of HA On-prem Search: How to configure the newly added Search node