1fence_xcat(8) System Manager's Manual fence_xcat(8)
2
3
4
6 fence_xcat - I/O Fencing agent for xcat environments
7
8
10 fence_xcat [OPTION]...
11
12
14 fence_xcat is a wrapper to the rpower(1) command that is distributed
15 with the xCAT project available at http://www.xcat.org. Use of
16 fence_xcat requires that xcat has already been properly configured for
17 your environment. Refer to xCAT(1) for more information on configuring
18 xCAT.
19
20 fence_xcat accepts options on the command line as well as from stdin.
21 fenced sends parameters through stdin when it execs the agent.
22 fence_xcat can be run by itself with command line options which is use‐
23 ful for testing.
24
25 NOTE: It is recommended that fence_bladecenter(8) is used instead of
26 fence_xcat if the bladecenter firmware supports telnet. This interface
27 is much cleaner and easier to setup.
28
29 Vendor URL: http://www.xcat.org
30
31
33 -h Print out a help message describing available options, then
34 exit.
35
36 -n nodename
37 The nodename as defined in nodelist.tab of the xCAT setup.
38
39 -o action
40 The action required. on, off, reset (default) or stat.
41
42 -r rpower
43 The path to the rpower binary.
44
45 -q Quiet mode: print only error messages.
46
47 -V Print out a version message, then exit.
48
49
51 agent = < param >
52 This option is used by fence_node(8) and is ignored by
53 fence_xcat.
54
55 nodename = < param >
56 The nodename as defined in nodelist.tab of the xCAT setup.
57
58 action = < param >
59 The action required. on, off, reset (default) or stat.
60
61 rpower = < param >
62 The path to the rpower binary.
63
64
66 fence(8), fence_node(8), fence_bladecenter(8), nodelist.tab(8),
67 rpower(1), xCAT(1)
68
69
70
71 fence_xcat(8)