1
2fence_ipmilan(8) System Manager's Manual fence_ipmilan(8)
3
4
5
7 fence_ipmilan - I/O Fencing agent for machines controlled by IPMI over
8 LAN.
9
10
12 fence_ipmilan [OPTION]...
13
14
16 fence_ipmilan is an I/O Fencing agent which can be used with machines
17 controlled by IPMI. This agent calls support software using ipmitool
18 (http://ipmitool.sf.net/).
19
20 fence_ipmilan accepts options on the command line as well as from
21 stdin. fenced sends the options through stdin when it execs the agent.
22 fence_ipmilan can be run by itself with command line options which is
23 useful for testing.
24
25
27 -a IPaddress
28 IP address or hostname of the IPMI controller.
29
30 -h Print out a help message describing available options, then
31 exit.
32
33 -l login
34 Login (if required) with administrative privileges.
35
36 -o option
37 Action to perform (on, off, reboot).
38
39 -p password
40 Password (if required) for login.
41
42 -P Use the lanplus option if this is a lanplus capable interface
43 (for example iLo2)
44
45 -A Authentication Type
46 Can be set to none, password, md2, or md5.
47
48 -q Quiet operation. Only print out error messages.
49
50 -V Print out a version message, then exit.
51
52 -v Verbose mode.
53
54
56 ipaddr = < hostname | ip >
57 IP address or hostname of the IPMI controller.
58
59 login= < param >
60 Login (if required) with administrative privileges.
61
62 option = < param >
63 Action to perform (on, off, reboot).
64
65 passwd = < param >
66 Password (if required) for login.
67
68 auth = < param >
69 Authentication type (none, password, md2, md5).
70
71 lanplus
72 If we are using the lanplus option for ipmitool
73
74
76 fence(8), fence_node(8)
77
78
79
80 fence_ipmilan(8)