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 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 This parameter is always required.
38
39       -u, --ipport=[port]
40              TCP/UDP  port  to use for connection with device (Default Value:
41              23)
42
43       -l, --username=[name]
44              Login Name This parameter is always required.
45
46       -p, --password=[password]
47              Login password or passphrase
48
49       -S, --password-script=[script]
50              Script to retrieve password
51
52       -x, --ssh
53              SSH connection
54
55       --ssh-options=[options]
56              SSH options to use
57
58       -v, --verbose
59              Verbose mode
60
61       -D, --debug-file=[debugfile]
62              Write debug information to given file
63
64       -V, --version
65              Display version information and exit
66
67       -h, --help
68              Display help and exit
69
70       --delay=[seconds]
71              Wait X seconds before fencing  is  started  (Default  Value:  0)
72
73
74       --login-timeout=[seconds]
75              Wait  X  seconds  for  cmd prompt after login (Default Value: 5)
76
77
78       --power-timeout=[seconds]
79              Test X seconds for status change after  ON/OFF  (Default  Value:
80              20)
81
82       --power-wait=[seconds]
83              Wait X seconds after issuing ON/OFF (Default Value: 5)
84
85       --shell-timeout=[seconds]
86              Wait  X  seconds  for  cmd prompt after issuing command (Default
87              Value: 3)
88
89       --retry-on=[attempts]
90              Count of attempts to retry power on (Default Value: 1)
91
92       --ssh-path=[path]
93              Path to ssh binary (Default Value: /usr/bin/ssh)
94
95       --telnet-path=[path]
96              Path to telnet binary (Default Value: /usr/bin/telnet)
97
98

ACTIONS

100
101
102       on     Power on machine.
103
104       off    Power off machine.
105
106       reboot Reboot machine.
107
108       status This returns the status of the plug/virtual machine.
109
110       list   List available plugs with aliases/virtual machines if  there  is
111              support for more then one device. Returns N/A otherwise.
112
113       list-status
114              List  available  plugs  with  aliases/virtual machines and their
115              power state if it can be obtained without  additional  commands.
116
117
118       monitor
119              Check the health of fence device
120
121       metadata
122              Display the XML metadata describing this resource.
123
124

STDIN PARAMETERS

126
127
128       action Fencing Action (Default Value: reboot)
129
130       cmd_prompt
131              Force  Python  regex  for command prompt (Default Value: ['MP>',
132              'hpiLO->'])
133
134       identity_file
135              Identity file for ssh
136
137       inet4_only
138              Forces agent to use IPv4 addresses only
139
140       inet6_only
141              Forces agent to use IPv6 addresses only
142
143       ipaddr IP Address or Hostname This parameter is always required.
144
145       ipport TCP/UDP port to use for connection with device  (Default  Value:
146              23)
147
148       login  Login Name This parameter is always required.
149
150       passwd Login password or passphrase
151
152       passwd_script
153              Script to retrieve password
154
155       secure SSH connection
156
157       ssh_options
158              SSH options to use
159
160       verbose
161              Verbose mode
162
163       debug  Write debug information to given file
164
165       version
166              Display version information and exit
167
168       help   Display help and exit
169
170       delay  Wait  X  seconds  before  fencing  is started (Default Value: 0)
171
172
173       login_timeout
174              Wait X seconds for cmd prompt after  login  (Default  Value:  5)
175
176
177       power_timeout
178              Test  X  seconds  for status change after ON/OFF (Default Value:
179              20)
180
181       power_wait
182              Wait X seconds after issuing ON/OFF (Default Value: 5)
183
184       shell_timeout
185              Wait X seconds for cmd prompt  after  issuing  command  (Default
186              Value: 3)
187
188       retry_on
189              Count of attempts to retry power on (Default Value: 1)
190
191       ssh_path
192              Path to ssh binary (Default Value: /usr/bin/ssh)
193
194       telnet_path
195              Path to telnet binary (Default Value: /usr/bin/telnet)
196
197
198
199fence_ilo_mp (Fence Agent)        2009-10-20                    FENCE_AGENT(8)
Impressum