Search results

  1. C

    Cluster with unicast

    Thanks for the reply but, now, i've got a new problem... Juste maked a fresh install (on proxmox 2.3) and, cman cannot start at all. When I try to do "apt-get install cman", it told me that there is problem with dependency : Dépend: libccs3 (>= 3.0.12) mais ne sera pas installé...
  2. C

    Cluster with unicast

    Well, That's what I did. But now, new problem, after a fresh install of server 2, i can't do anything on it : Cman is not running and, when I try to launch it, It doesn't print anything : root@server2:~# /etc/init.d/cman restart root@server2:~# Any idea ?
  3. C

    Cluster with unicast

    Hello, As OVH doesn't support multicast, I decided to configure my cluster to use unicast. So, I created a cluster on Node 1, changed conf to add unicast", and added the following line in /etc/hosts "IP.OF.NOD.2 nsXXXXXX.ovh.net nsXXXXXX" and rebooted the node. I reinstalled node...
  4. C

    Add nodes to a culster

    What "subscription" do I need ?
  5. C

    Add nodes to a culster

    Up again ? Sorry but I really need to have the node up :/
  6. C

    Add nodes to a culster

    It seems that multicalst is enabled and is working, because i get unicast from 192.168.192.1, seq=1 dist=0 time=0.993 ms multicast from 192.168.192.1, seq=1 dist=0 time=1.068 ms unicast from 192.168.192.1, seq=2 dist=0 time=0.917 ms multicast from 192.168.192.1, seq=2 dist=0 time=0.974 ms...
  7. C

    Add nodes to a culster

    Okay, now I have "Waiting for quorum... Timed-out waiting for cluster [FAILED]"... What's the problem now ?
  8. C

    Add nodes to a culster

    Hi, On the wiki page, it is written that we need to do "pvecm add IP-ADDRESS-CLUSTER" on my secondary server. But, when I do that, i've got '"cman_tool: Cannot open connection to cman, is it running ?", caused because there isn't the config file "/etc/cluster/cluster.conf".... -Ch@rlus
  9. C

    Add nodes to a culster

    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...