1fence_drac(8)               System Manager's Manual              fence_drac(8)
2
3
4

NAME

6       fence_drac - fencing agent for Dell Remote Access Card
7
8

SYNOPSIS

10       fence_drac [OPTION]...
11
12

DESCRIPTION

14       fence_drac  is  an  I/O  Fencing  agent which can be used with the Dell
15       Remote Access Card (DRAC).  This card provides remote  access  to  con‐
16       trolling  power  to a server.  It logs into the DRAC through the telnet
17       interface of the  card.   By  default,  the  telnet  interface  is  not
18       enabled.  To enable the interface, you will need to use the racadm com‐
19       mand in the racser-devel rpm available from Dell.  To enable telnet  on
20       the DRAC:
21
22       [root]# racadm config -g cfgSerial -o cfgSerialTelnetEnable 1
23
24       [root]# racadm racreset
25
26       fence_drac  accepts  options on the command line as well as from stdin.
27       Fenced  sends  parameters  through  stdin  when  it  execs  the  agent.
28       fence_drac  can  be  run  by itself with command line options.  This is
29       useful for testing and for turning outlets on or off from scripts.
30
31       Vendor URL: http://www.dell.com
32
33

OPTIONS

35       -a IPaddress
36              IP address or hostname of the switch.
37
38       -c cmd_prompt
39              Force fence_drac to use cmd_prompt as the command prompt
40
41       -d dracversion
42              Force fence_drac to treat the device as though it  was  for  the
43              specified drac version
44
45       -D dumpfile
46              Debug file of the telnet interaction
47
48       -h     Print  out  a  help  message  describing available options, then
49              exit.
50
51       -l login
52              Login name.
53
54       -m modulename
55              The module name of the blade when using DRAC/MC firmware.
56
57       -o action
58              The action required.  reboot (default), off, on or status.
59
60       -p password
61              Password for login.
62
63       -S path
64              Full path to an executable to generate the password for login.
65
66       -f seconds
67              Wait X seconds before fencing is started
68
69       -V     Print out a version message, then exit.
70
71

STDIN PARAMETERS

73       action = < param >
74              The action required.  reboot (default), off, on or status.
75
76       agent = < param >
77              This  option  is  used  by  fence_node(8)  and  is  ignored   by
78              fence_apc.
79
80       cmd_prompt = < param >
81              Force fence_drac to use cmd_prompt as the command prompt
82
83       drac_version = < param >
84              Force  fence_drac  to  treat the device as though it was for the
85              specified drac version.
86
87       debug = < dumpfile >
88              Debug file of the telnet interaction
89
90       ipaddr = < hostname | ip >
91              IP address or hostname of the switch.
92
93       login = < param >
94              Login name.
95
96       modulename = < param >
97              The module name of the blade when using DRAC/MC firmware.
98
99       passwd = < param >
100              Password for login.
101
102       passwd_script = < param >
103              Full path to an executable to generate the password for login.
104
105       delay = < param >
106              Wait X seconds before fencing is started
107
108
109
110       SEE ALSO
111              fence(8), fence_node(8)
112
113
114
115                                                                 fence_drac(8)
Impressum