From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2411 invoked by alias); 16 Jun 2009 15:00:38 -0000 Received: (qmail 2403 invoked by alias); 16 Jun 2009 15:00:37 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: RHEL5 - fence: Added fence_lpar man page. To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/RHEL5 X-Git-Reftype: branch X-Git-Oldrev: da4f13d800450d66773740bf2a3e3a9894b3cf1c X-Git-Newrev: aefe9e7498647ee2323945450e96d1320535ca7b From: Chris Feist Message-Id: <20090616150009.74FA812010C@lists.fedorahosted.org> Date: Tue, 16 Jun 2009 15:00:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00535.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=aefe9e7498647ee2323945450e96d1320535ca7b Commit: aefe9e7498647ee2323945450e96d1320535ca7b Parent: da4f13d800450d66773740bf2a3e3a9894b3cf1c Author: Chris Feist AuthorDate: Tue Jun 16 09:47:49 2009 -0500 Committer: Chris Feist CommitterDate: Tue Jun 16 09:59:47 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)