fence-agents: master - fix fail to build from previous merges

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Apr 20 13:25:05 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=9d7745c86de6c22e98ada07b1f3fdcd414eb0935
Commit:        9d7745c86de6c22e98ada07b1f3fdcd414eb0935
Parent:        820dbd7bfc38fea27015bcce9a7067b7cddcfe74
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Tue Apr 20 14:55:17 2010 +0200
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Tue Apr 20 14:55:17 2010 +0200

fix fail to build from previous merges

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/rsb/Makefile.am |    3 +-
 fence/agents/rsb/fence_rsb.8 |   76 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 2 deletions(-)

diff --git a/fence/agents/rsb/Makefile.am b/fence/agents/rsb/Makefile.am
index 640758f..c52b8d4 100644
--- a/fence/agents/rsb/Makefile.am
+++ b/fence/agents/rsb/Makefile.am
@@ -9,7 +9,6 @@ sbin_SCRIPTS		= $(TARGET)
 dist_man_MANS		= $(TARGET).8
 
 include $(top_srcdir)/make/fencebuild.mk
-include $(top_srcdir)/make/fenceman.mk
 
-clean-local: clean-man
+clean-local:
 	rm -f $(TARGET)
diff --git a/fence/agents/rsb/fence_rsb.8 b/fence/agents/rsb/fence_rsb.8
new file mode 100644
index 0000000..d278271
--- /dev/null
+++ b/fence/agents/rsb/fence_rsb.8
@@ -0,0 +1,76 @@
+.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.
+
+Vendor URL: http://www.fujitsu.com
+.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.  This can be reboot (default), off, on, or status.
+.TP
+\fB-p\fP \fIpassword\fR
+Password for login.
+.TP
+\fB-S\fP \fIpath\fR
+Full path to an executable to generate the 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.  This can be reboot (default), off, on, or status.
+.TP
+\fIpasswd = < param >\fR
+Password for login.
+.TP
+\fIpasswd_script = < param >\fR
+Full path to an executable to generate the password for login.
+
+.SH SEE ALSO
+fence(8), fence_node(8)


More information about the cluster-commits mailing list