1
2FENCE_AGENT(8) System Manager's Manual FENCE_AGENT(8)
3
4
5
7 fence_egenera - I/O Fencing agent for the Egenera BladeFrame
8
10 fence_egenera is an I/O Fencing agent which can be used with the
11 Egenera BladeFrame. It logs into a control blade (cserver) via ssh and
12 operates on a process ing blade (pserver) identified by the
13 pserver name and the logical process area network (LPAN) that it is in.
14 fence_egenera requires that ssh keys have been setup so that the
15 fence_egenera does not require a password to authenticate. Refer to
16 ssh(8) for more information on setting up ssh keys.
17
18
19 fence_egenera accepts options on the command line as well as from
20 stdin. Fenced sends parameters through stdin when it execs the agent.
21 fence_egenera can be run by itself with command line options. This is
22 useful for testing and for turning outlets on or off from scripts.
23
24 Vendor URL: http://www.bull.com
25
27 -o <action>
28 Fencing Action (Default Value: reboot)
29
30
31 -c <cserver>
32 The cserver to ssh to. cserver can be in the form user@hostname
33 to specify a different user to login as. This parameter is
34 always required.
35
36
37 -p <pserver>
38 The pserver to operate on. This parameter is always required.
39
40
41 -u <name>
42 Login Name (Default Value: root)
43
44
45 -l <lpan>
46 The lpan to operate on. This parameter is always required.
47
48
49 -f <seconds>
50 Wait X seconds before fencing is started (Default Value: 0)
51
52
53 -h Display help and exit
54
55
57 on Power on machine.
58
59
60 off Power off machine.
61
62 reboot Reboot machine.
63
64
65 status This returns the status of the plug/virtual machine.
66
67
68 metadata
69 Display the XML metadata describing this resource.
70
71
73 action Fencing Action (Default Value: reboot)
74
75
76 cserver
77 The cserver to ssh to. cserver can be in the form user@hostname
78 to specify a different user to login as. This parameter is
79 always required.
80
81
82 pserver
83 The pserver to operate on. This parameter is always required.
84
85
86 user Login Name (Default Value: root)
87
88
89 lpan The lpan to operate on. This parameter is always required.
90
91
92 delay Wait X seconds before fencing is started (Default Value: 0)
93
94
95 help Display help and exit
96
97
98
99fence_egenera (Fence Agent) 2009-10-20 FENCE_AGENT(8)