fence_egenera(8) - Linux man page

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

on
Power on machine.
off
Power off machine.
reboot
Reboot machine.
status
This returns the status of the plug/virtual machine.
metadata
Display the XML metadata describing this resource.

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