1DLM_STONITH(8) dlm DLM_STONITH(8)
2
3
4
6 dlm_stonith - a proxy for fencing via stonith/pacemaker
7
8
10 dlm_stonith
11
12
14 dlm_controld can use dlm_stonith as a proxy fence agent when the
15 stonith/pacemaker system performs actual fencing.
16
17 dlm_stonith is run by dlm_controld, and is not meant to be run manu‐
18 ally. dlm_controld provides the options on stdin as key=val; command
19 line options are for testing.
20
21 If fencing was successful, this program has a zero exit code. If fenc‐
22 ing failed, this program has a non-zero exit code.
23
24
26 -n nodeid
27
28 The nodeid of the target node. (stdin key is "node")
29
30 -t fail_time
31
32 The time(2) at which the target node failed. If this option is pro‐
33 vided, and the last fencing time is later, then a new fencing request
34 is not made.
35
36
38 dlm_controld(8), dlm.conf(5)
39
40
41
42
43dlm 2013-08-01 DLM_STONITH(8)