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

Marek Grác marx@fedoraproject.org
Wed Aug 27 12:12:00 GMT 2008


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f12ee959f379138a19b0e7769cce04d5979c9fda
Commit:        f12ee959f379138a19b0e7769cce04d5979c9fda
Parent:        a479ddb2fa97033ce44ce11ae28925c55b176a55
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:04:28 2008 +0200

[FENCE] Fix #460288 - 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 589e5db..8ac49f7 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-S\fP \fIpath\fR
 Full path to an executable to generate the password for login.
@@ -74,7 +80,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
 \fIpasswd_script = < param >\fR
 Full path to an executable to generate the password for login.
diff --git a/fence/man/fence_bladecenter.8 b/fence/man/fence_bladecenter.8
index a2f7143..c28f37e 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-S\fP \fIpath\fR
 Full path to an executable to generate the password for login.
@@ -68,7 +78,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
 \fIpasswd_script = < param >\fR
 Full path to an executable to generate the password for login.
diff --git a/fence/man/fence_ilo.8 b/fence/man/fence_ilo.8
index 40ff58d..63937f3 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-S\fP \fIpath\fR
 Full path to an executable to generate the password for login.
@@ -73,6 +77,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
 \fIpasswd_script = < param >\fR
diff --git a/fence/man/fence_wti.8 b/fence/man/fence_wti.8
index 71c4684..9487472 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-S\fP \fIpath\fR
 Full path to an executable to generate the password for login.
@@ -60,7 +66,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
 \fIpasswd_script = < param >\fR
 Full path to an executable to generate the password for login.



More information about the Cluster-cvs mailing list