1
2FENCE_AGENT(8) System Manager's Manual FENCE_AGENT(8)
3
4
5
7 fence_intelmodular - Fence agent for Intel Modular
8
10 fence_intelmodular is an I/O Fencing agent which can be used with Intel
11 Modular device (tested on Intel MFSYS25, should work with MFSYS35 as
12 well).
13
14 Note: Since firmware update version 2.7, SNMP v2 write support is
15 removed, and replaced by SNMP v3 support. So agent now has default SNMP
16 version 3. If you are using older firmware, please supply -d for com‐
17 mand line and snmp_version option for your cluster.conf.
18
19 fence_intelmodular accepts options on the command line as well as from
20 stdin. Fenced sends parameters through stdin when it execs the agent.
21 fence_intelmodular can be run by itself with command line options.
22 This is useful for testing and for turning outlets on or off from
23 scripts.
24
25 Vendor URL: http://www.intel.com
26
28
29
30 -o, --action=[action]
31 Fencing action (Default Value: reboot)
32
33 -c, --community=[community]
34 Set the community string
35
36 -4, --inet4-only
37 Forces agent to use IPv4 addresses only
38
39 -6, --inet6-only
40 Forces agent to use IPv6 addresses only
41
42 -a, --ip=[ip]
43 IP address or hostname of fencing device This parameter is
44 always required.
45
46 -u, --ipport=[port]
47 TCP/UDP port to use for connection with device (Default Value:
48 161)
49
50 -p, --password=[password]
51 Login password or passphrase
52
53 -S, --password-script=[script]
54 Script to run to retrieve password
55
56 -n, --plug=[id]
57 Physical plug number on device, UUID or identification of
58 machine This parameter is always required.
59
60 -b, --snmp-auth-prot=[prot]
61 Set authentication protocol (MD5|SHA)
62
63 -P, --snmp-priv-passwd=[pass]
64 Set privacy protocol password
65
66 -R, --snmp-priv-passwd-script
67 Script to run to retrieve privacy password
68
69 -B, --snmp-priv-prot=[prot]
70 Set privacy protocol (DES|AES)
71
72 -E, --snmp-sec-level=[level]
73 Set security level (noAuthNoPriv|authNoPriv|authPriv)
74
75 -d, --snmp-version=[version]
76 Specifies SNMP version to use (1|2c|3)
77
78 -l, --username=[name]
79 Login name
80
81 -q, --quiet
82 Disable logging to stderr. Does not affect --verbose or --debug-
83 file or logging to syslog.
84
85 -v, --verbose
86 Verbose mode
87
88 -D, --debug-file=[debugfile]
89 Write debug information to given file
90
91 -V, --version
92 Display version information and exit
93
94 -h, --help
95 Display help and exit
96
97 -C, --separator=[char]
98 Separator for CSV created by 'list' operation (Default Value: ,)
99
100
101 --delay=[seconds]
102 Wait X seconds before fencing is started (Default Value: 0)
103
104
105 --login-timeout=[seconds]
106 Wait X seconds for cmd prompt after login (Default Value: 5)
107
108
109 --power-timeout=[seconds]
110 Test X seconds for status change after ON/OFF (Default Value:
111 20)
112
113 --power-wait=[seconds]
114 Wait X seconds after issuing ON/OFF (Default Value: 0)
115
116 --shell-timeout=[seconds]
117 Wait X seconds for cmd prompt after issuing command (Default
118 Value: 3)
119
120 --retry-on=[attempts]
121 Count of attempts to retry power on (Default Value: 1)
122
123 --snmpget-path=[path]
124 Path to snmpget binary (Default Value: /usr/bin/snmpget)
125
126 --snmpset-path=[path]
127 Path to snmpset binary (Default Value: /usr/bin/snmpset)
128
129 --snmpwalk-path=[path]
130 Path to snmpwalk binary (Default Value: /usr/bin/snmpwalk)
131
132
134
135
136 on Power on machine.
137
138 off Power off machine.
139
140 reboot Reboot machine.
141
142 status This returns the status of the plug/virtual machine.
143
144 list List available plugs with aliases/virtual machines if there is
145 support for more then one device. Returns N/A otherwise.
146
147 list-status
148 List available plugs with aliases/virtual machines and their
149 power state if it can be obtained without additional commands.
150
151
152 monitor
153 Check the health of fence device
154
155 metadata
156 Display the XML metadata describing this resource.
157
158 manpage
159 The operational behavior of this is not known.
160
161 validate-all
162 Validate if all required parameters are entered.
163
164
166
167
168 action Fencing action (Default Value: reboot)
169
170 community
171 Set the community string
172
173 inet4_only
174 Forces agent to use IPv4 addresses only
175
176 inet6_only
177 Forces agent to use IPv6 addresses only
178
179 ip IP address or hostname of fencing device This parameter is
180 always required. Obsoletes: ipaddr
181
182 ipport TCP/UDP port to use for connection with device (Default Value:
183 161)
184
185 password
186 Login password or passphrase Obsoletes: passwd
187
188 password_script
189 Script to run to retrieve password Obsoletes: passwd_script
190
191
192 plug Physical plug number on device, UUID or identification of
193 machine This parameter is always required. Obsoletes: port
194
195
196 snmp_auth_prot
197 Set authentication protocol (MD5|SHA)
198
199 snmp_priv_passwd
200 Set privacy protocol password
201
202 snmp_priv_passwd_script
203 Script to run to retrieve privacy password
204
205 snmp_priv_prot
206 Set privacy protocol (DES|AES)
207
208 snmp_sec_level
209 Set security level (noAuthNoPriv|authNoPriv|authPriv)
210
211 snmp_version
212 Specifies SNMP version to use (1|2c|3)
213
214 username
215 Login name Obsoletes: login
216
217 quiet Disable logging to stderr. Does not affect --verbose or --debug-
218 file or logging to syslog.
219
220 verbose
221 Verbose mode
222
223 debug_file
224 Write debug information to given file Obsoletes: debug
225
226 version
227 Display version information and exit
228
229 help Display help and exit
230
231 separator
232 Separator for CSV created by 'list' operation (Default Value: ,)
233
234
235 delay Wait X seconds before fencing is started (Default Value: 0)
236
237
238 login_timeout
239 Wait X seconds for cmd prompt after login (Default Value: 5)
240
241
242 power_timeout
243 Test X seconds for status change after ON/OFF (Default Value:
244 20)
245
246 power_wait
247 Wait X seconds after issuing ON/OFF (Default Value: 0)
248
249 shell_timeout
250 Wait X seconds for cmd prompt after issuing command (Default
251 Value: 3)
252
253 retry_on
254 Count of attempts to retry power on (Default Value: 1)
255
256 snmpget_path
257 Path to snmpget binary (Default Value: /usr/bin/snmpget)
258
259 snmpset_path
260 Path to snmpset binary (Default Value: /usr/bin/snmpset)
261
262 snmpwalk_path
263 Path to snmpwalk binary (Default Value: /usr/bin/snmpwalk)
264
265
266
267fence_intelmodular (Fence Agent) 2009-10-20 FENCE_AGENT(8)