All of lore.kernel.org
 help / color / mirror / Atom feed
From: jparsons@sourceware.org <jparsons@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/fence/man Makefile fence_rsb.8
Date: 28 Nov 2006 15:02:26 -0000	[thread overview]
Message-ID: <20061128150226.7832.qmail@sourceware.org> (raw)

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 \



                 reply	other threads:[~2006-11-28 15:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061128150226.7832.qmail@sourceware.org \
    --to=jparsons@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.