From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 28 Nov 2006 15:02:26 -0000 Subject: [Cluster-devel] cluster/fence/man Makefile fence_rsb.8 Message-ID: <20061128150226.7832.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jparsons at sourceware.org 2006-11-28 15:02:24 Modified files: fence/man : Makefile Added files: fence/man : fence_rsb.8 Log message: Man page for rsb agent Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence_rsb.8.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.4&r2=1.5.2.5 /cvs/cluster/cluster/fence/man/fence_rsb.8,v --> standard output revision 1.1.6.1 --- cluster/fence/man/fence_rsb.8 +++ - 2006-11-28 15:02:26.238128000 +0000 @@ -0,0 +1,75 @@ +.\" Copyright (C) 2006 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_rsb 8 + +.SH NAME +fence_rsb - I/O Fencing agent for Fujitsu-Siemens RSB + +.SH SYNOPSIS +.B +fence_rsb +[\fIOPTION\fR]... + +.SH DESCRIPTION +fence_rsb is an I/O Fencing agent which can be used with the Fujitsu-Siemens +RSB management interface. It logs into an RSB device via telnet and reboots +the associated machine. Lengthy telnet connections to the RSB device +should be avoided while a GFS cluster is running because the connection +will block any necessary fencing actions. + +fence_rsb accepts options on the command line as well as from stdin. +Fenced sends parameters through stdin when it execs the agent. fence_rsb +can be run by itself with command line options. This is useful for testing. + +.SH OPTIONS +.TP +\fB-a\fP \fIIPaddress\fR +IP address or hostname of the RSB device. +.TP +\fB-h\fP +Print out a help message describing available options, then exit. +.TP +\fB-l\fP \fIlogin\fR +Login name. +.TP +\fB-n\fP \fItelnet_port\fR +The port number on which the telnet service listens. +.TP +\fB-o\fP \fIaction\fR +The action required. Reboot (default), Off, On, or Status. +.TP +\fB-p\fP \fIpassword\fR +Password for login. +.TP +\fB-v\fP +Verbose. Print informational messages to standard out. +.TP +\fB-V\fP +Print out a version message, then exit. + +.SH STDIN PARAMETERS +.TP +\fIagent = < param >\fR +This option is used by fence_node(8) and is ignored by fence_rsb. +.TP +\fIipaddr = < hostname | ip >\fR +IP address or hostname of the device. +.TP +\fItelnet_port = < port number >\fR +The port number on which the telnet service listens. +.TP +\fIlogin = < param >\fR +Login name. +.TP +\fIoption = < param >\fR +The action required. Reboot (default), Off, On or Status. +.TP +\fIpasswd = < param >\fR +Password for login. + +.SH SEE ALSO +fence(8), fence_node(8) --- cluster/fence/man/Makefile 2006/01/17 23:55:02 1.5.2.4 +++ cluster/fence/man/Makefile 2006/11/28 15:02:23 1.5.2.5 @@ -16,6 +16,7 @@ fence_ack_manual.8 \ fence_apc.8 \ fence_rsa.8 \ + fence_rsb.8 \ fence_bladecenter.8 \ fence_brocade.8 \ fence_drac.8 \