Hi all,
Can somebody help me to find why i cannot access to nodes parts (summary,...) in the cluster GUI.
I always have "communication failure (0)" when try to have a look on nodes.
The cluster is on another network but this network is on the same subnet.
here are network configuration:
master:
auto vmbr10
iface vmbr10 inet static
address 10.88.xxx.xxx
netmask 255.255.255.240
bridge_ports enp132s0f0.2001
bridge_stp off
bridge_fd 0
pre-up ip link set enp132s0f0 mtu 9000
post-up /sbin/ip route add 10.88.0.0/14 via 10.88.xxx.www
secoundary:
auto vmbr10
iface vmbr10 inet static
address 10.88.xxx.yyy
netmask 255.255.255.240
bridge_ports enp1s0f1.2002
bridge_stp off
bridge_fd 0
pre-up ip link set enp1s0f1 mtu 9000
post-up /sbin/ip route add 10.88.0.0/14 via 10.88.xxx.www
So cluster was created with pvecm create cluster -bindnet0_addr 10.88.xxx.xxx -ring0_addr 10.88.xxx.xxx
nodes were added with pvecm add 10.88.xxx.xxx -ring0_addr 10.88.xxx.yyy
have tested ping -f on each node and results looks ok:
from master node:
--- 10.88.xxx.yyy ping statistics ---
337181 packets transmitted, 337181 received, 0% packet loss, time 35954ms
rtt min/avg/max/mdev = 0.050/0.089/0.858/0.010 ms, ipg/ewma 0.106/0.090 ms
from secoundary node:
--- 10.88.xxx.xxx ping statistics ---
637333 packets transmitted, 637332 received, 0% packet loss, time 67855ms
rtt min/avg/max/mdev = 0.049/0.100/0.880/0.014 ms, ipg/ewma 0.106/0.101 ms
have tested multicast:
omping -c 600 -i 1 -q 10.88.xxx.xxx 10.88.xxx.yyy
and have this results
master:
10.88.xxx.yyy : unicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.094/0.447/0.542/0.090
10.88.xxx.yyy : multicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.133/0.457/0.553/0.079
secoundary:
10.88.xxx.xxx : unicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.115/0.379/0.461/0.079
10.88.xxx.xxx : multicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.135/0.380/0.461/0.076
Have also tested
omping -c 10000 -i 0.001 -F -q 10.88.xxx.xxx 10.88.xxx.yyy
master:
10.88.xxx.yyy : unicast, xmt/rcv/%loss = 9983/9983/0%, min/avg/max/std-dev = 0.064/0.172/0.327/0.057
10.88.xxx.yyy : multicast, xmt/rcv/%loss = 9983/9983/0%, min/avg/max/std-dev = 0.068/0.181/0.350/0.061
secoundary:
10.88.xxx.xxx : unicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.076/0.210/0.519/0.075
10.88.xxx.xxx : multicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.086/0.213/0.511/0.073
but all looks
As i saw into the forum, i reinstalled all nodes and activate unicats with adding this in corosync.conf after creating the cluster:
"transport: udpu" in totem{} and elevate the version.
Node was restarted after that modification. But the problem is still there.
Have also as i saw into forum regenerate certs with "pvecm updatecerts" but still have problems.
Does someone have an idea?
Thanks in advance
Can somebody help me to find why i cannot access to nodes parts (summary,...) in the cluster GUI.
I always have "communication failure (0)" when try to have a look on nodes.
The cluster is on another network but this network is on the same subnet.
here are network configuration:
master:
auto vmbr10
iface vmbr10 inet static
address 10.88.xxx.xxx
netmask 255.255.255.240
bridge_ports enp132s0f0.2001
bridge_stp off
bridge_fd 0
pre-up ip link set enp132s0f0 mtu 9000
post-up /sbin/ip route add 10.88.0.0/14 via 10.88.xxx.www
secoundary:
auto vmbr10
iface vmbr10 inet static
address 10.88.xxx.yyy
netmask 255.255.255.240
bridge_ports enp1s0f1.2002
bridge_stp off
bridge_fd 0
pre-up ip link set enp1s0f1 mtu 9000
post-up /sbin/ip route add 10.88.0.0/14 via 10.88.xxx.www
So cluster was created with pvecm create cluster -bindnet0_addr 10.88.xxx.xxx -ring0_addr 10.88.xxx.xxx
nodes were added with pvecm add 10.88.xxx.xxx -ring0_addr 10.88.xxx.yyy
have tested ping -f on each node and results looks ok:
from master node:
--- 10.88.xxx.yyy ping statistics ---
337181 packets transmitted, 337181 received, 0% packet loss, time 35954ms
rtt min/avg/max/mdev = 0.050/0.089/0.858/0.010 ms, ipg/ewma 0.106/0.090 ms
from secoundary node:
--- 10.88.xxx.xxx ping statistics ---
637333 packets transmitted, 637332 received, 0% packet loss, time 67855ms
rtt min/avg/max/mdev = 0.049/0.100/0.880/0.014 ms, ipg/ewma 0.106/0.101 ms
have tested multicast:
omping -c 600 -i 1 -q 10.88.xxx.xxx 10.88.xxx.yyy
and have this results
master:
10.88.xxx.yyy : unicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.094/0.447/0.542/0.090
10.88.xxx.yyy : multicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.133/0.457/0.553/0.079
secoundary:
10.88.xxx.xxx : unicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.115/0.379/0.461/0.079
10.88.xxx.xxx : multicast, xmt/rcv/%loss = 600/600/0%, min/avg/max/std-dev = 0.135/0.380/0.461/0.076
Have also tested
omping -c 10000 -i 0.001 -F -q 10.88.xxx.xxx 10.88.xxx.yyy
master:
10.88.xxx.yyy : unicast, xmt/rcv/%loss = 9983/9983/0%, min/avg/max/std-dev = 0.064/0.172/0.327/0.057
10.88.xxx.yyy : multicast, xmt/rcv/%loss = 9983/9983/0%, min/avg/max/std-dev = 0.068/0.181/0.350/0.061
secoundary:
10.88.xxx.xxx : unicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.076/0.210/0.519/0.075
10.88.xxx.xxx : multicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.086/0.213/0.511/0.073
but all looks
As i saw into the forum, i reinstalled all nodes and activate unicats with adding this in corosync.conf after creating the cluster:
"transport: udpu" in totem{} and elevate the version.
Node was restarted after that modification. But the problem is still there.
Have also as i saw into forum regenerate certs with "pvecm updatecerts" but still have problems.
Does someone have an idea?
Thanks in advance