table of contents
FENCE_AGENT(8) | System Manager's Manual | FENCE_AGENT(8) |
NAME¶
fence_drac - fencing agent for Dell Remote Access Card
DESCRIPTION¶
fence_drac is an I/O Fencing agent which can be used with the Dell Remote Access Card (DRAC). This card provides remote access to controlling power to a server. It logs into the DRAC through the telnet interface of the card. By default, the telnet interface is not enabled. To enable the interface, you will need to use the racadm command in the racser-devel rpm available from Dell. To enable telnet on the DRAC:
[root]# racadm config -g cfgSerial -o cfgSerialTelnetEnable 1
[root]# racadm racreset
fence_drac accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_drac can be run by itself with command line options. This is useful for testing and for turning outlets on or off from scripts.
Vendor URL: http://www.dell.com
PARAMETERS¶
- -o [action]
- Fencing Action (Default Value: reboot)
- -a [ip]
- IP Address or Hostname This parameter is always required.
- -l [name]
- Login Name This parameter is always required.
- -p [password]
- Login password or passphrase
- -S [script]
- Script to retrieve password
- -c [prompt]
- Force fence_drac to use cmd_prompt as the command prompt
- -d [version]
- Force fence_drac to treat the device as though it was for the specified drac version
- -m [modulename]
- The module name of the blade when using DRAC/MC firmware.
- -D [dumpfile]
- Debug file of the telnet interaction
- -f [seconds]
- Wait X seconds before fencing is started (Default Value: 0)
- -h
- Display help and exit
ACTIONS¶
STDIN PARAMETERS¶
- action
- Fencing Action (Default Value: reboot)
- ipaddr
- IP Address or Hostname This parameter is always required.
- login
- Login Name This parameter is always required.
- passwd
- Login password or passphrase
- passwd_script
- Script to retrieve password
- cmd_prompt
- Force fence_drac to use cmd_prompt as the command prompt
- drac_version
- Force fence_drac to treat the device as though it was for the specified drac version
- module_name
- The module name of the blade when using DRAC/MC firmware.
- debug
- Debug file of the telnet interaction
- delay
- Wait X seconds before fencing is started (Default Value: 0)
- help
- Display help and exit
2009-10-20 | fence_drac (Fence Agent) |