After you've successfully added the new node as described above, you'll need the
other nodes to point to the new Search Service node. Here's how to do that:
-
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 should look something like this:
PORT=29000
REPLICATE_INGRESS_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=cs-d-hadoop02.eng.yourdomain.com:30000,cs-d-hadoop03.eng.yourdomain.com:30000
-
Restart the Ingress Replicator services (service jive-ingress-replicator-service start).
-
Add the Ingress Replicator services back into the load balancer configuration.