public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* RHEL5 - [FENCE] Fix #448043 - Update man pages for fence agents
@ 2008-08-27 12:08 Marek Grác
  0 siblings, 0 replies; only message in thread
From: Marek Grác @ 2008-08-27 12:08 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=31331549456cc1418641a6783ad9f5ee7a188d8a
Commit:        31331549456cc1418641a6783ad9f5ee7a188d8a
Parent:        37d49522dbede24ff06a912ebc577b17da907912
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Wed Aug 27 14:00:17 2008 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Wed Aug 27 14:00:17 2008 +0200

[FENCE] Fix #448043 - Update man pages for fence agents

Manual pages for APC, BladeCenter, iLO and WTI where updated mostly with
information about using ssh and passwords (-x, -z, -i, -S).
---
 fence/man/fence_apc.8         |   16 +++++++++++++---
 fence/man/fence_bladecenter.8 |   31 +++++++++++++++++++++++++------
 fence/man/fence_ilo.8         |   21 +++++++++++++++++----
 fence/man/fence_wti.8         |   21 ++++++++++++++++++---
 4 files changed, 73 insertions(+), 16 deletions(-)

diff --git a/fence/man/fence_apc.8 b/fence/man/fence_apc.8
index 5713d7d..fe11a9b 100644
--- a/fence/man/fence_apc.8
+++ b/fence/man/fence_apc.8
@@ -42,10 +42,16 @@ Login name.
 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-T\fP
 Test only.  Answer NO to the confirmation prompt instead of YES.
@@ -71,7 +77,11 @@ Login name.
 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
 \fIport = < param >\fR
 The outlet number to act upon.
diff --git a/fence/man/fence_bladecenter.8 b/fence/man/fence_bladecenter.8
index cef5dd8..70c0b00 100644
--- a/fence/man/fence_bladecenter.8
+++ b/fence/man/fence_bladecenter.8
@@ -16,10 +16,11 @@ 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 
-chasis 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
@@ -39,7 +40,16 @@ The blade to operate on.
 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-q\fP
 Quiet mode: print only error messages.
@@ -65,7 +75,16 @@ Login name.
 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
 \fIblade = < param >\fR
 The blade to operate on.
diff --git a/fence/man/fence_ilo.8 b/fence/man/fence_ilo.8
index ad5635f..a2dd038 100644
--- a/fence/man/fence_ilo.8
+++ b/fence/man/fence_ilo.8
@@ -21,9 +21,8 @@ Out (iLO) PCI card.  The agent opens an SSL connection to the iLO card.  Once th
 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.  
 
@@ -44,7 +43,12 @@ Login name.
 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-r\fP \fIprotocol\fR
 RIBCL protocol to use. Default is to autodetect.
@@ -70,6 +74,15 @@ IP address or hostname of the iLO card.
 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
 \fIribcl = < param >\fR
diff --git a/fence/man/fence_wti.8 b/fence/man/fence_wti.8
index ac356cc..1b1d231 100644
--- a/fence/man/fence_wti.8
+++ b/fence/man/fence_wti.8
@@ -17,7 +17,7 @@ fence_wti
 
 .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.
 
@@ -37,7 +37,13 @@ Print out a help message describing available options, then exit.
 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-T\fP
 Test only.  Do not power cycle.  Reports state of the plug.
@@ -57,7 +63,16 @@ This option is used by fence_node(8) and is ignored by fence_wti.
 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
 \fIport = < param >\fR
 The outlet number to act upon.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-27 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-27 12:08 RHEL5 - [FENCE] Fix #448043 - Update man pages for fence agents Marek Grác

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).