Hi,
I've got 2 differents servers on proxmox.
The first (192.168.192.1) got a cluster "S3", with VPS, etc.
I want to add the second server (192.168.192.2) to that cluster. It was a debian server, so, I just reinstalled it on proxmox 2.0. I've done update, upgrade, and dist-upgrade. So, they are both on same version.
To be sure that the network support multicast, i've done "ssmpingd" on the first server, and, "asmping 224.0.2.1 192.168.192.1" on the second.
And, I get (on primary)
and that (on the secondary)
So, everything seems to be ok here.
Now, the problem is that i've got "cman_tool: Cannot open connection to cman, is it running ?" when I try to add the node with that "pvecm add 192.168.192.1" (on the secondary server)
I've looked at the script, and, it seems that there isn't the config file "/etc/cluster/cluster.conf".
Do I have missed something in the installation/configuration ?
-Ch@rlus
I've got 2 differents servers on proxmox.
The first (192.168.192.1) got a cluster "S3", with VPS, etc.
I want to add the second server (192.168.192.2) to that cluster. It was a debian server, so, I just reinstalled it on proxmox 2.0. I've done update, upgrade, and dist-upgrade. So, they are both on same version.
To be sure that the network support multicast, i've done "ssmpingd" on the first server, and, "asmping 224.0.2.1 192.168.192.1" on the second.
And, I get (on primary)
Code:
received request from 192.168.192.2
received request from 192.168.192.2
received request from 192.168.192.2
received request from 192.168.192.2
received request from 192.168.192.2
Code:
unicast from 192.168.192.1, seq=1 dist=0 time=2.682 msmulticast from 192.168.192.1, seq=1 dist=0 time=2.766 ms
unicast from 192.168.192.1, seq=2 dist=0 time=1.110 ms
multicast from 192.168.192.1, seq=2 dist=0 time=1.178 ms
unicast from 192.168.192.1, seq=3 dist=0 time=1.279 ms
multicast from 192.168.192.1, seq=3 dist=0 time=1.344 ms
unicast from 192.168.192.1, seq=4 dist=0 time=0.906 ms
multicast from 192.168.192.1, seq=4 dist=0 time=1.001 ms
Now, the problem is that i've got "cman_tool: Cannot open connection to cman, is it running ?" when I try to add the node with that "pvecm add 192.168.192.1" (on the secondary server)
I've looked at the script, and, it seems that there isn't the config file "/etc/cluster/cluster.conf".
Do I have missed something in the installation/configuration ?
-Ch@rlus