如何 运行 2 个独立服务器上的 2 个定位器
How to run 2 Locators on 2 seperate servers
服务器 1,运行 下面的代码:
start locator --name=locator1 --bind-address=xxx.xx.xx.111 --port=10334 --properties-file=..\config\gemfire.properties
服务器 2,
connect --locator=locator1[10334]
然后,
start locator --name=locator2 --bind-address=xxx.xx.xx.222 --port=10335 --properties-file=..\config\gemfire.properties
列出成员时使用:
list members
我确实看到了两个定位器,但第二个定位器似乎陷入无限循环的起始阶段。日志不是很有帮助。我是否正确启动了定位器?
这个问题的解决方案是 PORTS...
完全禁用防火墙允许第二个定位器成功启动。
下一步是打开正确的端口。
更具体地说,它是第二个定位器上的端口,因为它们正在 彼此
服务器 1,运行 下面的代码:
start locator --name=locator1 --bind-address=xxx.xx.xx.111 --port=10334 --properties-file=..\config\gemfire.properties
服务器 2,
connect --locator=locator1[10334]
然后,
start locator --name=locator2 --bind-address=xxx.xx.xx.222 --port=10335 --properties-file=..\config\gemfire.properties
列出成员时使用:
list members
我确实看到了两个定位器,但第二个定位器似乎陷入无限循环的起始阶段。日志不是很有帮助。我是否正确启动了定位器?
这个问题的解决方案是 PORTS... 完全禁用防火墙允许第二个定位器成功启动。
下一步是打开正确的端口。
更具体地说,它是第二个定位器上的端口,因为它们正在 彼此