1
2fence_manual(8) System Manager's Manual fence_manual(8)
3
4
5
7 fence_manual - program run by fenced as a part of manual I/O Fencing
8
9
11 fence_manual [OPTION]...
12
13
15 fence_manual is run by fenced. It creates a fifo and waits for its
16 counter-part fence_ack_manual(8) to acknowledge that a failed node has
17 been reset. fence_ack_manual(8) should only be run after the operator
18 has reset the faulty node. While waiting for the manual acknowledge‐
19 ment, fence_manual also watches for the faulty node to rejoin the clus‐
20 ter; if it does, it's taken as an acknowledgement and completes.
21
22 Note: fence_manual is provided for use during testing and evaluation
23 only. Sites should not use fence_manual as the primary fencing method
24 on a production cluster.
25
26
28 -h Print out a help message describing available options, then
29 exit.
30
31 -q quiet mode, no output.
32
33 -n nodename
34 The node name (usually hostname) of the machine that needs to be
35 reset or disconnected from shared storage.
36
37 -V Print out a version message, then exit.
38
39
41 agent = < param >
42 This option is used by fence_node(8) and is ignored by
43 fence_manual.
44
45 nodename = < param >
46 The node name (usually hostname) of the machine that needs to be
47 reset or disconnected from storage.
48
49 ipaddr = < param >
50 IP address or hostname of the machine that needs to be reset or
51 disconnected from storage. (Deprecated; use nodename instead.)
52
53
55 fence(8), fence_node(8), fence_ack_manual(8)
56
57
58
59 fence_manual(8)