1
2FENCE_AGENT(8) System Manager's Manual FENCE_AGENT(8)
3
4
5
7 fence_drac - fencing agent for Dell Remote Access Card
8
10 fence_drac is an I/O Fencing agent which can be used with the Dell
11 Remote Access Card (DRAC). This card provides remote access to control‐
12 ling power to a server. It logs into the DRAC through the telnet inter‐
13 face of the card. By default, the telnet interface is not enabled. To
14 enable the interface, you will need to use the racadm command in the
15 racser-devel rpm available from Dell. To enable telnet on the DRAC:
16
17 [root]# racadm config -g cfgSerial -o cfgSerialTelnetEnable 1
18
19 [root]# racadm racreset
20
21
22 fence_drac accepts options on the command line as well as from stdin.
23 Fenced sends parameters through stdin when it execs the agent.
24 fence_drac can be run by itself with command line options. This is
25 useful for testing and for turning outlets on or off from scripts.
26
27 Vendor URL: http://www.dell.com
28
30 -o [action]
31 Fencing Action (Default Value: reboot)
32
33
34 -a [ip]
35 IP Address or Hostname This parameter is always required.
36
37
38 -l [name]
39 Login Name This parameter is always required.
40
41
42 -p [password]
43 Login password or passphrase
44
45
46 -S [script]
47 Script to retrieve password
48
49
50 -c [prompt]
51 Force fence_drac to use cmd_prompt as the command prompt
52
53
54 -d [version]
55 Force fence_drac to treat the device as though it was for the
56 specified drac version
57
58
59 -m [modulename]
60 The module name of the blade when using DRAC/MC firmware.
61
62
63 -D [dumpfile]
64 Debug file of the telnet interaction
65
66
67 -f [seconds]
68 Wait X seconds before fencing is started (Default Value: 0)
69
70
71 -h Display help and exit
72
73
75 on Power on machine.
76
77
78 off Power off machine.
79
80 reboot Reboot machine.
81
82
83 status This returns the status of the plug/virtual machine.
84
85
86 metadata
87 Display the XML metadata describing this resource.
88
89
91 action Fencing Action (Default Value: reboot)
92
93
94 ipaddr IP Address or Hostname This parameter is always required.
95
96
97 login Login Name This parameter is always required.
98
99
100 passwd Login password or passphrase
101
102
103 passwd_script
104 Script to retrieve password
105
106
107 cmd_prompt
108 Force fence_drac to use cmd_prompt as the command prompt
109
110
111 drac_version
112 Force fence_drac to treat the device as though it was for the
113 specified drac version
114
115
116 module_name
117 The module name of the blade when using DRAC/MC firmware.
118
119
120 debug Debug file of the telnet interaction
121
122
123 delay Wait X seconds before fencing is started (Default Value: 0)
124
125
126 help Display help and exit
127
128
129
130fence_drac (Fence Agent) 2009-10-20 FENCE_AGENT(8)