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       --delay=[seconds]
86              Wait X seconds before fencing  is  started  (Default  Value:  0)
87
88
89       --disable-timeout=[true/false]
90              Disable  timeout (true/false) (default: true when run from Pace‐
91              maker 2.0+)
92
93       --login-timeout=[seconds]
94              Wait X seconds for cmd prompt after  login  (Default  Value:  5)
95
96
97       --port-as-ip
98              Make "port/plug" to be an alias to IP address
99
100       --power-timeout=[seconds]
101              Test  X  seconds  for status change after ON/OFF (Default Value:
102              20)
103
104       --power-wait=[seconds]
105              Wait X seconds after issuing ON/OFF (Default Value: 5)
106
107       --shell-timeout=[seconds]
108              Wait X seconds for cmd prompt  after  issuing  command  (Default
109              Value: 3)
110
111       --retry-on=[attempts]
112              Count of attempts to retry power on (Default Value: 1)
113
114       --ssh-path=[path]
115              Path to ssh binary (Default Value: /usr/bin/ssh)
116
117       --telnet-path=[path]
118              Path to telnet binary (Default Value: /usr/bin/telnet)
119
120

ACTIONS

122
123
124       on     Power on machine.
125
126       off    Power off machine.
127
128       reboot Reboot machine.
129
130       status This returns the status of the plug/virtual machine.
131
132       monitor
133              Check the health of fence device
134
135       metadata
136              Display the XML metadata describing this resource.
137
138       manpage
139               The operational behavior of this is not known.
140
141       validate-all
142              Validate if all required parameters are entered.
143
144

STDIN PARAMETERS

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