如何设置不同IP段的confluence数据中心集群?
How to set confluence data center cluster with different IP segment?
我有两个不同的 IP 段服务器:
区域 1:
- 10.2.100.1
- 10.2.100.2
区域 2:
- 10.2.200.1
- 10.2.200.2
他们正在使用 4 个服务器。
我想使用 confluence 数据中心产品将它们连接到一个集群中。所以我在每个服务器中设置了这些项目:
<property name="confluence.cluster">true</property>
<property name="confluence.cluster.home">/home/confluence/sharedhome</property>
<property name="confluence.cluster.interface">bond0</property>
<property name="confluence.cluster.join.type">tcp_ip</property>
<property name="confluence.cluster.name">confluence</property>
<property name="confluence.cluster.peers">10.2.100.1,10.2.100.2,10.2.200.1,10.2.200.2</property>
但我在区域 1 的汇流仪表板中只能看到两台具有网段 IP 10.2.100
的服务器。如果我切换到区域 2 服务器集群,我可以看到两个 IP 段为 10.2.200
.
的节点
他们没有加入。
作为官方指南,如果使用multicast IP
可能是另一个结果:
但是在这种情况下如何设置多播IP?
顺便说一句,我在node3和node4加入集群后在node1上出现了这个错误:
[Origin node: d62bd1bf listening on /10.2.100.1:5801] Clustered Confluence: Database is being updated by an instance which is not part of the current cluster. You should check network connections between cluster nodes, especially multicast traffic.
我们避免使用多播,而是在每个主机的配置文件中对主机名进行硬编码。我们的网络人员并不热衷于启用多播
我有两个不同的 IP 段服务器:
区域 1:
- 10.2.100.1
- 10.2.100.2
区域 2:
- 10.2.200.1
- 10.2.200.2
他们正在使用 4 个服务器。
我想使用 confluence 数据中心产品将它们连接到一个集群中。所以我在每个服务器中设置了这些项目:
<property name="confluence.cluster">true</property>
<property name="confluence.cluster.home">/home/confluence/sharedhome</property>
<property name="confluence.cluster.interface">bond0</property>
<property name="confluence.cluster.join.type">tcp_ip</property>
<property name="confluence.cluster.name">confluence</property>
<property name="confluence.cluster.peers">10.2.100.1,10.2.100.2,10.2.200.1,10.2.200.2</property>
但我在区域 1 的汇流仪表板中只能看到两台具有网段 IP 10.2.100
的服务器。如果我切换到区域 2 服务器集群,我可以看到两个 IP 段为 10.2.200
.
他们没有加入。
作为官方指南,如果使用multicast IP
可能是另一个结果:
但是在这种情况下如何设置多播IP?
顺便说一句,我在node3和node4加入集群后在node1上出现了这个错误:
[Origin node: d62bd1bf listening on /10.2.100.1:5801] Clustered Confluence: Database is being updated by an instance which is not part of the current cluster. You should check network connections between cluster nodes, especially multicast traffic.
我们避免使用多播,而是在每个主机的配置文件中对主机名进行硬编码。我们的网络人员并不热衷于启用多播