File: dlm_stonith.8

package info (click to toggle)
dlm 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: ansic: 15,665; makefile: 376; python: 274; sh: 150
file content (36 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (5)
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)