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: RHEL54 - fence: Added fence_lpar man page.


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=a82e8590b5b96f0147ef8b3e4f0bb7f4be16f2f4
Commit:        a82e8590b5b96f0147ef8b3e4f0bb7f4be16f2f4
Parent:        6309092d9f07832d9a2713be70ff4a7c0857fb45
Author:        Chris Feist <cfeist@redhat.com>
AuthorDate:    Tue Jun 16 09:47:49 2009 -0500
Committer:     Chris Feist <cfeist@redhat.com>
CommitterDate: Tue Jun 16 09:47:49 2009 -0500

fence: Added fence_lpar man page.

Added a man page for fence_lpar

bz#498045
---
 fence/man/Makefile     |    1 +
 fence/man/fence_lpar.8 |  125 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/fence/man/Makefile b/fence/man/Makefile
index 6eb8cb4..fdeb1df 100644
--- a/fence/man/Makefile
+++ b/fence/man/Makefile
@@ -23,6 +23,7 @@ TARGET8= \
 	fence_egenera.8 \
 	fence_eps.8 \
 	fence_ilo.8 \
+	fence_lpar.8 \
 	fence_manual.8 \
 	fence_mcdata.8 \
 	fence_node.8 \
diff --git a/fence/man/fence_lpar.8 b/fence/man/fence_lpar.8
new file mode 100644
index 0000000..a31babf
--- /dev/null
+++ b/fence/man/fence_lpar.8
@@ -0,0 +1,125 @@
+.\"  Copyright (C) 2009 Red Hat, Inc.  All rights reserved.
+.\"  
+.\"  This copyrighted material is made available to anyone wishing to use,
+.\"  modify, copy, or redistribute it subject to the terms and conditions
+.\"  of the GNU General Public License v.2.
+
+.TH fence_lpar 8
+
+.SH NAME
+fence_lpar - I/O Fencing agent for IBM Power Systems
+
+.SH SYNOPSIS
+.B 
+fence_lpar
+[\fIOPTION\fR]...
+
+.SH DESCRIPTION
+fence_lpar is an I/O Fencing agent which can be used with IBM Power Systems.
+It logs into the HMC via ssh and uses the command line interface to operate
+LPARs.
+
+fence_lpar accepts options on the command line as well as from stdin.  Fenced
+sends parameters through stdin when it execs the agent.  fence_lpar can be run
+by itself with command line options.  This is useful for testing and for
+stopping and starting LPARs from scripts.
+
+.SH OPTIONS
+.TP
+\fB-a\fP \fIIPaddress\fR
+IP address or hostname of the HMC.
+.TP
+\fB-c\fP \fIprompt\fR, \fB\-\-command\-prompt=\fR\fIprompt\fR
+Select command prompt.  Default: :~>, ]
+.TP
+\fB-D\fP \fIdebugfile\fR, \fB\-\-debug\-file=\fR\fIdebugfile\fR
+Write debug information to given file.
+.TP
+\fB-h\fP 
+Print out a help message describing available options, then exit.
+.TP
+\fB-H\fP \fIversion\fR, \fB\-\-hmc\-version=\fR\fIversion\fR 
+Select an HMC version to use: 3 or 4 (default).
+.TP
+\fB-l\fP \fIlogin\fR
+Login name.
+.TP
+\fB-n\fP \fIname\fR
+Partition name.
+.TP
+\fB-o\fP \fIaction\fR
+The action required.  Reboot (default), Status, Off or On.
+.TP
+\fB-p\fP \fIpassword\fR
+Password for login.
+.TP
+\fB-s\fP \fIname\fR
+Managed system name.
+.TP
+\fB-S\fP \fIscript\fR
+Script to run to retrieve password.
+.TP
+\fB-x\fP
+Use secure connection over ssh.
+.TP
+\fB-v\fP
+Verbose mode.
+.TP
+\fB-V\fP
+Print out a version message, then exit.
+
+.SH STDIN PARAMETERS
+.TP
+\fIaction = < param >\fR
+The fencing action requested: reboot (default), on, off or status.
+.TP
+\fIcmd_prompt = < param >\fR
+Force command prompt.  Default: :~>, ]
+.TP
+\fIdebug = < param >\fR
+Write debug information to given file.
+.TP
+\fIhelp = < param >\fR
+Display help and exit.
+.TP
+\fIhmc_version = < param >\fR
+HMC version to use: 3 or 4 (default).
+.TP
+\fIinet4_only\fR
+Forces agent to use IPv4 addresses only.
+.TP
+\fIinet6_only\fR
+Forces agent to use IPv6 addresses only.
+.TP
+\fIipaddr = < hostname | ip >\fR
+IP address or hostname of the HMC.
+.TP
+\fIlogin = < param >\fR
+Login name.
+.TP
+\fImanaged = < param >\fR
+Managed system name.
+.TP
+\fIpartition = < param >\fR
+Partition name.
+.TP
+\fIpasswd = < param >\fR
+Password for login.
+.TP
+\fIpasswd_script = < param >\fR
+Script to run to retrieve password.
+.TP
+\fIsecure\fR
+Use secure connection over ssh.
+.TP
+\fIseparator = < param >\fR
+Separator for CSV created by operation list.  Default: ,
+.TP
+\fIverbose\fR
+Verbose mode.
+.TP
+\fIversion\fR
+Display version information and exit.
+
+.SH SEE ALSO
+fence(8), fence_node(8)


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