I'm trying to get stonith to work on a two-node cluster using Dell iDrac. If I run stonith manually with a command like:
node1# stonith -t ipmilan -F node2-param-file node2 This works both ways; the remote node reboots. So I should be able to rule out DRAC configuration issues. I have also checked, double-checked, and triple checked that the parameters in the stonith resources are specified correctly and match those from the param-files (almost, see below). However, when the cluster starts, the stonith resources fail to start. If I run a cleanup command to clear out the old status, here is what happens: Apr 01 15:20:13 vmserve.scd.ucar.edu lrmd: [13093]: debug: stonithd_receive_ops_result: begin Apr 01 15:20:13 vmserve.scd.ucar.edu stonithd: [5607]: debug: Child process unknown_stonith-vm1_monitor [13094] exited, its exit code: 7 when signo=0. Apr 01 15:20:13 vmserve.scd.ucar.edu stonithd: [5607]: debug: stonith-vm1's (ipmilan) op monitor finished. op_result=7 Apr 01 15:20:13 vmserve.scd.ucar.edu stonithd: [5607]: debug: client STONITH_RA_EXEC_13093 (pid=13093) signed off Apr 01 15:20:13 vmserve.scd.ucar.edu lrmd: [5606]: WARN: Managed stonith-vm1:monitor process 13093 exited with return code 7. confirmed=true) not running One possible issue is that the param-files specify reset_method=power_cycle, but if I try to set this with "crm edit", it says that reset_method is an unknown parameter: ERROR: stonith-vm1: parameter reset_method does not exist This inside crm immediately on exiting the editor. Any ideas on how I can repair this so that the stonith resources will start properly? Any other information I should provide? Thank you, --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
