Hi,

fencing with iDRAC6 works for me with the following parts in the cluster config:

<fencedevices>
<fencedevice agent="fence_idrac" ipaddr="xxx.xxx.xxx.xxx" login="root" name="kh-proxmox1-idrac" passwd="xxx"/>
    [...]
</fencedevices>

<clusternodes>

    <clusternode name="kh-proxmox1" nodeid="1" votes="1">
      <fence>
        <method name="1">
          <device name="kh-proxmox1-idrac"/>
        </method>
      </fence>
    </clusternode>
    [...]
</clusternodes>

So maybe try the fence_idrac agent

Steffen.

On 25.03.2013 17:25, Jonathan Schaeffer wrote:
Hi,

I'm testing the fencing on my cluster of DeLL servers with iDRAC6.

No particular problem with the global setup (I guess) the wiki is pretty usefull for that.

I can reboot my server without problem using the fence_idrac command directly :
fence_drac5  -a pmtest3-ipmi -l proxmox -p xxxxx -c "admin1->"
The return code is 0.

When I try the same whith fence_node, the server switches off, but the command returns an error. So fenced continues to kill the server indefinitely.

# fence_node pmtest3 -vv
fence pmtest3 dev 0.0 agent fence_drac5 result: error from agent
agent args: nodename=pmtest3 agent=fence_drac5 cmd_prompt=admin1-> ipaddr=172.16.7.33 login=proxmox login_timeout=20 passwd=xxxxxx secure=1
fence pmtest3 failed

In /var/log/pve/fenced.log :
Mar 25 17:00:24 fenced fencing node pmtest3
Mar 25 17:00:32 fenced fence pmtest3 dev 0.0 agent fence_drac5 result: error from agent
Mar 25 17:00:32 fenced fence pmtest3 failed


I don't know what to do to solve this. Any hint ?

Thanks,

jonathan


_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to