I've been trying to get my APC switched PDU working with Pacemaker using Red Hat's fence_apc fence agent. The agent itself works fine. I can fence nodes using:
fence_na -a 192.168.1.6 -l apc -p secret -n 1 -o reboot When I try to fence using CRM though, I get these two errors: st_output="Parse error: Ignoring unknown option 'nodename=an-node02.alteeve.com'#012Failed: Unable to obtain correct plug status or plug is not available#012" The configuration is: # crm configure show node an-node01.alteeve.com \ attributes standby="off" node an-node02.alteeve.com \ attributes standby="off" primitive apc-fencing stonith:fence_apc \ params \ pcmk_host_map="an-node01.alteeve.com:1,an-node02.alteeve.com:2" \ pcmk_host_list="an-node01.alteeve.com an-node02.alteeve.com" \ pcmk_host_check="static-list" \ ipaddr="192.168.1.6" \ action="reboot" \ login="apc" \ passwd="secret" \ port="TBA" \ property $id="cib-bootstrap-options" \ dc-version="1.1.5-5.el6-01e86afaaa6d4a8c4836f68df80ababd6ca3902f" \ cluster-infrastructure="openais" \ expected-quorum-votes="2" \ stonith-enabled="true" The full log file and the 'pe-warn' file are quite long and would wrap badly in email. So I've put them up here: http://wiki.alteeve.com/index.php/CRM_troubles Any idea what magic I am missing? :) -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker