<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">The problem was my error. I was using "," to separate my hosts instead of ";".<br><br>The correct format for my STONITH resource is:<br># pcs stonith create BladeStonith fence_bladecenter pcmk_host_map="storage1.localdomain:7;storage2.localdomain:8;storage3.localdomain:9" ipaddr=10.48.64.40 login=fence passwd=PASSWD action=off<br><div><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><span><br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Robbie
 Reese <jr621@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> "pacemaker@oss.clusterlabs.org" <pacemaker@oss.clusterlabs.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, March 14, 2013 8:49 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> [Pacemaker] IBM BladeCenter HS22 STONITH<br> </font> </div> <br>
<div id="yiv993667479"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;"><div>Hi</div><div><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">I'm trying to configure STONITH with my BladeCenter HS22 but I'm running into some issues. <br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">This is on CentOS 6.4 with the following pacemaker packages:</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;
font-style:normal;"><br>pacemaker-cli-1.1.8-7.el6.x86_64<br>pacemaker-1.1.8-7.el6.x86_64<br>pacemaker-libs-1.1.8-7.el6.x86_64<br>pacemaker-cluster-libs-1.1.8-7.el6.x86_64<br><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">I have 3 blades all configured as follows:<br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"># pcs status<br>Last updated: Thu Mar 14 04:42:37 2013<br>Last change: Thu Mar 14 04:38:16 2013 via cibadmin on storage1.localdomain<br>Stack: classic openais (with plugin)<br>Current DC: storage1.localdomain - partition with quorum<br>Version: 1.1.8-7.el6-394e906<br>3
 Nodes configured, 3 expected votes<br>1 Resources configured.<br><br><br>Online: [ storage1.localdomain storage2.localdomain storage3.localdomain ]<br><br>Full list of resources:<br><br> BladeStonith   (stonith:fence_bladecenter):    Started storage1.localdomain<br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">The fence resource I've created is as follows:</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times,
 serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"># pcs stonith create BladeStonith fence_bladecenter pcmk_host_list="storage1.localdomain,storage2.localdomain,storage3.localdomain" pcmk_host_map="storage1.localdomain:7,storage2.localdomain:8,storage3.localdomain:9" ipaddr=10.48.64.40 login=fence passwd=PASSWORD action=off</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">When I try to test a reboot of a node I get the following error message:</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times,
 serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"># stonith_admin --reboot storage2.localdomain</div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">Mar 14 04:39:04 storage1 stonith_admin[11450]:   notice: crm_log_args: Invoked: stonith_admin --reboot storage2.localdomain<br>Mar 14 04:39:04 storage1 stonith-ng[2169]:   notice: handle_request: Client stonith_admin.11450.e3fd7c77 wants to fence (reboot) 'storage2.localdomain' with device '(any)'<br>Mar 14 04:39:04 storage1 stonith-ng[2169]:   notice:
 initiate_remote_stonith_op: Initiating remote operation reboot for storage2.localdomain: b99cc9b2-73df-43d4-9e6b-78b83975c54b (0)<br>Mar 14 04:39:06 storage1 stonith-ng[2169]:    error: log_operation: Operation 'reboot' [11453] (call 0 from stonith_admin.11450) for host 'storage2.localdomain' with device 'BladeStonith' returned: -1001 (Generic Pacemaker error)<br>Mar 14 04:39:06 storage1 stonith-ng[2169]:  warning: log_operation: BladeStonith:11453 [ Parse error: Ignoring unknown option 'nodename=storage2.localdomain' ]<br>Mar 14 04:39:06 storage1 stonith-ng[2169]:  warning: log_operation: BladeStonith:11453 [ Failed: Unable to obtain correct plug status or plug is not available ]<br>Mar 14 04:41:28 storage1 stonith-ng[2169]:    error: remote_op_done: Operation reboot of storage2.localdomain by storage1.localdomain for stonith_admin.11450@storage1.localdomain.b99cc9b2: Timer expired<br>Mar 14 04:41:28 storage1
 crmd[2173]:   notice: tengine_stonith_notify: Peer storage2.localdomain was not terminated (st_notify_fence) by storage1.localdomain for storage1.localdomain: Timer expired (ref=b99cc9b2-73df-43d4-9e6b-78b83975c54b) by client stonith_admin.11450<br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;">I've got the plug assignmants corrosponding to the blades correct, I'm not sure why the blades aren't fencing?<br></div></div></div></div><br>_______________________________________________<br>Pacemaker mailing list: <a ymailto="mailto:Pacemaker@oss.clusterlabs.org" href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br><a
 href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br><br>Project Home: <a href="http://www.clusterlabs.org/" target="_blank">http://www.clusterlabs.org</a><br>Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>Bugs: <a href="http://bugs.clusterlabs.org/" target="_blank">http://bugs.clusterlabs.org</a><br><br><br> </div> </div>  </div></body></html>