Search results

  1. F

    [SOLVED] Error Service CMan Stopped in Cluster

    Hi RobFantini thank for reply, After reboot the node2 ago 3 days, the service it's normal I run: ccs_config_dump in both nodes, attacht the results I don't know why the service stopped sometimes Thank for your help!
  2. F

    [SOLVED] Error Service CMan Stopped in Cluster

    Hi everyone! I have a problem with my Cluster of two nodes, the first node not present problems but the second node after 3 or 4 days stopped the service CMan, the only solution is reboot the second node and after 3 or 4 days stopped the service again My cluster is configure: Node1...
  3. F

    NFS Share from Proxmox host

    Hi monkeyboy, 1. Only you must perform a "mount" if you are installing a new hard drive or partition in Proxmox, if you only have one partition then you have to create a folder where you want example: /mnt/backupvm (or /home/copiasvm wherever you want) and add a new line to the file...
  4. F

    NFS Share from Proxmox host

    Hi, follow this steps: Update: apt-get update Install: apt-get install nfs-common nfs-kernel-server Edit your file NFS: nano /etc/exports You have entry new line in /etc/exports of directory to shared i.e: /mnt/backupvm 192.168.50.0/255.255.255.0(rw) /mnt/backupvm is your directory...
  5. F

    [SOLVED] How to configure cluster 2 nodes with DRBD

    Heyy my friend thanks very much!! With this simple command: drbdadm -- --overwrite-data-of-peer primary r0 My problem was solved! Thanks again :)
  6. F

    [SOLVED] How to configure cluster 2 nodes with DRBD

    Hi, thanks for your time :) This is my file /etc/drbd.d/global_common.conf global { usage-count no; } common { protocol C; startup { wfc-timeout 0; degr-wfc-timeout 60; become-primary-on both; }...
  7. F

    [SOLVED] How to configure cluster 2 nodes with DRBD

    Hi, this is my firts post I'm going to configure a Cluster of 2-node using DRBD, I first need to configure the node1 and two weeks later configure the node2, here my problem: I don't know how to configure the service drbd for first node and later the second node. When i try start the service...