1fence_egenera(8) System Manager's Manual fence_egenera(8)
2
3
4
6 fence_egenera - I/O Fencing agent for the Egenera BladeFrame
7
8
10 fence_egenera [OPTION]...
11
12
14 fence_egenera is an I/O Fencing agent which can be used with the Egen‐
15 era BladeFrame. It logs into a control blade (cserver) via ssh and
16 operates on a processing blade (pserver) identified by the pserver name
17 and the logical process area network (LPAN) that it is in. fence_egen‐
18 era requires that ssh keys have been setup so that the fence_egenera
19 does not require a password to authenticate. Refer to ssh(8) for more
20 information on setting up ssh keys.
21
22 fence_egenera accepts options on the command line as well as from
23 stdin. Fenced sends parameters through stdin when it execs the agent.
24 fence_egenera can also be run by itself with command line options.
25
26 Vendor URL: http://www.egenera.com
27
28
30 -c cserver
31 The cserver to ssh to. cserver can be in the form user@hostname
32 to specify a different user to login as.
33
34 -u user
35 Login name. Default login name is 'root'
36
37 -h Print out a help message describing available options, then
38 exit.
39
40 -l lpan
41 the lpan to operate on
42
43 -o action
44 The action required. reboot (default), off, on or status.
45
46 -p pserver
47 the pserver to operate on
48
49 -f seconds
50 Wait X seconds before fencing is started
51
52 -q quite mode. suppress output.
53
54 -V Print out a version message, then exit.
55
56
58 action = < param >
59 The action required. reboot (default), off, on or status.
60
61 user = < param >
62 Login name. Default login name is 'root'
63
64 agent = < param >
65 This option is used by fence_node(8) and is ignored by
66 fence_apc.
67
68 cserver = < param >
69 The cserver to ssh to. cserver can be in the form user@hostname
70 to specify a different user to login as.
71
72 lpan = < param >
73 The lpan to operate on
74
75 pserver = < param >
76 The pserver to operate on
77
78 esh = < param >
79 The path to the esh command on the cserver (default is /opt/pan‐
80 mgr/bin/esh)
81
82 delay = < param >
83 Wait X seconds before fencing is started
84
85
87 fence(8), fence_node(8), ssh(8)
88
89
90
91 fence_egenera(8)