Hi list,
I have pacemaker-1.1.2, corosync-1.2.3 and try to implement a meatware
resource.
(Btw. stonith -t (as referenced in
http://www.clusterlabs.org/doc/crm_fencing.html seems not exist in
RHEL6).
I try to perfrom with crm configure:
primitive st-node1 stonith:meatware \
params host_list="node1"
primitive st-node2 stonith:meatware \
params host_list="node2"
location l-st-node1 st-node1 -inf: node1
location l-st-node2 st-node2 -inf: node2
But following error occurs:
ERROR: 28: st-node1: parameter host_list does not exist
ERROR: 28: st-node2: parameter host_list does not exist
Even if set params to
primitive st-node2 stonith:meatware \
params hostlist="node2"
similar error occurs.
ERROR: 28: st-node1: parameter hostlist does not exist
ERROR: 28: st-node2: parameter hostlist does not exist
How can stonith be implemented, and where is "stonith" binary?
rpm -ql pacemaker | grep ston
/usr/lib64/heartbeat/plugins/RAExec/stonith.so
/usr/lib64/heartbeat/stonith-test
/usr/lib64/heartbeat/stonithd
/usr/sbin/stonith_admin
/usr/share/man/man8/stonith_admin.8.gz
Thanks for your help in advance.
ap.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems