1
2FENCE_AGENT(8)              System Manager's Manual             FENCE_AGENT(8)
3
4
5

NAME

7       fence_ilo_mp - Fence agent for HP iLO MP
8

DESCRIPTION

10       fence_ilo_mp accepts options on the command line as well as from stdin.
11       Fenced  sends  parameters  through  stdin  when  it  execs  the  agent.
12       fence_ilo_mp  can  be run by itself with command line options.  This is
13       useful for testing and for turning outlets on or off from scripts.
14
15       Vendor URL: http://www.hp.com
16

PARAMETERS

18
19
20       -o, --action=[action]
21              Fencing action (Default Value: reboot)
22
23       -c, --command-prompt=[prompt]
24              Force Python regex for command prompt  (Default  Value:  ['MP>',
25              'hpiLO->'])
26
27       -k, --identity-file=[filename]
28              Identity file (private key) for SSH
29
30       -4, --inet4-only
31              Forces agent to use IPv4 addresses only
32
33       -6, --inet6-only
34              Forces agent to use IPv6 addresses only
35
36       -a, --ip=[ip]
37              IP address or hostname of fencing device
38
39       -u, --ipport=[port]
40              TCP/UDP  port  to use for connection with device (Default Value:
41              23)
42
43       -p, --password=[password]
44              Login password or passphrase
45
46       -S, --password-script=[script]
47              Script to run to retrieve password
48
49       -n, --plug=[ip]
50              IP address or hostname of fencing device (together with  --port-
51              as-ip)
52
53       -x, --ssh
54              Use SSH connection
55
56       --ssh-options=[options]
57              SSH options to use
58
59       -l, --username=[name]
60              Login name This parameter is always required.
61
62       -q, --quiet
63              Disable logging to stderr. Does not affect --verbose or --debug-
64              file or logging to syslog.
65
66       -v, --verbose
67              Verbose mode. Multiple -v flags can be stacked  on  the  command
68              line (e.g., -vvv) to increase verbosity.
69
70       --verbose-level
71              Level  of  debugging detail in output. Defaults to the number of
72              --verbose flags specified on the command line, or to 1  if  ver‐
73              bose=1  in  a  stonith  device  configuration  (i.e., on stdin).
74
75
76       -D, --debug-file=[debugfile]
77              Write debug information to given file
78
79       -V, --version
80              Display version information and exit
81
82       -h, --help
83              Display help and exit
84
85       --plug-separator=[char]
86              Separator for plug parameter when specifying more  than  1  plug
87              (Default Value: ,)
88
89       --delay=[seconds]
90              Wait  X  seconds  before  fencing  is started (Default Value: 0)
91
92
93       --disable-timeout=[true/false]
94              Disable timeout (true/false) (default: true when run from  Pace‐
95              maker 2.0+)
96
97       --login-timeout=[seconds]
98              Wait  X  seconds  for  cmd prompt after login (Default Value: 5)
99
100
101       --port-as-ip
102              Make "port/plug" to be an alias to IP address
103
104       --power-timeout=[seconds]
105              Test X seconds for status change after  ON/OFF  (Default  Value:
106              20)
107
108       --power-wait=[seconds]
109              Wait X seconds after issuing ON/OFF (Default Value: 5)
110
111       --shell-timeout=[seconds]
112              Wait  X  seconds  for  cmd prompt after issuing command (Default
113              Value: 3)
114
115       --stonith-status-sleep=[seconds]
116              Sleep X seconds between status calls  during  a  STONITH  action
117              (Default Value: 1)
118
119       --retry-on=[attempts]
120              Count of attempts to retry power on (Default Value: 1)
121
122       --ssh-path=[path]
123              Path to ssh binary (Default Value: /usr/bin/ssh)
124
125       --telnet-path=[path]
126              Path to telnet binary (Default Value: /usr/bin/telnet)
127
128

ACTIONS

130
131
132       on     Power on machine.
133
134       off    Power off machine.
135
136       reboot Reboot machine.
137
138       status This returns the status of the plug/virtual machine.
139
140       monitor
141              Check the health of fence device
142
143       metadata
144              Display the XML metadata describing this resource.
145
146       manpage
147               The operational behavior of this is not known.
148
149       validate-all
150              Validate if all required parameters are entered.
151
152

STDIN PARAMETERS

154
155
156       action Fencing action (Default Value: reboot)
157
158       command_prompt
159              Force  Python  regex  for command prompt (Default Value: ['MP>',
160              'hpiLO->']) Obsoletes: cmd_prompt
161
162       identity_file
163              Identity file (private key) for SSH
164
165       inet4_only
166              Forces agent to use IPv4 addresses only
167
168       inet6_only
169              Forces agent to use IPv6 addresses only
170
171       ip     IP address or hostname of fencing device Obsoletes: ipaddr
172
173
174       ipport TCP/UDP  port  to use for connection with device (Default Value:
175              23)
176
177       password
178              Login password or passphrase Obsoletes: passwd
179
180       password_script
181              Script to run  to  retrieve  password  Obsoletes:  passwd_script
182
183
184       plug   IP  address or hostname of fencing device (together with --port-
185              as-ip) Obsoletes: port
186
187       ssh    Use SSH connection Obsoletes: secure
188
189       ssh_options
190              SSH options to use
191
192       username
193              Login name This parameter is always required.  Obsoletes:  login
194
195
196       quiet  Disable logging to stderr. Does not affect --verbose or --debug-
197              file or logging to syslog.
198
199       verbose
200              Verbose mode. Multiple -v flags can be stacked  on  the  command
201              line (e.g., -vvv) to increase verbosity.
202
203       verbose_level
204              Level  of  debugging detail in output. Defaults to the number of
205              --verbose flags specified on the command line, or to 1  if  ver‐
206              bose=1  in  a  stonith  device  configuration  (i.e., on stdin).
207
208
209       debug_file
210              Write debug information to given file Obsoletes: debug
211
212       version
213              Display version information and exit
214
215       help   Display help and exit
216
217       plug_separator
218              Separator for plug parameter when specifying more  than  1  plug
219              (Default Value: ,)
220
221       delay  Wait  X  seconds  before  fencing  is started (Default Value: 0)
222
223
224       disable_timeout
225              Disable timeout (true/false) (default: true when run from  Pace‐
226              maker 2.0+)
227
228       login_timeout
229              Wait  X  seconds  for  cmd prompt after login (Default Value: 5)
230
231
232       port_as_ip
233              Make "port/plug" to be an alias to IP address
234
235       power_timeout
236              Test X seconds for status change after  ON/OFF  (Default  Value:
237              20)
238
239       power_wait
240              Wait X seconds after issuing ON/OFF (Default Value: 5)
241
242       shell_timeout
243              Wait  X  seconds  for  cmd prompt after issuing command (Default
244              Value: 3)
245
246       stonith_status_sleep
247              Sleep X seconds between status calls  during  a  STONITH  action
248              (Default Value: 1)
249
250       retry_on
251              Count of attempts to retry power on (Default Value: 1)
252
253       ssh_path
254              Path to ssh binary (Default Value: /usr/bin/ssh)
255
256       telnet_path
257              Path to telnet binary (Default Value: /usr/bin/telnet)
258
259
260
261fence_ilo_mp (Fence Agent)        2009-10-20                    FENCE_AGENT(8)
Impressum