1
2FENCE_AGENT(8) System Manager's Manual FENCE_AGENT(8)
3
4
5
7 fence_ilo_mp - Fence agent for HP iLO MP
8
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
18
19
20 -o, --action=<action>
21 Fencing Action (Default Value: reboot)
22
23 -a, --ip=<ip>
24 IP Address or Hostname This parameter is always required.
25
26 -l, --username=<name>
27 Login Name This parameter is always required.
28
29 -p, --password=<password>
30 Login password or passphrase
31
32 -S, --password-script=<script>
33 Script to retrieve password
34
35 -x, --ssh
36 SSH connection
37
38 -k, --identity-file=<filename>
39 Identity file for ssh
40
41 -c, --command-prompt=<prompt>
42 Force command prompt (Default Value: ['MP>', 'hpiLO->'])
43
44 -u, --ipport=<port>
45 TCP port to use for connection with device
46
47 -4, --inet4-only
48 Forces agent to use IPv4 addresses only
49
50 -6, --inet6-only
51 Forces agent to use IPv6 addresses only
52
53 -v, --verbose
54 Verbose mode
55
56 -D, --debug-file=<debugfile>
57 Write debug information to given file
58
59 -V, --version
60 Display version information and exit
61
62 -h, --help
63 Display help and exit
64
65 -C, --separator=<char>
66 Separator for CSV created by operation list (Default Value: ,)
67
68
69 --power-timeout
70 Test X seconds for status change after ON/OFF (Default Value:
71 20)
72
73 --shell-timeout
74 Wait X seconds for cmd prompt after issuing command (Default
75 Value: 3)
76
77 --login-timeout
78 Wait X seconds for cmd prompt after login (Default Value: 5)
79
80
81 --power-wait
82 Wait X seconds after issuing ON/OFF (Default Value: 5)
83
84 --delay
85 Wait X seconds before fencing is started (Default Value: 0)
86
87
88 --retry-on
89 Count of attempts to retry power on (Default Value: 1)
90
91
93
94
95 on Power on machine.
96
97 off Power off machine.
98
99 reboot Reboot machine.
100
101 status This returns the status of the plug/virtual machine.
102
103 list List available plugs with aliases/virtual machines if there is
104 support for more then one device. Returns N/A otherwise.
105
106 monitor
107 Check if fencing device is running. List available plugs/virtual
108 machines or get status of machine (if it does not support more).
109
110
111 metadata
112 The operational behavior of this is not known.
113
114
116
117
118 action Fencing Action (Default Value: reboot)
119
120 ipaddr IP Address or Hostname This parameter is always required.
121
122 login Login Name This parameter is always required.
123
124 passwd Login password or passphrase
125
126 passwd_script
127 Script to retrieve password
128
129 secure SSH connection
130
131 identity_file
132 Identity file for ssh
133
134 cmd_prompt
135 Force command prompt (Default Value: ['MP>', 'hpiLO->'])
136
137 ipport TCP port to use for connection with device
138
139 inet4_only
140 Forces agent to use IPv4 addresses only
141
142 inet6_only
143 Forces agent to use IPv6 addresses only
144
145 verbose
146 Verbose mode
147
148 debug Write debug information to given file
149
150 version
151 Display version information and exit
152
153 help Display help and exit
154
155 separator
156 Separator for CSV created by operation list (Default Value: ,)
157
158
159 power_timeout
160 Test X seconds for status change after ON/OFF (Default Value:
161 20)
162
163 shell_timeout
164 Wait X seconds for cmd prompt after issuing command (Default
165 Value: 3)
166
167 login_timeout
168 Wait X seconds for cmd prompt after login (Default Value: 5)
169
170
171 power_wait
172 Wait X seconds after issuing ON/OFF (Default Value: 5)
173
174 delay Wait X seconds before fencing is started (Default Value: 0)
175
176
177 retry_on
178 Count of attempts to retry power on (Default Value: 1)
179
180
181
182fence_ilo_mp (Fence Agent) 2009-10-20 FENCE_AGENT(8)