1
2fence_node(8) System Manager's Manual fence_node(8)
3
4
5
7 fence_node - A program which performs I/O fencing on a single node.
8
9
11 fence_node [OPTION]...
12
13
15 fence_node is a program which accumulates all the necessary information
16 for I/O fencing a particular node and then performs the fencing action
17 by issuing a call to the proper fencing agent. fence_node gets the
18 necessary information from the Cluster Configuration System (CCS). CCS
19 must be running and properly configured for fence_node to work prop‐
20 erly.
21
22
24 -h Help. Print out the usage syntax.
25
26 -O Force a connection to CCS. This overrides the usual requirement
27 that the cluster be quorate to get information from ccs.
28
29 -V Print version information.
30
31
33 To fence a node called ``bellerophon'':
34 prompt> fence_node bellerophon
35
36
38 fence(8), ccs(7)
39
40
41
42 fence_node(8)