Cannot start rgmanager on one node

  • Thread starter Thread starter kameleon
  • Start date Start date
K

kameleon

Guest
I have 3 nodes setup with 2.1. They are all Dell machines with 2 being 2900's with DRAC 5's and one R610 with a DRAC 6. I have the following cluster.conf:

Code:
<?xml version="1.0"?>
<cluster name="MDAH" config_version="5">

  <cman keyfile="/var/lib/pve-cluster/corosync.authkey">
  </cman>
  <fencedevices>
   <fencedevice agent="fence_drac5" ipaddr="10.8.1.101" login="root" name="vms1" passwd="********" secure="1"/>
   <fencedevice agent="fence_drac5" cmd_prompt="admin1->" ipaddr="10.8.1.102" login="root" name="vms2" passwd="********" secure="1"/>
   <fencedevice agent="fence_drac5" ipaddr="10.8.1.103" login="root" name="vms3" passwd="********" secure="1"/>
  </fencedevices>
  <clusternodes>
  <clusternode name="gandhi" votes="1" nodeid="1">
   <fence>
    <method name="1">
     <device name="vms1"/>
    </method>
   </fence>
  </clusternode>
  <clusternode name="hood" votes="1" nodeid="2">
   <fence>
    <method name="1">
     <device name="vms3"/>
    </method>
   </fence>
  </clusternode>
<clusternode name="akira" votes="1" nodeid="3">
   <fence>
    <method name="1">
     <device name="vms2"/>
    </method>
   </fence>
  </clusternode>
</clusternodes>
<rm>
  <service autostart="1" exclusive="0" name="TestIP" recovery="relocate">
   <ip address="10.8.1.1"/>
  </service>
</rm>

</cluster>

VMS2, aka akira, aka node3, is the one with the drac6 in it and the one that will not start rgmanager. When I tail -f /var/log/pve/tasks/active I get this: "'/etc/init.d/rgmanager start' failed: exit code 1" and when I try to start it manually I get: root@akira:~# /etc/init.d/rgmanager start
Starting Cluster Service Manager: [FAILED]

Also, the "TestIP" is supposed to be something that it can ping right? The wiki was not clear on that.
 
Not following you. How do I enable fenced? All three machines are fresh installs from the 2.1 iso. This is the only one with more than 2 network interfaces though but that shouldn't be an issue.