Installing One or More Search Ingress Replicators

Use these steps to add an ingress replicator server to your on-premise HA search configuration.

  1. Install the Jive Linux package on the ingress replicator servers that will be part of your HA search service configuration.
  2. Enable the ingress replicator to start by typing the following command as the jive user:
    jive enable ingress-replicator
  3. Verify that the following properties in the main-args.properties file (located in /usr/local/jive/services/ingress-replicator-service/). In our example, they would 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
    REPLICATE_REBUILD_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=search01.eng.yourdomain.com:30000,search02.eng.yourdomain.com:30000
    REPLICATE_INDEX_MANAGE_TO_THESE_COMMA_SEPARATED_HOST_COLON_PORT_TUPLES=search01.eng.yourdomain.com:30000,search02.eng.yourdomain.com:30000
  4. Restart the ingress replicator service using the following command as the jive user:
    jive restart ingress-replicator