table of contents
FENCE_AGENT(8) | System Manager's Manual | FENCE_AGENT(8) |
NAME¶
fence_egenera - I/O Fencing agent for the Egenera BladeFrame
DESCRIPTION¶
fence_egenera is an I/O Fencing agent which can be used with the Egenera BladeFrame. It logs into a control blade (cserver) via ssh and operates on a process ing blade (pserver) identified by the pserver name and the logical process area network (LPAN) that it is in. fence_egenera requires that ssh keys have been setup so that the fence_egenera does not require a password to authenticate. Refer to ssh(8) for more information on setting up ssh keys.
fence_egenera accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_egenera 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.bull.com
PARAMETERS¶
- -o <action>
- Fencing Action (Default Value: reboot)
- -c <cserver>
- The cserver to ssh to. cserver can be in the form user@hostname to specify a different user to login as. This parameter is always required.
- -p <pserver>
- The pserver to operate on. This parameter is always required.
- -u <name>
- Login Name (Default Value: root)
- -l <lpan>
- The lpan to operate on. This parameter is always required.
- -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)
- cserver
- The cserver to ssh to. cserver can be in the form user@hostname to specify a different user to login as. This parameter is always required.
- pserver
- The pserver to operate on. This parameter is always required.
- user
- Login Name (Default Value: root)
- lpan
- The lpan to operate on. This parameter is always required.
- delay
- Wait X seconds before fencing is started (Default Value: 0)
- help
- Display help and exit
2009-10-20 | fence_egenera (Fence Agent) |