1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.TH DLM_STONITH 8 2013-08-01 dlm dlm
.SH NAME
dlm_stonith \- a proxy for fencing via stonith/pacemaker
.SH SYNOPSIS
.B dlm_stonith
.SH DESCRIPTION
dlm_controld can use dlm_stonith as a proxy fence agent when
the stonith/pacemaker system performs actual fencing.
dlm_stonith is run by dlm_controld, and is not meant to be
run manually. dlm_controld provides the options on stdin
as key=val; command line options are for testing.
If fencing was successful, this program has a zero exit code.
If fencing failed, this program has a non-zero exit code.
.SH OPTIONS
.BI \-n " nodeid"
The nodeid of the target node. (stdin key is "node")
.BI \-t " fail_time"
The time(2) at which the target node failed.
If this option is provided, and the last fencing time is
later, then a new fencing request is not made.
.SH SEE ALSO
.BR dlm_controld (8),
.BR dlm.conf (5)
|