Recent content by cognitec

  1. C

    Proxmox High Availability Cluster live migration

    Hi, I now have an existing Proxmox cluster. I set up a test NFS server, 3 nodes installed with Proxmox and fencing up and running. (tested successfully, I used the fencing with a managed switch) Now I have one question: When I create a virtual maschine on one of the nodes, after setting it to...
  2. C

    Proxmox High Availability Cluster

    Ok...than it is my fault... I just don't understand how to configure it, since I have no "fence devices" and just wanted to have a simple test envoirenment :-( And the wiki article is not helpful to me since I just don't understand it, maybe because English is not my native language...but that...
  3. C

    Proxmox High Availability Cluster

    Hi Tom, thanks for the answer. Do you mean the "fence_tool ls" command with testing? root@sabik:~# fence_tool ls fence domain member count 3 victim count 0 victim now 0 master nodeid 1 wait state none members 1 2 3 My cluster.conf: <?xml version="1.0"?> <cluster...
  4. C

    Proxmox High Availability Cluster

    Hi, I'm trying to set up a HA Cluster with Proxmox. Before we want to use it in our infrastructure I want to test and try out as much as possible. So what I did so far is: - set up 1 testmachine as NFS server - set up 3 nodes with proxmox - configured fencing and cluster like discribed in the...