This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - fence: fix IPMI man page


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1c55635bb000a99958bb40fe972824dd92f1d7ff
Commit:        1c55635bb000a99958bb40fe972824dd92f1d7ff
Parent:        765c52dde6a2c0b0ca5d64e2f6827b9449ff0095
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Thu Nov 20 17:45:01 2008 +0100
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Thu Nov 20 17:45:01 2008 +0100

fence: fix IPMI man page

Documented timeout (-t) option.
---
 fence/man/fence_ipmilan.8 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/fence/man/fence_ipmilan.8 b/fence/man/fence_ipmilan.8
index 0d68d68..394804d 100644
--- a/fence/man/fence_ipmilan.8
+++ b/fence/man/fence_ipmilan.8
@@ -44,6 +44,11 @@ Use the lanplus option if this is a lanplus capable interface (for example iLo2)
 \fB-A\fP \fIAuthentication Type\fP
 Can be set to none, password, md2, or md5.
 .TP
+\fB-t\fP \fItimeout\fP
+Timeout in seconds for IPMI operation. Default is 10, but in some cases it
+must be set to higher value (anything above 30 is not recommended and may
+cause strange problems).
+.TP
 \fB-q\fP
 Quiet operation.  Only print out error messages.
 .TP
@@ -73,6 +78,11 @@ Full path to an executable to generate the password for login.
 \fIauth = < param >\fR
 Authentication type (none, password, md2, md5).
 .TP
+\fItimeout = < param >\fR
+Timeout in seconds for IPMI operation. Default is 10, but in some cases it
+must be set to higher value (anything above 30 is not recommended and may
+cause strange problems).
+.TP
 \fIlanplus\fR
 If we are using the lanplus option for ipmitool
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]