Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The escaped single quotes around the remote-locators property are because of the comma.

  2. If these commands are being tested on the same host, then in addition to the locator ports, the following ports will also need to be unique and configured on the command line:

  • jmx-manager-http-port (configured like --J=-Dgemfire.jmx-manager-http-port=8081)

  • jmx-manager-port (configured like --J=-Dgemfire.jmx-manager-port=1091)

The figure below shows the locators connected to each other across the WAN network.

...

Code Block
connect --locator=ln_host[10331]
create gateway-sender --id=ny --remote-distributed-system-id=1 --parallel=true
create gateway-sender --id=tk --remote-distributed-system-id=3 --parallel=true
create gateway-receiver
alter region --name=data --gateway-sender-id=ny,tk

 

TK Site

Code Block
connect --locator=tk_host[10331]
create gateway-sender --id=ny --remote-distributed-system-id=1 --parallel=true
create gateway-sender --id=ln --remote-distributed-system-id=2 --parallel=true
create gateway-receiver
alter region --name=data --gateway-sender-id=ny,ln

...

Supported Topologies

The GemFire Multi-site Architecture supports several different topologies. See the GemFire documentation for additional details regarding supported and unsupported configurations.

...