Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F1841995
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
10 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/fence/man/fence_apc.8 b/fence/man/fence_apc.8
index 59676c9ca..5668bf10a 100644
--- a/fence/man/fence_apc.8
+++ b/fence/man/fence_apc.8
@@ -1,88 +1,98 @@
.TH fence_apc 8
.SH NAME
fence_apc - I/O Fencing agent for APC MasterSwitch
.SH SYNOPSIS
.B
fence_apc
[\fIOPTION\fR]...
.SH DESCRIPTION
fence_apc is an I/O Fencing agent which can be used with the APC MasterSwitch
network power switch. It logs into a MasterSwitch via telnet and reboots
a specified outlet. Lengthy telnet connections to the MasterSwitch should
be avoided while a GFS cluster is running because the connection will
block any necessary fencing actions.
fence_apc accepts options on the command line as well as from stdin.
Fenced sends parameters through stdin when it execs the agent. fence_apc
can be run by itself with command line options. This is useful for testing
and for turning outlets on or off from scripts.
.SH OPTIONS
.TP
\fB-a\fP \fIIPaddress\fR
IP address or hostname of the switch.
.TP
\fB-h\fP
Print out a help message describing available options, then exit.
.TP
\fB-l\fP \fIlogin\fR
Login name.
.TP
\fB-n\fP \fI[<switch>:]outlet\fR
The outlet number to act upon.
.TP
\fB-o\fP \fIaction\fR
-The action required. Reboot (default), Off or On.
+The action required. Reboot (default), Status, Off or On.
.TP
\fB-p\fP \fIpassword\fR
-Password for login.
+Password for login or for passphrase.
+.TP
+\fB-S\fP \fIscript\fR
+Script to run to retrieve password.
+.TP
+\fB-x\fP
+Use secure connection over ssh (using version 1, cipher blowfish).
.TP
\fB-S\fP \fIpath\fR
Full path to an executable to generate the password for login.
.TP
\fB-T\fP
Test only. Answer NO to the confirmation prompt instead of YES.
.TP
\fB-v\fP
Verbose. Record telnet session in /tmp/apclog.
.TP
\fB-V\fP
Print out a version message, then exit.
.SH STDIN PARAMETERS
.TP
\fIagent = < param >\fR
This option is used by fence_node(8) and is ignored by fence_apc.
.TP
\fIipaddr = < hostname | ip >\fR
IP address or hostname of the switch.
.TP
\fIlogin = < param >\fR
Login name.
.TP
\fIoption = < param >\fR
The action required. Reboot (default), Off or On.
.TP
\fIpasswd = < param >\fR
-Password for login.
+Password for login or for passphrase.
+\fIpasswd_script = < param >\fR
+Script to run to retrieve password.
+\fIsecure = < param >\fR
+Use secure connection over ssh.
.TP
\fIpasswd_script = < param >\fR
Full path to an executable to generate the password for login.
.TP
\fIport = < param >\fR
The outlet number to act upon.
.TP
\fIswitch = < param >\fR
The switch to operate on. Defaults to "1" if not specified.
.TP
\fItest = < param >\fR
Test only. Answer NO to the confirmation prompt instead of YES.
.TP
\fIverbose = < param >\fR
Verbose. Record telnet session in /tmp/apclog.
.SH SEE ALSO
fence(8), fence_node(8)
diff --git a/fence/man/fence_bladecenter.8 b/fence/man/fence_bladecenter.8
index 744173c9f..dabdb5db3 100644
--- a/fence/man/fence_bladecenter.8
+++ b/fence/man/fence_bladecenter.8
@@ -1,76 +1,95 @@
.TH fence_bladecenter 8
.SH NAME
fence_bladecenter - I/O Fencing agent for IBM Bladecenter
.SH SYNOPSIS
.B
fence_bladecenter
[\fIOPTION\fR]...
.SH DESCRIPTION
-fence_bladecenter is an I/O Fencing agent which can be used with IBM Bladecenters
-with recent enough firmware that includes telnet support. It logs into a Brocade
-chassis via telnet and uses the command line interface to power on and off blades.
-fence_bladecenter accepts options on the command line or from stdin.
+fence_bladecenter is an I/O Fencing agent which can be used with IBM
+Bladecenters with recent enough firmware that includes telnet support. It
+logs into a Brocade chasis via telnet or ssh and uses the command line
+interface to power on and off blades. fence_bladecenter accepts options on
+the command line or from stdin.
.SH OPTIONS
.TP
\fB-a\fP \fIIPaddress\fP
IP address of the Bladecenter.
.TP
\fB-h\fP
Print out a help message describing available options, then exit.
.TP
\fB-l\fP \fIlogin\fP
Login name for the Bladecenter.
.TP
\fB-n\fP \fIblade\fP
The blade to operate on.
.TP
\fB-o\fP \fIaction\fP
The action required. Valid actions are on, off, reboot (default) and status.
.TP
\fB-p\fP \fIpassword\fP
-Password for login.
+Password for login or for passphrase.
+.TP
+\fB-S\fP \fIscript\fR
+Script to run to retrieve password.
+.TP
+\fB-k\fP \fIidentity\fR
+Identity file (private key) for ssh connection.
+.TP
+\fB-x\fP
+Use secure connection over ssh.
.TP
\fB-S\fP \fIpath\fR
Full path to an executable to generate the password for login.
.TP
\fB-q\fP
Quiet mode: print only error messages.
.TP
\fB-V\fP
Print out a version message, then exit.
.TP
\fB-v\fP \fIdebuglog\fP
Log the telnet session to \fIdebuglog\fP for debugging purposes.
.SH STDIN PARAMETERS
.TP
\fIagent = < param >\fR
This option is used by fence_node(8) and is ignored by fence_bladecenter.
.TP
\fIipaddr = < hostname | ip >\fR
IP address or hostname of the switch.
.TP
\fIlogin = < param >\fR
Login name.
.TP
\fIoption = < param >\fR
The action required. disable (default) or enable.
.TP
\fIpasswd = < param >\fR
-Password for login.
+Password for login or for passphrase.
+.TP
+\fIpasswd_script = < param >\fR
+Script to run to retrieve password.
+.TP
+\fIidentity_file = < param > \fR
+Identity file (private key) for ssh.
+.TP
+\fIsecure = < param >\fR
+Use secure connection over ssh.
.TP
\fIpasswd_script = < param >\fR
Full path to an executable to generate the password for login.
.TP
\fIblade = < param >\fR
The blade to operate on.
.TP
\fIdebuglog = < param>\fR
Optional parameter to send debug transcript of the telnet session to a log file
.SH SEE ALSO
fence(8), fence_node(8)
diff --git a/fence/man/fence_ilo.8 b/fence/man/fence_ilo.8
index a7b1ba189..7e2d62a8f 100644
--- a/fence/man/fence_ilo.8
+++ b/fence/man/fence_ilo.8
@@ -1,81 +1,94 @@
.TH fence_ilo 8
.SH NAME
fence_ilo - I/O Fencing agent for HP Integrated Lights Out card
.SH SYNOPSIS
.B
fence_ilo
[\fIOPTION\fR]...
.SH DESCRIPTION
fence_ilo is an I/O Fencing agent used for HP servers with the Integrated Light
Out (iLO) PCI card. The agent opens an SSL connection to the iLO card. Once the
SSL connection is established, the agent is able to communicate with the iLO
card through an XML stream.
-fence_ilo depends on the Net::SSLeay or Net::SSL perl module in order to establish
-the SSL connection to the iLO card. Net::SSL is available in the perl-Crypt-SSLeay package
-on RHN (http://rhn.redhat.com). Net::SSLeay is available at http://www.cpan.org.
+fence_ilo depends on the pyOpenSSL available in your distribution or
+downloadable from http://pyopenssl.sourceforge.net
NOTE: fence_ilo deprecates fence_rib.
.SH OPTIONS
.TP
\fB-a\fP \fIIPaddress[:port]\fR
IP address or hostname of the iLO card. If the SSL server of the card is
not running on the default SSL port, 443, then [:port] will also need to be
specified.
.TP
\fB-h\fP
Print out a help message describing available options, then exit.
.TP
\fB-l\fP \fIlogin\fR
Login name.
.TP
\fB-o\fP \fIaction\fR
The action required. reboot (default), off, on or status.
.TP
\fB-p\fP \fIpassword\fR
-Password for login.
+Password for login or for passphrase.
+.TP
+\fB-S\fP \fIscript\fR
+Script to run to retrieve password.
+\fB-z\fP
+Use secure connection over SSL (default).
.TP
\fB-S\fP \fIpath\fR
Full path to an executable to generate the password for login.
.TP
\fB-r\fP \fIprotocol\fR
RIBCL protocol to use. Default is to autodetect.
.TP
\fB-v\fP
Verbose.
.TP
\fB-V\fP
Print out a version message, then exit.
.SH STDIN PARAMETERS
.TP
\fIaction = < param >\fR
The action required. reboot (default), off, on or status.
.TP
\fIagent = < param >\fR
This option is used by fence_node(8) and is ignored by fence_ilo.
.TP
\fIhostname = < hostname | ip >\fR
IP address or hostname of the iLO card.
.TP
\fIlogin = < param >\fR
Login name.
.TP
\fIpasswd = < param >\fR
+Password for login or for passphrase.
+.TP
+\fIpasswd_script = < param >\fR
+Script to run to retrieve password.
+.TP
+\fIssl = < param >\fR
+Use secure connection over SSL.
+.TP
+\fIpasswd = < param >\fR
Password for login.
.TP
\fIpasswd_script = < param >\fR
Full path to an executable to generate the password for login.
.TP
\fIribcl = < param >\fR
RIBCL protocol to use. Default is to autodetect.
.TP
\fIverbose = < param >\fR
Verbose mode.
.SH SEE ALSO
fence(8), fence_node(8), fence_rib(8)
diff --git a/fence/man/fence_wti.8 b/fence/man/fence_wti.8
index e4570a385..c2ed90db6 100644
--- a/fence/man/fence_wti.8
+++ b/fence/man/fence_wti.8
@@ -1,68 +1,83 @@
.TH fence_wti 8
.SH NAME
fence_wti - I/O Fencing agent for WTI Network Power Switch
.SH SYNOPSIS
.B
fence_wti
[\fIOPTION\fR]...
.SH DESCRIPTION
fence_wti is an I/O Fencing agent which can be used with the WTI Network
-Power Switch (NPS). It logs into an NPS via telnet and boots a specified plug.
+Power Switch (NPS). It logs into an NPS via telnet or ssh and boots a specified plug.
Lengthy telnet connections to the NPS should be avoided while a GFS cluster is
running because the connection will block any necessary fencing actions.
fence_wti accepts options on the command line as well as from stdin.
fenced sends the options through stdin when it execs the agent. fence_wti
can be run by itself with command line options which is useful for testing.
.SH OPTIONS
.TP
\fB-a\fP \fIIPaddress\fP
IP address of the switch.
.TP
\fB-h\fP
Print out a help message describing available options, then exit.
.TP
\fB-n\fP \fIplug\fP
The plug number to power cycle.
.TP
\fB-p\fP \fIpassword\fP
-Password for login.
+Password for login or for passphrase.
+.TP
+\fB-S\fP \fIscript\fR
+Script to run to retrieve password.
+.TP
+\fB-x\fP
+Use secure connection over ssh.
.TP
\fB-S\fP \fIpath\fR
Full path to an executable to generate the password for login.
.TP
\fB-T\fP
Test only. Do not power cycle. Reports state of the plug.
.TP
\fB-q\fP
Quiet operation. Only print out error messages.
.TP
\fB-V\fP
Print out a version message, then exit.
.SH STDIN PARAMETERS
.TP
\fIagent = < param >\fR
This option is used by fence_node(8) and is ignored by fence_wti.
.TP
\fIipaddr = < hostname | ip >\fR
IP address or hostname of the switch.
.TP
\fIpasswd = < param >\fR
-Password for login.
+Password for login or for passphrase.
+.TP
+\fIpasswd_script = < param >\fR
+Script to run to retrieve password.
+.TP
+\fIidentity_file = < param > \fR
+Identity file (private key) for ssh.
+.TP
+\fIsecure = < param >\fR
+Use secure connection over ssh.
.TP
\fIpasswd_script = < param >\fR
Full path to an executable to generate the password for login.
.TP
\fIport = < param >\fR
The outlet number to act upon.
.TP
\fItest = < param >\fR
Test only. Answer NO to the confirmation prompt instead of YES.
.SH SEE ALSO
fence(8), fence_node(8)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 11:05 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1018617
Default Alt Text
(10 KB)
Attached To
Mode
rR Resource Agents
Attached
Detach File
Event Timeline
Log In to Comment